github pmmp/PocketMine-MP Alpha_1.4dev-413
PocketMine-MP Alpha_1.4dev-413 beta3 "Zekkou Cake"

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

For Minecraft: PE v0.9.5 alpha

This is the third beta for 1.4, with a lot of changes since the last beta.

This beta changes the API version to 1.2.0 (backwards-compatible) due to changes in how level formats are handled, Thread management. All plugins that use API 1.0.0 or 1.1.0 are compatible and do not need changes. If your plugin works on API 1.0.0 or 1.1.0, please do not set the API version to 1.2.0, that will only refuse to load where it can work.

Main features:

  • Crash reports and automatic reporting
  • Added multiple Level format support
  • Use McRegion format to improve chunk sending CPU usage
  • Loaded chunks use 50% less memory than before
  • Void chunks have been fixed
  • RCON is now working

Fixes and additions:

  • Added far-generated chunk garbage collection
  • Fixed #1628 #1671 invalid sender x,y,z on /spawnpoint
  • Use Player::getDisplayName() on more commands
  • Fixed crash on /stop
  • Fixed being killed on teleport
  • Fixed inventory being sent before spawning
  • Fixed #1614 #1678 #1711 Some blocks cannot be placed, stone has incorrect ID
  • Fixed #1668 Only allow one thread per property
  • Implemented new crash dumps
  • Added count(Enum), for NBT
  • Fixed Level::useBreakOn() when Item was null
  • Fixed an error related to AIR constant
  • Updated Stick crafting recipe to give x4
  • Fix for thrown EmptyChunkSection modification exception
  • Fixed player creative inventory
  • Fixed crash when placing water or lava
  • Fixed crash when cactus was updated
  • Fixed crash when using Level scheduled block update ReversePriorityQueue
  • Added new exception when a plugin creates an orphaned PluginTask
  • Throw exception when an invalid chunk is set as the parent of a Tile/Entity
  • Added McRegion detection to Anvil
  • Added multiple format support
  • Added McRegion level format
  • API version bumped to 1.2.0
  • Added block order detection, added support for non-sectioned level formats
  • Fixed #1659 PvP settings not working
  • Fixed loading invalid plugins crashing the server
  • Removed SimpleChunk from generator, core, use binary representation of chunks
  • Fixed #1807 #1794 #1740 #1741 #1685 Tuned generator to use a better way to process chunks
  • Fixed crash on chunks that are used by an entity after generation
  • Improved memory usage when chunks are saved/generated
  • Added worlds directive to pocketmine.yml to load extra worlds or use a plugin-provided generator
  • Disabled chunk ticking while it is being worked on
  • Added getExecutor() and setExecutor() method to PluginCommand
  • Updated Installer wizard language
  • Added proper Entity->__toString()
  • Added ChunkLoadEvent, ChunkUnloadEvent, ChunkPopulateEvent
  • Fixed /tell command not having spaces
  • Added Position::fromObject() strong reference parameter
  • Modified how chunks handle level providers
  • Added a Thread manager
  • Fixed #1842 Players are now moved using the head
  • Fixed source servers getting invalid AutoUpdater notifications
  • Made AsyncTask::onCompletion() implementation optional
  • Fixed RCON usage

Not implemented and known issues:
Please do not report lacking features to the bug tracker, only report bugs on implemented features.

  • World generation is slower than in older builds
  • No entities except dropped items (and no spawning)
  • Entity AI
  • No liquid flow
  • No support for LevelDB worlds (0.9.0 format)
  • No conversion for old levels (will be added later)
  • No Minecarts
  • Not all items are implemented
  • Generated worlds use a basic generator

Don't miss a new PocketMine-MP release

NewReleases is sending notifications on new releases.