Colin
Colin
## Introduction Fixes the later-mentioned issue and allows plugins to get the block, which caused a block to form into a new state, e.g. lava to obsidian or concrete powder...
## Description Unlike for example the [`BlockBurnEvent`](https://github.com/pmmp/PocketMine-MP/blob/stable/src/event/block/BlockBurnEvent.php) or the [`BlockSpreadEvent`](https://github.com/pmmp/PocketMine-MP/blob/stable/src/event/block/BlockSpreadEvent.php), the [`BlockFormEvent`](https://github.com/pmmp/PocketMine-MP/blob/stable/src/event/block/BlockFormEvent.php) currently only contains the information about the block which will be changed and its new state. This issue...
### Issue description - Expected result: In Vanilla, it does not matter if you sneak while interacting with bone meal on a grass block. Flowers, grass, etc. should grow either...
## Introduction Due to https://github.com/pmmp/PocketMine-MP/commit/d9b050fb688155ec962f574388eb48342fc8f9d1, Bamboo can no longer be placed on `sand` and `gravel` blocks. ### Relevant issues \--- ## Changes ### API changes \--- ### Behavioural changes \---...
## Description While working on https://github.com/pmmp/PocketMine-MP/issues/4545, I stumbled upon a non-vanilla behaviour of pmmp's implementation of sugarcane reacting on fertilizers. In this video, you can see the vanilla behaviour of...
Currently, it is a big pain to send messages to players due to the complicated language system. The idea is to introduce a `Session` class for each online player that...
The `worlds` database table currently only stores redundant data. All of its data is stored in the world's generator options. Also, changing any of its entries only leads to inconsistent...
Once the plugin left the development stage and version `v1.0.0` is officially released, the plugin will follow semantic versioning. Unlike now, where the plugin (and especially its internals) could change...