Skip to content

Releases: EndstoneMC/endstone

v0.3.0

21 Mar 12:03
5a7f4a2
Compare
Choose a tag to compare

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.

v0.2.0

19 Mar 22:59
d788a0b
Compare
Choose a tag to compare

Hello World! This is the first release of Endstone.

Game version: v1.20.71

Minecraft - Version

Added

  • Basic plugin loader for C++ and Python plugins.
  • Basic command system that allows plugins to register custom commands.