So i updating a PocketMine plugin called Duels, i got this error when i type create command and it said: TypeError:...
The error code is on $properties->setCompoundTag
pocketmine\network\mcpe\protocol\types\entity\EntityMetadataCollection::setCompoundTag(): Argument #2 ($value) must be of type...
Hi, im getting error on making firework and i have fixed something but it cause this error when using PM4.0.5 due to BedrockProtocol change on...
Ok thanks for help, it solved
Ok
And in CrashDump it said TypeError
This error starts on line $format = str_replace("{hp}", $health, $format);
When i do a join, it cause that error on my plugin and the server crashed My code: $format = str_replace("{hp}", $health, $format);...
Ok thanks
Idk but version 3.23.1 adding that code and cause an error
At least api 3.22.5 of version 1.17.10 it still working normally for testing purpose but i update into 1.17.30 it cause that error And how to fix it ?
My crash log: https://crash.pmmp.io/view/5244624
When i update API 3.23.1 it cause an error like this [03:22:26] [Server thread/CRITICAL]: ErrorException: "Undefined array key...
FIREWORKS /** @var Fireworks $fw */ $fw = ItemFactory::get(Item::FIREWORKS);...
Okay ._.
if($event->getBlock()->getId() == Block::TNT){ $event->getBlock()->ignite(); }...
Yeah but now i have Hydren Bedwars plugins, tnt is not breaking block cuz that is really important and if u want to set some block for TNT break,...
public function onExplode(EntityExplodeEvent $ev) : void{ $entity = $ev->getEntity(); if(!$entity instanceof PrimedTNT)return;...
Separate names with a comma.