github pmmp/PocketMine-MP 3.5.4
PocketMine-MP 3.5.4

latest releases: 5.15.0, 5.14.1, 5.14.0...
5 years ago

For Minecraft: Bedrock Edition 1.8.0

This release is a patch update and does not contain any breaking API changes versus 3.5.3.

Note

Plugins compatible with any previous 3.x.y version will also run on this version and do not need API bumps. Plugin developers should only update their required API to this version if you need the changes in this version.

Changes

Fixes

  • Fixed server crash when a block update occurs on a torch with corrupted metadata.
  • Added a hack to mitigate client-side right-click spam bug. This mostly eliminates spam of PlayerInteractEvent on right-click.
  • Players will no longer see commands they don't have permission to use in client-sided hints when typing a / in the chat window.
  • Event->isCancelled() and Event->setCancelled() now throw more informative errors.
  • Errors thrown during a network interface processing will now actually crash the server.

API changes

  • Deprecated NetworkInterfaceCrashEvent. Nobody should have been using this anyway.
  • Deprecated Network->processInterface()
  • Deprecated SourceInterface->emergencyShutdown()

Don't miss a new PocketMine-MP release

NewReleases is sending notifications on new releases.