Releases: pmmp/PocketMine-MP
PocketMine-MP 1.4dev-834 beta13 "Zekkou Cake"
For Minecraft: PE v0.10.0 alpha
Main features:
- Minecraft: PE v0.10 support!
- Fixed some crafting recipes
- Fixed some memory leaks
- Fixed issues with tile entities
API changes
- API 1.7.1
- Fixed PlayerInventory->setItem() with null items
- Fixed Level->getTile()
Fixes and additions:
- Bumped protocol version to 20
- Added different Fences, new Fence crafting recipes
- Added different Fence Gates, new Fence Gate crafting recipes
- Added new fences and fence gates to fuel types
- Updated UseItemPacket
- Updated time steps from x2.5 to x1.25
- Fixed Chunk tile indexes
- Get timezone directly. Fixes #2287.
- Bumped weakref version, fixes travis builds
- Fixed Acacia / Dark Oak logs crafting recipes
- Fixed version message color
- Fixed tile entities not being placed in the correct array
- Fixed permission-related memory leak
- Improved and fixed command exception message, closes #2301
- Fixed #1969
- Possible fix for #2297
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 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
PocketMine-MP 1.4dev-822 beta12 "Zekkou Cake"
For Minecraft: PE v0.9.5 alpha
This should be the last beta version for Minecraft: PE v0.9.5, the next release will be for Minecraft: PE 0.10. It is already ready, so we aim to release it on the same day as it is released for iOS and Android.
This release includes lots of backwards-compatible API changes, so the API version has been bumped to 1.7.0
Main features:
- Overall performance improvements
- Fixes lots of problems related to inventory
- Snowballs!
- Added Error -> Exception handling
- Fixed lots of crafting recipes
- Builds are now optimized on creation time
- Added /time start and /time stop
- Improved networking code and binary I/O methods
API changes
- API 1.7.0
- Fixed Level->getMetadata() and similar, removed extra references
- Fixes get and set armor
- Fixed Inventory->removeItem()
- New way to spawn entities/tiles using a global register table, allow overriding default entity/tile classes via classes
- Added Error -> Exception handling
- Added extra Exceptions
- Fixed InventoryPickupItemEvent
- EntityDamageEvent and children now only fire if the attack is possible, moved event trigger to Entity->attack()
- Added InventoryPickupArrowEvent
- Fixed Event name being null
- Fixed some inventory events not firing on players
- Fire PlayerInteractEvent on 0xff face
- Added EntityDamageByChildEntityEvent
- Allow passing a Player source as last parameter on Inventory->addItem() and Inventory->removeItem()
- Return proper BlockIterator index, throw more exceptions, improved blockQueue performance
- Use proper indexes on Living->getLineOfSight() when a max length is set
Fixes and additions:
- Fixed inventory changes getting the wrong window, closes #2187
- Improved Level object deallocation
- Improved inventory and window allocation, fixes #2200
- Fixed entities not being pushed out of blocks
- Improved Player->onGround checking
- Improved Explosion item drop position
- Added explosion death message
- Fixed crash when doing var_dump() of anything that contains the Server object
- Removed extra ; from if, fixes #2205
- Possible fix for entities not closing correctly
- Fixed #2207 Server crashing if players are closed before logging in
- Fixed red sand not falling correctly
- Drop invalid entities / tile entities on chunk loading
- Fixed entities not getting ticks on movement
- Fixed /setworldspawn changing sender data
- Mark chunk to be saved when removing invalid entities/tiles
- Updated RakLib
- Improved network packets allocation
- Improve #2238, do not crash when an invalid/corrupt RCON stop event happens
- Disallow further modification of Signs by its creator after load/unload
- Added Snowballs
- Fixed UseItemPacket being able to be sent before spawning
- Fixed plugins crashing the server when teleporting players on an invalid event
- Use Player->forceMovement on MovePlayerPacket non-tick revert
- Added Entity->onGround setting when entities keep moving without checks
- Remove chunks from advanced cache after setting
- Fixed Trapdoor recipe
- Fixed Bowl recipe
- Fixed Stonecutter recipe
- Fixed Double Chest behavior
- Fixed Chest->unpair()
- Blocks now save their bounding box, fixed entity block collision check
- Added extra chunk sending timings
- Added preprocessor optimizations
- Fixed players not loading chunks when stuck on a unloaded chunk
- Optimized networking code & AxisAlignedBB
- Improved freeing chunks
- Fixed #2204
- Added packet exception handling
- Fixed crashing server not stopping
- Fixed Entity being set position after being closed
- Fixed Query-related crash
- Despawn entities correctly from clients as they move
- Improved level switching for players
- Added /time start and /time stop
- Fixed server not using the correct provided path if it did not exist
- Fixed random block updates not firing
- Updated timings command, give direct link to results
- Use SplFixedArray for improved performance
- Fixed player viewer list including themselves
- Improved inventory sending, send single slots instead of full inventory as much as possible
- Fixed unloading chunks
- Automatically set Entity / Tile entity save identifiers
- Added vertical and horizontal collision detection to Entities
- Fixed bonemeal recipe, closes #2260
- Fixed Snow block recipe
- Fixed String -> Wool recipe
- Fixed ladder recipe
- Fixed red sand smelting recipe
- Improved Level->getTile() to a direct lookup instead of linear search
- Reenabled collision against entities on move
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 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
PocketMine-MP Alpha_1.4dev-707 beta11 "Zekkou Cake"
For Minecraft: PE v0.9.5 alpha
This release includes lots of backwards-compatible API changes, so the API version has been bumped to 1.6.0
Main features:
- Overall performance improvement
- Lots of new events for the plugin API
- Level Block caching, improves performance
- Removed dead code and ported old functionality on item drops
- Implemented scheduled and partial entity updates, improves performance
- Only modified chunks are saved
API changes
- API 1.6.0
- New PlayerMoveEvent, improved player movement event firing
- Deprecated EntityMoveEvent
- Fixed arrow damage not getting overridden by the event result
- Added EntityCombustEvent and children
- Added EntityDamageByBlockEvent (child of EntityDamageEvent)
- Improved EntityRegainHealthEvent
- Improved EntityShootBowEvent
- Added ExplosionPrimeEvent
- Added ItemDespawnEvent
- Added ItemSpawnEvent
- Added ProjectileLaunchEvent
- Added ProjectileHitEvent
- Added PlayerBedEnterEvent and PlayerBedLeaveEvent
- Added PlayerDeathEvent methods for inventory keeping
- Added Tile->getBlock() method
- Added FurnaceBurnEvent
- Added FurnaceSmeltEvent
- Added Living->getTargetBlock(), Living->getLineOfSight(), Vector3 side constants, Vector3::getOppositeSide()
- Deprecated Level->getSpawn() in favor of Level->getSpawnLocation()
- Added LeavesDecayEvent
- Added BlockSpreadEvent
- Added BlockGrowEvent
- Added EntityBlockChangeEvent
- Added PlayerBucketEvent and children, improved Bucket usage and Liquid placing
- Removed Generic block class
- Updated PluginManager event deprecation message
- Added BlockUpdateEvent
- Throw CRITICAL error message on unhandled Exception on plugin events instead of crashing
- Throw CRITICAL error message on unhandled Exception on commands instead of crashing
- Fixed Inventory->removeItem()
- Fixed AxisAlignedBB->setBB()
Fixes and additions:
- Updated RakLib, better player join
- Fixed issues with Entity::heal() method
- Removed unused imports
- Updated fuel duration to ticks
- Improved liquid performance
- Removed old OS detection code
- Added TextWrapper
- Increased Player->stepHeight to 0.6, closes #2156
- Removed workaround on flying check due to physics calculation fix, closes #2169
- Workaround for entities glitching through the floor on the client-side
- Improved Living entity ticking
- Removed unused code, fixed undefined variables
- Added global block cache
- Made Wheat crops extend Crop class
- Removed old Player->timeout property
- Fixed Level->getCollidingEntities()
- Save block bounding boxes, improves block cache
- Removed a bunch of TODO and fixed item drops on block update
- Improved item drop spawning
- Improved Entity extinguish operations and packet spam
- Increased Player->forceMovement check radius
- Improved player movement event firing & corrections
- Fixed Level->getNearbyEntities(), fixes item drops not being picked up
- RakLib update, PING/PONG handling
- Implemented scheduled and partial entity updates
- Micro-optimizations
- Fixed player using an invalid spawn chunk
- Implemented saving modified chunks
- Fixes entities not being saved and tile entities having an incorrect field, closes #1661
- Match Player pickup area with Minecraft
- Fixed RegionLoader not creating default index on first load
- Do not block when killing workers
- Fixed error_handler trace generation on higher debug levels
- Do not wrap text if unknown characters are found.
- Fixed Tasks deleting their Timings reports
- Added extra Entity metadata
- Optimized Player->orderChunks() and chunk sending ordering algorithm
- Improved chunk loading and order refresh times
- Fixed #2183
- Improved broadcast packet encoding
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 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
PocketMine-MP Alpha_1.4dev-665 beta10 "Zekkou Cake"
For Minecraft: PE v0.9.5 alpha
There are new additions to the API (backwards-compatible), and the API version has been bumped to 1.5.0
Main features:
- Fixed issues with latest beta
- Explosions!
- Added Vines
- Plugins can now change Query data
API changes
- Added new Tool type selection constants
- Implemented QueryRegenerateEvent
- API 1.5.0
Fixes and additions:
- Do not spawn dead entities to players, fixes #2157, possible fix for #2139
- Unload entities from chunks, possible fix for #2157, fixes #2165
- Added Vine blocks, closes #2162
- Spawnable->spawnToAll() now uses the actual chunk instead of the entire level to spawn
- Implemented Explosion and PrimedTNT, closes #2139
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 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
PocketMine-MP Alpha_1.4dev-659 beta9 "Zekkou Cake"
For Minecraft: PE v0.9.5 alpha
This is the 9th beta for 1.4!
There are no important API changes in this build, just behavior fixes so the API version has been bumped to 1.4.1
Main features:
- Added non-threaded chunk generation, toggleable on pocketmine.yml
- Added Liquid flow
- Fixed Double Chests
- Auto-save property is now working
- Implemented Arrow pick up
- Implement Armor changes as Transactions
- Compatibility with pthreads > 2.0.8
- Entities / Tile Entities are handled more reliable on worlds
- Implemented flying protection
API changes
- Deprecated Level->getChunkAt() in favor of Level->getChunk()
- Allow setting the player spawnpoint via events before PlayerJoinEvent
- Fixed PlayerChatEvent::setRecipients() being useless
- Fixed #2153 Cancelling an EntityDamageEvent has no effect for lava damage
Fixes and additions:
- Add valid position difference back to Player entities
- Torches can now be crafted using charcoal
- Fixed players getting Suffocation damage inside transparent blocks
- Send player metadata on respawn
- Improved Level::getSafeSpawn()
- Improved knockback motion
- Improved player movement, check once per tick
- Improved chunk unload queue
- Added non-threaded chunk generation, toggleable on pocketmine.yml
- Fixed #2121 Players' heads flip upside down and back around after going past pitch = 0
- Fixed Level->scheduleUpdate() tick calculation
- Improved Level block update scheduling for repeated updates
- Added torch drop
- Basic entity motion on water
- Improved Player generation queue
- Fixed #2126 Items drop twice from tile entities
- Fixed Double Chests
- Fixed server crash when Tile Entities / Entities were loaded and requested the same chunk
- Fixed auto-save configuration, made it global
- RakLib update
- Fixed #2055 Extra packet data sent on armor change
- Improved single-threaded chunk generation efficiency
- Improved entity base ticks
- Improved entity movement updates
- Implemented Arrow pick up
- Fixed Anvil levels duplicating saved entities
- Improved Chunk entity loading
- Improved exponentiation
- Added armor change $source parameter
- Improved PlayerInventory->setItemInHand() $source call, fixed Tool durability
- Implement Armor changes as Transactions
- Fixed entities getting OnGround default to true
- Added individual object timings to Entities / Tile Entities
- Compatibility with pthreads > 2.0.8
- Reliable timezone detection
- Fixed Server->unloadLevel() not removing objects from memory
- Moved connected flag up in the Player disconnect process
- Improved initial chunk loading, do not skip near chunks, fixes world loading getting stuck
- Changed base block classes to abstract, closes #2159
- Implement crop growth levels properly, fixes #2002, closes #2160
- Implemented flying protection
- Fixed Player movement collision checks
- Removed parse errors from AutoReporting
- Improved entity ticking
- Fixed Level->getCollidingEntities() when called with a null Entity
- Removed selectors on Player->sendMessage()
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 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
PocketMine-MP Alpha_1.4dev-599 beta8 "Zekkou Cake"
For Minecraft: PE v0.9.5 alpha
This is the eighth beta for 1.4!
There are no important API changes in this build.
Main features:
- Faster RakLib processing
- Server won't hang up when stopping
- Fixed usage sending issues
- Decreased memory issues on Generation Thread
- Fixed entity issues on negative coordinates
API changes
- Improved event checking on PlayerInteractEvent
- Throw exception when Server::dispatchCommand() is called with an invalid CommandSender
- Documented tool usage in Level::useBreakOn()
Fixes and additions:
- RakLib patches
- Handle force parameter properly on Level::unload()
- Remove level locks
- Removed embedded class names
- Fixed #2046
- Fixed date_default_timezone_set E_NOTICE
- Send build number on usage
- Send project name on usage
- Block more player actions when dead, fixes #2102
- Fixed #2104 Can't place blocks where non-solid entities exist
- Fixed Utils::getUniqueID() on Linux due to /proc/cpuinfo
- Protect against \0 attacks on name checking
- Added TPS load to /status
- Possible fix for #1920
- Fixed #2114 Removed Player collisions with other entities
- Fixed Entity/Block issues on negative coordinates, fixes #2100
- Fixed #1750 cannot place slabs against blocks
Not implemented or known issues:
Please do not report lacking features to the bug tracker, only report bugs on implemented features.
- Server can use more memory than specified
- Entities / 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
PocketMine-MP Alpha_1.4dev-576 beta7 "Zekkou Cake"
For Minecraft: PE v0.9.5 alpha
This is the seventh beta for 1.4, getting near the stable release.
The API version has been bumped to 1.4.0 (backwards-compatible) due to new features being added and bugs in the API being patched.
Main features:
- New pthreads version required, thanks to @krakjoe for fixing lots of bugs!
- Performance improvements in RakLib & thread communication
- Better physics & bounding boxes
- Added working bow & arrows
- Better timings reports
- Improved server ticks per second
- Improved world and block saving
- Added more damage sources
API changes
- Implemented NBT::getArray() and NBT::setArray()
- Made EntityDamageByEntityEvent call EntityDamageEvent handlers
- Added EntityShootBowEvent
- Added extra documentation to Level::setBlock()
- Added Server::getTickUsage()
- Fixed PermissionAttachment not recalculating its Permissible permissions
- Fixed EntityMoveEvent not being cancelled correctly on players
- Fixed Permissible::setPermission() not using the correct order on replacement
- Added PermissionAttachment::setPermissions()
- Added PermissionAttachment::unsetPermissions(), PermissionAttachment::clearPermissions()
- Custom threading is less buggy now due to pthreads fixes
Fixes and additions:
- Renamed Item\Block to Item\ItemBlock, fixes several crashes
- Fixed physics sneak flag
- Use Entity::move() as player movement, protect against noclip cheat
- Fixed double physics calculation
- Fixed armor crafting recipes
- Added Bed bounding box
- Added Chest bounding box
- Added Carpet bounding box
- Added Slab bounding box
- Added Wooden Slab bounding box
- Fixed entity partial block moving
- Disable RakLib port checking by default
- Added survival check to movements
- Added check for invalid entity attack
- Added arrow and suicide death messages
- Added stairs bounding box
- Added cactus bounding box
- Added End Portal frame bounding box
- Added Farmland bounding box
- Added Fence bounding box
- Added Fence Gate bounding box
- Added Glass Pane bounding box
- Added Iron bars bounding box
- Added Doors bounding boxes
- Added Cake bounding box
- Added Ladder bounding box
- Added Soul Sand bounding box
- Added Cobble Wall bounding box
- Added Trapdoor bounding box
- Fixed infinite Entity recursion on chunk load
- Fixed creative players dropping their inventory
- Player creative check refactor
- Fixed timings name
- Fixed timings ticks getting reset
- Tick entities on Level, show correct timing reports
- Fixed crash when chests are closed with viewers
- Fixed #2032 Do not set Level to null
- Improved CallbackTask timings data
- Added __debugInfo() to Server and Level
- Fixed dropped items going too fast
- Do not report E_PARSE or E_COMPILE_ERROR crashes
- Improved server ticking.
- Fixed Server::getTicksPerSecond()
- Possible fix for level save issues, related to #1985 #1982 #1758
- Implemented Falling Sand
- Fixed possible Player crash on save
- Fixed Level::setBlock() old calls
- Added cactus neighbour block check
- Implemented attack cooldown
- Fixed HeldItem were swapped in mining
- Fixed Player's slot[0] disappears on logging in
- Added --disable-readline CLI argument
- Fixed Item drop delay
- Updated RakLib path
- TPS measurement improvement, moved interface handling to tick
- Possible fix for #2061
- Added binary reading optimizations, faster 64-bit reading
- Normalized Player pitch/yaw
- Added Pumpkin & Lit Pumpkin rotation
- Removed pthreads workarounds
- Fixed #2077 Block changes not being saved
- Fixed #2075 Door bounding boxes
- Added forced position strong check for Player
- Fixed #2035 Invalid Fence Gate bounding box
- Added Player->forceMovement check on teleport
- Enabled default PHP GC on generator thread
- Optimized server sleep times
- Added Permission/Permissible calculation timings
- Level generators can be set in server.properties
- Improved Player last damage check
- Added Fire, Lava damage
- Show fire to other clients
- Cobweb, Ladders and Water won't cause fall damage
- Added suffocation, drowning damage. Closes #1908
- Added more death messages
- Added Cactus damage
Not implemented or known issues:
Please do not report lacking features to the bug tracker, only report bugs on implemented features.
- Server can use more memory than specified
- Chunks are not freed correctly from the generation thread
- Entities / 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
PocketMine-MP Alpha_1.4dev-491 beta6 "Zekkou Cake"
For Minecraft: PE v0.9.5 alpha
This is the sixth beta for 1.4, upgrading to PHP 5.6 features and fixing entity physics!
There are no API changes
Main features:
- Server requires PHP 5.6, improves performace
- Fixed fatal error on startup
- Fixed entity physics, fixed cause of lag
Fixes and additions:
- Fixed #1983 Check player online status
- Fixed #1980 Fatal error on server load
- Initial PHP 5.6 features support
- Improved safe_var_dump(), Inventory::addItem() Inventory::removeItem() using argument unpacking
- Improved performance of Item::get()
- Removed cli_set_process_title() check
- Added entity id names
- Fixed Item after-clone behavior
- Fixed possible Level::getBlock() crash
- Improved unloaded tile entity handling
- Fixed #1966 Face Lit Pumkins correctly
- Fixed entity physics and AxisAlignedBB
Not implemented or known issues:
Please do not report lacking features to the bug tracker, only report bugs on implemented features.
- Server can use more memory than specified
- Chunks are not freed correctly from the generation thread
- Entities / 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
PocketMine-MP Alpha_1.4dev-478 beta5 "Zekkou Cake"
For Minecraft: PE v0.9.5 alpha
This is the fifth beta for 1.4, and we have focused on improving the overall performance of the server.
This beta changes the API version to 1.3.1 (only fixes), so there are no notable changes for plugins.
Main features:
- Fixed player movement glitch
- Overall performance improvements
- Server requires PHP 5.5 or greater (drops Windows XP support)
- Reactivated chunk ticking (can be disabled via pocketmine.yml)
- Beds! Furnaces!
Fixes and additions:
- Fixed potential Mycelium crash. PR #1944
- Fixed #1948 /whitelist list not working
- Deprecated Server::loadPlugin(Plugin) in favor of Server::enablePlugin(Plugin)
- Removed hardcoded Server name from source
- Added --enable-profiler parameter to use with @krakjoe profiler
- Require PHP >= 5.5
- Performance improvements in NBT reading/writing
- Performance improvements in blocks and Entities
- Improved Level::getBlock()
- Improved Air block collision check
- Updated blocks bounding boxes
- Added RakLib port checking option
- Implemented correct time offsets and speed
- Implemented beds
- Fixed #1967 Glowstone dust -> Glowstone recipe
- Added teleport flag to MovePlayerPacket, improves player movement
- Removed unloaded chunk check
- Improved player onGround collision check
- Improved NBT IntArray read/write
- Improved Block selection and construction performance
- Fixed #1970 Breaking blocks does not remove tile entities
- Fixed Chests/Furnaces not dropping contents when broken
- Workaround BaseChunk::setBlock() recursion issues
- Moved spl to PocketMine-SPL
- Ctrl+C handling and kill signals are working again
- Fixed #1953 Increased item PickupDelay to 2.5 seconds
- Fixed #1879 Tile entities were not saved on chunk unload
- Fixed #1911 Implemented FurnaceInventory callback
- Added Furnace progress fire
- Fixed undefined index on furnace recipes
- Fixed furnace achievement check
- Improved chunk sending
- Improved chunk ticking, enabled again. Disable it setting chunk-ticking.per-tick to 0
- Dropped items and arrows get deleted on Y < 0
- Fixed #1926 Teleport to non-generated chunks
Not implemented or known issues:
Please do not report lacking features to the bug tracker, only report bugs on implemented features.
- Server can use more memory than specified
- Idle servers will increase its CPU usage as time goes on
- Chunks are not freed correctly from the generation thread
- Spawning lots of entities causes unexpected lag
- Entities / 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
PocketMine-MP Alpha_1.4dev-449 beta4 "Zekkou Cake"
For Minecraft: PE v0.9.5 alpha
This is the fourth beta for 1.4. From now on, beta builds will be released faster with less changes between them, So we'll focus on adding new features on each build. New features will be buggy, but we hope to receive feedback to fix them soon. Old features will be more stable on each build.
This beta changes the API version to 1.3.0 (backwards-compatible), improving level chunk sending and adding new plugin events for developers. All plugins that target older APIs are compatible and do not need changes. If your plugin works on older API versions, please do not set the API version to 1.2.0, that will only refuse to load where it can work.
Main features:
- Improved player movement
- Fixed player actions lagging behind the server
- Implemented circular chunk sending / view distance
- Generation works correctly with multiple worlds
- Creative and survival hotbar works better
- Better wooden tool crafting
- Players will drop their inventory on death
Fixes and additions:
- Level formats can send chunks to players directly without implementing an AsyncTask
- Implemented circular chunk sending / view distance, as Johan commented on the IRC
- Fixed AddMobPacket (x,y,z from float to int)
- Generated levels create chunks starting from the spawn, instead of the corner
- Added exception handling to level loading
- Player movement is sent as direct packets, decreases lag
- Fixed #1883 Release strong weak references on close
- Throw exception when null chunk is passed to a Tile/Entity instead of crashing
- Fixed crash caused by a race condition on Query
- Throw invalid event exception when a plugin tries to declare an abstract event
- Stop submission of plugin syntax error crashes
- Fixed crash on tile unloading
- Load later plugins with custom loader, fixes API
- Fixed #1882 Race-condition on multiple world generation, causing lock up
- Alternate chunk generation between multiple levels
- Fixed #1901, EmptyChunkSection gets replaced by invalid Section
- Added SignChangeEvent
- Added RemoteServerCommandEvent
- Bump API version to 1.3.0
- Removed PHP_VERSION constant on pocketmine namespace
- Added Chiseled stone brick, red sand
- Added item activation
- Added Zombie spawn egg
- Added Villager spawn egg
- Fixed AddEntityPacket (type byte -> int)
- Added base Arrow
- Check if player is online before showing it to other players
- Creative and survival hotbar works better
- Workaround crash when placing paintings
- Fixed crashes when default level is not loaded
- Modified chunk generation garbage collector
- Fixed #1674 Wooden tools only craft with Oak wood
- Fixed #1889 Players drop their inventory when they die
- Fixed #1703 In-game action lag
- Fixed level data not being saved
- Improved server shutdown
- Improved player spawning, closes #1890
- Added End Stone, End Portal, Mycelium, Monster Spawner and Podzol blocks.
Not implemented or 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
- Server can use more memory than specified
- Chunks are not freed correctly from the generation thread
- Spawning lots of entities causes massive lag
- Entities / 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