#why doesnt ``` public void
1 messages · Page 1 of 1 (latest)
You need to set the position lf the armor stand
Do so before sending the add packet
ah
Level level = ((CraftWorld)p.getWorld()).getHandle();
ArmorStand stand = new ArmorStand(EntityType.ARMOR_STAND, level);
stand.setPos(x, y, z);
ClientboundAddMobPacket Standpacket = new ClientboundAddMobPacket(stand);
((CraftPlayer)p).getHandle().connection.getConnection().send(Standpacket);
}``` same issue no errors
i already do and it is getting called
Don't edit the code you're sending ;/
its where the method is called in my command
Put it in the method above to be extra sure