Arie1906

Results 13 issues of 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...

Category: Gameplay
Type: Fix

## 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)

Category: Gameplay
Type: Enhancement

![Screenshot_20211028_205314](https://user-images.githubusercontent.com/54394881/139270054-4fa5e764-ee87-4a52-b611-8f2e50a1567a.jpg)

> 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...

Bug: Unconfirmed

## 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

Category: Gameplay
Status: Waiting on Author
Type: Enhancement

### 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:...

Category: Gameplay

```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? ![image](https://github.com/MCMrARM/mc-w10-version-launcher/assets/54394881/ab699dcf-598f-4f63-8519-c89b812e0100) ![image](https://github.com/MCMrARM/mc-w10-version-launcher/assets/54394881/162e6076-53eb-4023-94a8-1e6e98d632d9)

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...

Category: API
Type: Enhancement