egold555 / CorpseReborn

Port of spigot Corpses plugin that I ported to version 1.7.10-1.16.4
https://www.spigotmc.org/resources/corpsereborn.29875/
27 stars 22 forks source link

Development #94

Closed zPirroZ3007 closed 1 year ago

zPirroZ3007 commented 4 years ago

To fix the problem with player standing up after relog/world change etc. Just use on PacketPlayOutEntityMetadata:

conn.sendPacket(new PacketPlayOutEntityMetadata(entityPlayer.getId(), playerDW, true));

egold555 commented 4 years ago

Ill give this a shot, thanks!