Jason Wynn
Jason Wynn
``` [15:39:26] [Server thread/CRITICAL]: Error: "Call to a member function getName() on null" (EXCEPTION) in "plugins/TeaSpoon-master/src/CortexPE/Utils" at line 160 [15:39:26] [Server thread/DEBUG]: #0 plugins/TeaSpoon-master/src/CortexPE/handlers/PacketHandler(150): CortexPE\Utils::getDimension(object pocketmine\level\Level) [15:39:26] [Server thread/DEBUG]: #1...
## Introduction Fixes /kill not functioning when player had more than 1000 health ### Relevant issues * Fixes #4680 ## Changes ### API changes N/A ### Behavioral changes /kill will...
## Introduction Banners can now be set and used as the illager type. ### Relevant issues Fixes #2951 ## Changes ### API changes 6 new functions: `item\Banner::isIllagerPattern()` `item\Banner::setIllagerPattern(bool)` `tile\Banner::isIllagerPattern()` `tile\Banner::setIllagerPattern(bool)`...
## Introduction The existing MyPlot implementation is very heavily single threaded and relies on the cache too much. ### Relevant issues * N/A ## Changes ### API changes TODO ###...
## Introduction Recently it was pointed out to me that `@a` would be better to be used in place of the asterisk `*` because Vanilla bedrock edition uses the `@a`...
- [ ] Implement plot buying, selling, and auctioning - [ ] Add new commands - [x] Add sell command - [ ] Add auction command - [ ] Add...
The SQL patch must be applied to the DB before anything else.
## Introduction It has been mentioned before (#3195) that using features from higher php versions on servers using previous versions is an issue. This PR addresses that issue by adding...