Error: InvalidArgumentException: "StringTag cannot hold more than 32767 bytes, got string of length 38400" (EXCEPTION) in "vendor/pocketmine/nbt/src/tag/StringTag" at line 44 [17:21:50] [Server thread/DEBUG]: #0 plugins/Core-Up-SkyBlock/src/Core/BaseDosya(656): pocketmine\nbt\tag\StringTag->__construct(string[4] Data, string[38400] ................................................................................) Code; Code: $nbt->setTag(new CompoundTag("Skin", [ new StringTag("Data", $skin->getSkinData()), new StringTag("Name", "Elmas"), new StringTag("GeometryName", "geometry.dia"), new ByteArrayTag("GeometryData", file_get_contents($this->getDataFolder() . "dia.json")) ])); $nbt->setTag(new IntTag("position")); $nbt->setTag(new StringTag("player", "0"));