For Minecraft: Bedrock Edition 1.4.0
This release is a bugfix update and does not contain any breaking changes versus the previous version (3.0.5).
Note
Plugins compatible with any previous 3.0.x version will also run on this build and do not need API bumps. Plugin developers should only update their required API to this version if you need the bug fixes in this build.
Fixes
- Fixed invalid keys in
.properties
config files being considered as invalid strings. - Fixed whitespace between key and value
key = value
being invalid in.properties
config files. - Fixed a bug in exception message when an invalid permission type is written for a command in plugin.yml.
- Properly fixed newline issues when parsing event handler annotations -
@notHandler
will now work as expected when CRLF line endings are used. - Fixed
PluginManager->registerEvents()
registering functions as event handlers declared by parent classes which are notListener
instances (#2293).