0
0
mirror of https://github.com/pmmp/PocketMine-MP.git synced 2024-11-21 16:35:25 +00:00
PocketMine-MP/changelogs/3.16.md
2020-12-07 17:16:10 +00:00

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 and make-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 provides string[] for the author field in plugin.yml.
  • author in plugin.yml now accepts arrays, just like authors.
  • Fixed HellBiome never being registered.