Changelog
v1.1.0
Realm Member Ejection Refactor
RealmManagernow centralizes all member ejection logic across kick commands, GUI actions, and future auto-kick triggers.- Fixed a bug where world-name matching failed for realms with non-ASCII characters in their names.
- Players are now safely evacuated to spawn before realm deletion — previously caused
NoSuchFileExceptionon cleanup. - Refactored
handleDelete()to properly unload the world before filesystem cleanup.
v1.0.1
Messaging System Standardization
- Migrated all messages from legacy
&color codes to MiniMessage . - Standardized all message keys under the
realm:namespace inmessages.yml. - Removed decorative icons from all user-facing messages for a cleaner “Minimalist Dark” aesthetic.
v1.0.0
Initial Release
- Per-player private realm worlds using Paper’s world management API.
- SQLite storage backend with MySQL support for networks.
- Core commands:
create,delete,join,leave,home,invite,kick. - Full LuckPerms-compatible permission system.
- Admin commands:
reload,force-delete,tp.
Last updated on