We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug [18:05:55 WARN]: [ProtocolLib] Error filtering reports: java.lang.IllegalArgumentException: Cannot find report name for Plugin %s tried to register listener for unknown packet %s [direction: from %s] [18:05:55 WARN]: [ProtocolLib] [OutboundPacketListenerSet] Plugin emotecraft 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, PacketPlayOutNamedEntitySpawn, ClientboundNamedEntitySpawnPacket, NamedEntitySpawn, net.minecraft.network.play.server.SPacketSpawnPlayer] (unregistered)] [direction: from SERVER]
To Reproduce Steps to reproduce the behavior:
Expected behavior lack of warn
Minecraft version+mod loader
Mod version: 2.2.7-b.build.50
Minecraft log and crash report: [18:05:55 WARN]: [ProtocolLib] Error filtering reports: java.lang.IllegalArgumentException: Cannot find report name for Plugin %s tried to register listener for unknown packet %s [direction: from %s] [18:05:55 WARN]: [ProtocolLib] [OutboundPacketListenerSet] Plugin emotecraft 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, PacketPlayOutNamedEntitySpawn, ClientboundNamedEntitySpawnPacket, NamedEntitySpawn, net.minecraft.network.play.server.SPacketSpawnPlayer] (unregistered)] [direction: from SERVER]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
[18:05:55 WARN]: [ProtocolLib] Error filtering reports: java.lang.IllegalArgumentException: Cannot find report name for Plugin %s tried to register listener for unknown packet %s [direction: from %s]
[18:05:55 WARN]: [ProtocolLib] [OutboundPacketListenerSet] Plugin emotecraft 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, PacketPlayOutNamedEntitySpawn, ClientboundNamedEntitySpawnPacket, NamedEntitySpawn, net.minecraft.network.play.server.SPacketSpawnPlayer] (unregistered)] [direction: from SERVER]
To Reproduce
Steps to reproduce the behavior:
Expected behavior
lack of warn
Minecraft version+mod loader
Mod version: 2.2.7-b.build.50
Minecraft log and crash report:
[18:05:55 WARN]: [ProtocolLib] Error filtering reports: java.lang.IllegalArgumentException: Cannot find report name for Plugin %s tried to register listener for unknown packet %s [direction: from %s]
[18:05:55 WARN]: [ProtocolLib] [OutboundPacketListenerSet] Plugin emotecraft 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, PacketPlayOutNamedEntitySpawn, ClientboundNamedEntitySpawnPacket, NamedEntitySpawn, net.minecraft.network.play.server.SPacketSpawnPlayer] (unregistered)] [direction: from SERVER]
The text was updated successfully, but these errors were encountered: