Arie1906
Arie1906
## Introduction Add missing drops for Bell ### Relevant issues None ## Changes ### API changes None ### Behavioural changes N/A ## Backwards compatibility N/A ## Follow-up N/A ## Tests...
## Introduction Add composter, again... This is a copy of [4740](https://github.com/pmmp/PocketMine-MP/pull/4740) ### Relevant issues N/A ## Changes - Add composter - ? ## Tests [Video](https://youtu.be/p0NnhyktQH0)

> Normal application: ✔️ > Purchased application: ✔️ > Non purchased application: ✔️ My code is very clumsy and bad and i don't know if there is any functions or...
### Describe the bug I use a plugin that adds hoppers to the game and it has a limit on the number of hoppers. I have tested and used this...
## Introduction Allowed players to eat in creative mode and difficulty peaceful. - Added `Player::allowForceEating()`. ## Backwards compatibility Maybe? ## Tests https://github.com/pmmp/PocketMine-MP/assets/54394881/961b72ef-62e2-4e46-a470-844cf21482e9
### Issue description Player animation showing crawling or swimming while attempting to jump while sneaking in a small space two blocks high - Expected result: No animation - Actual result:...
```php $img = file_get_contents(__DIR__."/sample_image.jpeg"); $encodedImageData = base64_encode($img); $uploadFile = $imageKit->uploadFile([ 'file' => $encodedImageData, 'fileName' => 'sample.jpeg', 'folder' => 'sample-folder', 'tags' => implode(['abd', 'def']), 'useUniqueFileName' => false, 'customCoordinates' => implode(',', ['10',...
When using the appx file to install Minecraft Preview, the launcher failed to launch the file. It's trying to replace the official Minecraft version?  
Current PMMP handles the parsing of command lines in a hardcoded way without any non-hacky method for commands to handle the raw inputs. This PR tweaks the API a little...