- Java 25 is now required.
- Added full support for version 26.1.1.
- Fixed several minor issues.
- Fixed lag occurring when opening the Player Menu GUI.
- Adapted 25 GUIs to the PaperAPI.
- Updated permissions in the LuckPermsManagerGUI.
- Improved the player head fetching system.
- Added the ability to edit kits in the GUI.
- Added the ability to create kits in the GUI.
- Added the ability to set an icon for kits.
- Added new world creation options.
- Removed automatic world naming.
- Tested world creation on Paper 1.21.11.
- Added automatic inventory saving to a SQLite database (default: every 15 minutes).
- Fixed a critical bug that allowed item duplication after a server restart.
- Added the ability to view and edit inventories of offline players.
- Adapted all chat-handling systems to the Paper / Folia API.
- Removed SpigotAPI-based reflection and replaced it with the Folia API for changing world time and weather.
- Removed support for world generation on the SpigotAPI.
- Fixed spawn system.
- All commands have been migrated to the BasicCommand system provided by the PaperAPI.
- Each command can now have its own alias, be enabled or disabled, and have its description edited.
- Thanks to this new solution, command suggestions and tab-completions are no longer visible to players without the required permissions.
- Enabling or disabling commands requires a server restart.
- Added a new configuration file: Commands.yml.
- Messages in Messages.yml now support HEX colors.
- Several minor classes were fixed and adjusted.
- Fixed placeholder replacement for %PLAYER%.
- Fixed command support for the Purpur engine.
- As a test, the /at command was migrated to a new solution provided by the PaperAPI, and its visibility was disabled for players without the required permissions.
- Fixed the UnBanGUI.
- Fixed player movement blocking and added the ability to block movement for offline players.
- Improved icons in the BanListGUI.
