PocketMine-MP
PocketMine-MP copied to clipboard
A server software for Minecraft: Bedrock Edition in PHP
## Introduction Implement Suspicious Stew and its features. ## Follow-up StringToItemParser must contain all suspicious stews? ## Tests https://user-images.githubusercontent.com/57236932/184469655-1ed49cd2-7995-428e-8b84-065281b56fa8.mp4
## 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...
### Issue description Although the code for dyeing these armors is present, when attempting to dye, only the amount of water in the cauldron is reduced and the armor is...
## 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 Opened shulkers are somehow transparent and don't collide with players. - Expected result: What were you expecting to happen? In vanilla, when you open shulker and stand...
### 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...
## Description A scheduler that allows scheduling tasks using real time units instead of ticks. ## Justification Tick scheduler is subject to server TPS change. While tick scheduling may be...
## Introduction Implement the nametags and their function (currently only obtainable through commands because there are no anvils). ## Follow-up - https://github.com/pmmp/Language/pull/134 ## Tests https://youtu.be/DCpjGbXHEh0 (The interactive tag for fishing...
## Introduction Currently when trying to dye leather armor in a cauldron, it simply does not seem to work. ## Tests Result: https://user-images.githubusercontent.com/57236932/181696010-ff57ac95-ee60-4b66-9359-31d701437e46.mp4
## 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 \---...