github pmmp/PocketMine-MP api/3.0.0-ALPHA4
PocketMine-MP 1.6.2dev "Unleashed" with API 3.0.0-ALPHA4

latest releases: 5.15.0, 5.14.1, 5.14.0...
pre-release7 years ago

For Minecraft PE 1.0.3.0
Many bug fixes, changes to Chunk, Tile and Entity API, improved language system

DISCLAIMER: THIS IS AN ALPHA SNAPSHOT. THIS BUILD IS NOT FEATURE-COMPLETE AND IS LIKELY TO BE HIGHLY UNSTABLE. WE ARE NOT RESPONSIBLE FOR NUCLEAR WAR, EXPLOSIONS OR CORRUPTION OF DATA RESULTING FROM USE OF THIS BUILD.

This build has breaking API changes, so the API has been bumped to 3.0.0-ALPHA4. These changes are NOT yet complete.

Notable changes

Core

  • Removed SQLite3 hard dependency as it is no longer used by the core code.
  • Translation system has been reworked for better synchronization and consistency. Please head over to http://translate.pocketmine.net if you would like to help.

Gameplay

  • Enchanted Golden Apples now give the eater Absorption 4

API

  • Removed chunk/provider/level/tile/entity entanglement. This is a very breaking change, see c21197e for details.
  • Removed some sound classes
  • Removed deprecated version constants from PocketMine.php
  • Added UnknownBlock class
  • Added some API methods for changing entity scale (6dc6e32)

Fixes

  • Fixed a CPU leak that occurred when movement checks were disabled (this was the same underlying issue causing player moved too fast, reverting movement) (ccef045)
  • Fixed a CrashDump bug causing all crashdumps to report an issue creating the crashdump directory (09a6776)
  • Fixed incorrect git commit hash parsing when running a server from source code (#299)
  • Fixed some issues with command sending
  • Fixed Sea Lantern lighting issues
  • Fixed half-trees in freshly-generated worlds
  • Fixed DestroyBlockParticle
  • Fixed some issues with removing items from item frames
  • Fixed movement-checking bugs due to bad anti-spam check in MovePlayerPacket handler
  • Fixed lots of improperly-implemented blocks causing suffocation
  • Fixed issues breaking some improperly-implemented blocks
  • Fixed heightmap-related crashes in McRegion worlds

Don't miss a new PocketMine-MP release

NewReleases is sending notifications on new releases.