Releases: EndstoneMC/endstone
Releases · EndstoneMC/endstone
v0.3.0
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
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
,
andprovides
.
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.