ArmorStandTools icon indicating copy to clipboard operation
ArmorStandTools copied to clipboard

Bad Head Loading

Open davidmayr opened this issue 3 years ago • 2 comments

I have experienced extreme Head Loading Times on loading the Chunk for the first time.

I have tested it and it seems like this is the problem: String cmd = "minecraft:give " + event.getPlayer().getName() + " minecraft:player_head{SkullOwner:\"" + input + "\"} 1";

The "Minecraft" way of doing it takes an extreme amount of performance for the client. With like 18 Heads it took about 40 Seconds to load into the world...(For the Client. The TPS is fine).

This should be replaced with a new ItemStack that has the SkullOwner in his ItemMeta.

Oh and by the way: Who came to the idea that it would be better to do this with commands????

davidmayr avatar Nov 28 '20 16:11 davidmayr