mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2024-11-21 16:35:25 +00:00
1.3 KiB
1.3 KiB
For Minecraft: Bedrock Edition 1.16.100
Note about API versions
Plugins which don't touch the protocol and compatible with any previous 3.x.y version will also run on these releases and do not need API bumps. Plugin developers should only update their required API to this version if you need the changes in this build.
WARNING: If your plugin uses the protocol, you're not shielded by API change constraints. You should consider using the mcpe-protocol
directive in plugin.yml
as a constraint if you do.
3.16.0
- Added support for Minecraft: Bedrock Edition 1.16.100.
- Removed compatibility with earlier versions.
- Added new custom composer commands
make-server
andmake-devtools
to ease setting up a development environment and building the server.
Known issues (please don't open issues for these)
- Walls don't connect to each other
- Pumpkin and melon stems may not connect to their corresponding pumpkin/melon
- New blocks, items & mobs aren't implemented
- Nether doesn't exist
3.16.1
- Fixed incorrect encoding of skins in the protocol.
/version
no longer crashes when a plugin providesstring[]
for theauthor
field inplugin.yml
.author
inplugin.yml
now accepts arrays, just likeauthors
.- Fixed
HellBiome
never being registered.