You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New idofront-services module for interfaces implemented by this plugin using Bukkit's ServiceManager API
Start a changelog based on Keep a Changelog
Services.register helper function
New command argument helpers like offline player, options, etc...
Changed
Feature system has been reworked as a DSL built around Koin for dependency injection
Config system has been reworked to use a builder class that can then pick whether to decode a single file, directory, or multi-entry format which has been moved here from Geary
SerializableItemStack uses a new service for letting other plugins register custom item types instead of manually adding support for them
Brigadier command api internals reworked with much cleaner inside logic and fixes to expected behaviour from Brigadier
Removed
Deprecated command api removed, leaving only the Brigadier-based one