Skip to content

v2.0.0-dev.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Nov 02:46

Built for

Minecraft 1.21.8
Kotlin 2.2.21
Java 21

Added

  • 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
  • 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