mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2024-11-21 16:35:25 +00:00
1.1 KiB
1.1 KiB
For Minecraft: Bedrock Edition 1.19.0
Note about API versions
Plugins which don't touch the protocol and compatible with any previous 4.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.
4.5.0
Released 7th June 2022.
General
- Added support for Minecraft: Bedrock Edition 1.19.0.
- Removed support for older versions.
4.5.1
Released 8th June 2022.
Fixes
- Fixed commands defined in
pocketmine.yml
aliases
not passing the correct arguments. - Updated BedrockProtocol to fix command argument types displayed on client-side command suggestions.
4.5.2
Released 29th June 2022.
Fixes
- Fixed terrain getting redrawn when flying in spectator mode (or when using
Player->setHasBlockCollision(false)
). - Fixed skulls with the
noDrops
flag set being treated as unknown blocks.