github pmmp/PocketMine-MP 3.8.4
PocketMine-MP 3.8.4

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

For Minecraft: Bedrock Edition 1.11.x

This release is a patch update and does not contain any breaking API changes versus 3.8.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

  • Plugin load order is now randomised to remove the ability to implicitly depend on filesystem-specific ordering.
  • Packet logging in debug messages now uses base64 instead of hex (uses less space).
  • Array and string size are now shown in error stack trace logs.
  • Stack traces now render a maximum of 80 characters when making string parameters printable.
  • Improved documentation for some transaction classes.
  • Action order in inventory transactions is now randomised to prevent dependencies on any accidental or client-dependent ordering. Since the transaction system is specifically designed to avoid depending on order, this does not affect any core functionality.

Don't miss a new PocketMine-MP release

NewReleases is sending notifications on new releases.