PocketMine-MP
PocketMine-MP copied to clipboard
A server software for Minecraft: Bedrock Edition in PHP
## Introduction The goal of this is to give plugins an easier way of accessing common properties of blocks such as facing and on/off ### Relevant issues Fixes #6161
Bumps the phpstan group with 2 updates in the / directory: [phpstan/phpstan](https://github.com/phpstan/phpstan) and [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules). Updates `phpstan/phpstan` from 1.11.11 to 1.12.7 Release notes Sourced from phpstan/phpstan's releases. 1.12.7 Major new features...
## Introduction Added a new weapon class, the **Mace**, which functions both as a tool and a weapon with specific properties. This implementation includes changes to the item serialization system...
## Introduction Fixes blocks not placing right next to the player at certain positions ### Relevant issues Currently you cannot place blocks right next to yourself at some positions due...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.8.0 to 6.9.0. Release notes Sourced from docker/build-push-action's releases. v6.9.0 Bump @docker/actions-toolkit from 0.38.0 to 0.39.0 in docker/build-push-action#1234 Bump path-to-regexp from 6.2.2 to 6.3.0 in docker/build-push-action#1232 Full...
### Issue description - Expected result: Damage to be reduced from explosion when hiding behind blocks from tnt (probably the same for other explosions like creepers etc) - Actual result:...
## Introduction In recent updates the Enchanted Golden Apple has been nerfed to match Java edition ### Relevant issues ## Changes ### API changes Nerfed Enchanted Golden Apple to match...
## Introduction `TypeConverter` now also uses `canPlaceOn` and `canDestroy` parameters for item conversions. ### Relevant issues * Fixes #6460 ## Changes ### API changes ### Behavioural changes ## Backwards compatibility...
### Issue description - Expected result: Using `Item::setCanPlaceOn()`, `Item::setCanDestroy()` should be able to change the item's behavior - Actual result: These changes are not reflected on the client and nothing...
## Introduction This PR implements underwater explosion for Underwater TNT https://github.com/user-attachments/assets/c02f2734-b310-4278-9c2e-5a3883bf67ba ### Relevant issues ## Changes ### API changes ### Behavioural changes ## Backwards compatibility ## Follow-up ## Tests I...