I am one of the Admins of the BuildMCPEPlus server and I was thinking of adding back the pets plugin that was stolen from the LbCore and modified by FreeGamingHere. But when I try to set my pet to something it does not work and I get an error in the Console: Code: 2017-04-15 [Tesseract] [09:49:31] INFO> MalakasPlayzMC issued server command: /pets type wither 2017-04-15 [Tesseract] [09:49:31] CRITICAL> Unhandled exception executing command 'pets type wither' in pets: Argument 2 passed to pocketmine\entity\Entity::createEntity() must be an instance of pocketmine\level\Level, instance of pocketmine\level\format\Chunk given, called in phar:///home/gs/gs/data/servers/5098518/plugins/Pets_v1.5.0.phar/src/pets/main.php on line 81 2017-04-15 [Tesseract] [09:49:31] CRITICAL> TypeError: "Argument 2 passed to pocketmine\entity\Entity::createEntity() must be an instance of pocketmine\level\Level, instance of pocketmine\level\format\Chunk given, called in phar:///home/gs/gs/data/servers/5098518/plugins/Pets_v1.5.0.phar/src/pets/main.php on line 81" (EXCEPTION) in "/src/pocketmine/entity/Entity" at line 632 Pets plugin:
We don't support tesseract. The error is caused by the plugin attempting to create a tile without the correct parameters
you need to use level not chunk AFAIK if you even read errors and there's a reason why APIs versioning is in place to prevent issues of such and that's what you get for force loading it