For Minecraft: PE v0.10.4 alpha
This version has API changes, bumping the version to 1.11.0, and it won't be bumped again until a stable build is released. These changes are detailed below.
Main features:
- Improved chunk saving and reduced world corruption
- Fixed some strange crashes on broken systems
- Improved movement and block placing
- Automatic resource freeing on Region-based worlds
API changes
- API 1.11.0
- Added PlayerCreationEvent
- Added Level->getChunks(), fixed some Doc Comments
- Added Async Task crash warning
- Fixed issue where plugins schedule a Player update before log in
Fixes and additions:
- Improved threading and resource usage, new defaults
- Removed all @mkdir() calls
- Catch exceptions on level generation
- Fixed some crashes related to crashing
- Fixed messages and default settings
- Fixed #2488 Player suffocates when putting blocks to climb higher
- Fixed #2489 Falling Sand drops as an item when not expected
- Cleaned up BanEntry creation
- Fixed phar check
- Fixed visual typo in /ban-ip, closes #2503
- Improved chunk saving times by not marking it as changed when Players are added/removed
- Fixed #2511
- Catch more corruption issues in Region-based worlds, fixed first chunk being generated on an invalid sector
- Fixed Entities being placed in recreated chunks
- Fixed Flat generator on existing chunks, region issues
- Unload unused regions after 5 minutes
- Improved file resource usage
- Added GarbageCollectionTask, workaround for weird PHP behaviour when using --disable-ansi
Not implemented or known issues:
Please do not report lacking features to the bug tracker, only report bugs on implemented features.
- Entities / Entity AI
- No conversion for old levels (will be added later)
- No Minecarts
- Not all items are implemented
- Generated worlds use a basic generator