Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Mar 12:03
· 1772 commits to main since this release
5a7f4a2

This is the second release of Endstone with a focus on the permission system and improving the plugin loading
mechanisms.

Game version: v1.20.72

Minecraft - Version

Added

  • Basic permission systems.
  • Enforced Plugin API version checks for C++ and Python plugins to ensure ABI/API compatibility.
  • Commands are now defined within the plugin metadata which will be automatically registered when the associated plugin
    is enabled.
  • PluginDescription properties are extended to support website, load_order, depend, soft_depend, load_before,
    and provides.

Changed

  • Improved ENDSTONE_PLUGIN macro to further simplify the definition of plugin metadata.
  • Plugin names and websites are now displayed when using /version [plugin: PluginName].
  • Support for Minecraft v1.20.72 (Bedrock)

Fixed

  • C++ plugin loader now respects the prefix property of a plugin.