ProtocolLib

3M Downloads

NamedEntitySpawn Packet is unknown 1.20.2

ch4ika opened this issue ยท 5 comments

commented

Plugin tried to register listener for unknown packet NAMED_ENTITY_SPAWN[PLAY, SERVER, 235, classNames: [net.minecraft.network.protocol.game.PacketPlayOutNamedEntitySpawn, net.minecraft.network.protocol.game.ClientboundNamedEntitySpawnPacket, net.minecraft.network.play.server.SPacketSpawnPlayer] (unregistered)] [direction: from SERVER]

commented

That packet was removed in 1.20.2 (the packet type is deprecated accordingly).

commented

What should I use instead?

commented

What should I use instead?

SPAWN_ENTITY

commented

thankyou

commented

I'm getting the same error. It's version 1.20.2 and I'm trying to fix something like this in a file. Can you tell me a tutorial?