Error; TypeError: "Argument 2 passed to pocketmine\entity\DataPropertyManager::setFloat() must be of the type float, null given, called in phar:///root/PocketMine-MP.phar/src/pocketmine/entity/Entity.php on line 616" (EXCEPTION) in "src/pocketmine/entity/DataPropertyManager" at line 87 Code; Code: $nbt = Entity::createBaseNBT(new Vector3($p->getX(), $p->getY(), $p->getZ())); $nbt->setTag(new CompoundTag("Skin", [ new StringTag("Data", $skin->getSkinData()), new StringTag("Name", "Standard_CustomSlim"), new StringTag("GeometryName", "geometry.alex"), new ByteArrayTag("GeometryData", file_get_contents($this->getDataFolder() . "geometry.json")) ])); $nbt->setTag(new IntTag("position")); $nbt->setTag(new StringTag("player", "0")); $npc = new CeoEntity($p->getLevel(), $nbt); $npc->spawnToAll();