You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've created a custom block, and when I place it, I get an error that crashes the server, due to your plugin.
Specifically, this error :
_pocketmine\network\mcpe\convert\TypeConversionException: "Item test:table is not a blockitem, but runtime ID 14089 was provided" (EXCEPTION) in "pmsrc/src/network/mcpe/convert/ItemTranslator" at line 117
--- Stack trace ---
#0 pmsrc/src/network/mcpe/convert/TypeConverter(241): pocketmine\network\mcpe\convert\ItemTranslator->fromNetworkId(int 10742, int 0, int 14089)
#1 plugins/PiggyCustomEnchants_PM5/src/DaPigGuy/PiggyCustomEnchants/utils/Utils(205): pocketmine\network\mcpe\convert\TypeConverter->netItemStackToCore(object pocketmine\network\mcpe\protocol\types\inventory\ItemStack#195486)
#2 plugins/PiggyCustomEnchants_PM5/src/DaPigGuy/PiggyCustomEnchants/EventListener(93): DaPigGuy\PiggyCustomEnchants\utils\Utils::filterDisplayedEnchants(object pocketmine\network\mcpe\protocol\types\inventory\ItemStack#195486)
#3 pmsrc/src/event/RegisteredListener(61): DaPigGuy\PiggyCustomEnchants\EventListener->onDataPacketReceive(object pocketmine\event\server\DataPacketReceiveEvent#93142)
#4 pmsrc/src/event/Event(63): pocketmine\event\RegisteredListener->callEvent(object pocketmine\event\server\DataPacketReceiveEvent#93142)
#5 pmsrc/src/network/mcpe/NetworkSession(437): pocketmine\event\Event->call()_
Could you solve this problem or tell me how to do it?
The text was updated successfully, but these errors were encountered:
Hi, I've created a custom block, and when I place it, I get an error that crashes the server, due to your plugin.
Specifically, this error :
Could you solve this problem or tell me how to do it?
The text was updated successfully, but these errors were encountered: