github pmmp/PocketMine-MP 3.6.5
PocketMine-MP 3.6.5

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

For Minecraft: Bedrock Edition 1.9.0

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

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

  • Fixed stdout silence on crash if a crash occurs when PHP output buffering is enabled.
  • Fixed RegionLoader considering a range of invalid chunk coordinates as valid.
  • Fixed RegionLoader causing region header corruption when an oversized chunk was discovered. This was causing entire regions to be discarded next time they were freshly loaded.
  • Fixed performance issue loading old LevelDB worlds (from before MCPE 1.0) due to unmodified chunks being converted every time they were loaded.
  • Added new debug messages when a world takes too long (longer than 50ms) to complete a tick.
  • Debug messages are now logged when autosave kicks in (with time measurements), which helps debugging unexplained lag spikes.
  • Level "auto tick rate" anti-feature and its associated pocketmine.yml settings have been removed (see #2665). The settings will persist in old configurations, but will be ignored by this version and future versions.
  • The /save-all command now outputs custom (non-vanilla) messages informing the user how long it took to complete autosaving.
  • The word level has been replaced with world (where appropriate) throughout language strings and general user interface messages.

Don't miss a new PocketMine-MP release

NewReleases is sending notifications on new releases.