Server keeps kicking players
Paragonas10 opened this issue ยท 3 comments
[Netty Epoll Server IO #0/ERROR]: Packet encoding of packet ID 7 threw (skippable? false)
io.netty.handler.codec.EncoderException: java.lang.NullPointerException: Cannot invoke "it.unimi.dsi.fastutil.objects.ObjectArrayList.get(int)" because "this.wrapped" is null
at net.minecraft.network.FriendlyByteBuf.writeNbt(FriendlyByteBuf.java:595) ~[?:?]
at net.minecraft.network.protocol.game.ClientboundBlockEntityDataPacket.write(ClientboundBlockEntityDataPacket.java:43) ~[?:?]
at net.minecraft.network.PacketEncoder.encode(PacketEncoder.java:41) ~[paper-1.19.3.jar:git-Paper-448]
at net.minecraft.network.PacketEncoder.encode(PacketEncoder.java:14) ~[paper-1.19.3.jar:git-Paper-448]
at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107) ~[netty-codec-4.1.87.Final.jar:4.1.87.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:881) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:863) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:968) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:856) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:120) ~[netty-codec-4.1.87.Final.jar:4.1.87.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:881) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:863) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:968) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:856) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
at io.netty.channel.ChannelDuplexHandler.write(ChannelDuplexHandler.java:115) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
at org.inventivetalent.packetlistener.channel.INCChannel$ChannelHandler.write(Unknown Source) ~[BotSentry-9.5.2-THANATOS-SpigotMC.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:879) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:863) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:968) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:856) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
at io.netty.channel.ChannelDuplexHandler.write(ChannelDuplexHandler.java:115) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
at me.neznamy.tab.platforms.bukkit.BukkitPipelineInjector$BukkitChannelDuplexHandler.write(BukkitPipelineInjector.java:100) ~[TAB v3.3.1.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:879) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeWriteAndFlush(AbstractChannelHandlerContext.java:940) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:966) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:934) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
at io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:1020) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
at io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:311) ~[netty-transport-4.1.87.Final.jar:4.1.87.Final]
at com.comphenix.protocol.injector.netty.channel.NettyChannelProxy.writeAndFlush(NettyChannelProxy.java:227) ~[ProtocolLib.jar:?]
at com.comphenix.protocol.injector.netty.channel.NettyChannelProxy.writeAndFlush(NettyChannelProxy.java:233) ~[ProtocolLib.jar:?]
at net.minecraft.network.Connection.doSendPacket(Connection.java:459) ~[?:?]
at net.minecraft.network.Connection.lambda$sendPacket$11(Connection.java:433) ~[?:?]
at com.comphenix.protocol.injector.netty.channel.NettyEventLoopProxy.lambda$proxyRunnable$2(NettyEventLoopProxy.java:48) ~[ProtocolLib.jar:?]
at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:174) ~[netty-common-4.1.87.Final.jar:4.1.87.Final]
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:167) ~[netty-common-4.1.87.Final.jar:4.1.87.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470) ~[netty-common-4.1.87.Final.jar:4.1.87.Final]
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:403) ~[netty-transport-classes-epoll-4.1.87.Final.jar:4.1.87.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.87.Final.jar:4.1.87.Final]
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.87.Final.jar:4.1.87.Final]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.NullPointerException: Cannot invoke "it.unimi.dsi.fastutil.objects.ObjectArrayList.get(int)" because "this.wrapped" is null
at it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap$MapIterator.nextEntry(Object2ObjectOpenHashMap.java:631) ~[fastutil-8.5.9.jar:?]
at it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap$KeyIterator.next(Object2ObjectOpenHashMap.java:1034) ~[fastutil-8.5.9.jar:?]
at net.minecraft.nbt.CompoundTag.write(CompoundTag.java:136) ~[?:?]
at net.minecraft.nbt.NbtIo.writeUnnamedTag(NbtIo.java:280) ~[?:?]
at net.minecraft.nbt.NbtIo.write(NbtIo.java:248) ~[?:?]
at net.minecraft.network.FriendlyByteBuf.writeNbt(FriendlyByteBuf.java:593) ~[?:?]
... 39 more
ProtocolLib Dump
Timestamp: 03/25/23 19:52:51
ProtocolLib Version: ProtocolLib v5.0.0-SNAPSHOT-b616
Bukkit Version: 1.19.3-R0.1-SNAPSHOT
Server Version: git-Paper-448 (MC: 1.19.3)
Java Version: 17.0.5
ProtocolLib: com.comphenix.protocol.ProtocolLib@300b174d[
statistics=com.comphenix.protocol.metrics.Statistics@4335b187
packetTask=8
tickCounter=11629
configExpectedMod=1
updater=com.comphenix.protocol.updater.SpigotUpdater@5644ab78
redirectHandler=com.comphenix.protocol.ProtocolLib$2@327262e2
commandProtocol=com.comphenix.protocol.CommandProtocol@5a2baa9e
commandPacket=com.comphenix.protocol.CommandPacket@347c81d5
commandFilter=com.comphenix.protocol.CommandFilter@4790f349
packetLogging=com.comphenix.protocol.PacketLogging@6654fc2b
skipDisable=false
isEnabled=true
loader=io.papermc.paper.plugin.manager.DummyBukkitPluginLoader@61acd525
server=CraftServer{serverName=Paper,serverVersion=git-Paper-448,minecraftVersion=1.19.3}
file=plugins/ProtocolLib.jar
description=org.bukkit.plugin.PluginDescriptionFile@7144253f
pluginMeta=org.bukkit.plugin.PluginDescriptionFile@7144253f
dataFolder=plugins/ProtocolLib
classLoader=PluginClassLoader{plugin=ProtocolLib v5.0.0-SNAPSHOT-b616, pluginEnabled=true, url=plugins/ProtocolLib.jar}
naggable=true
newConfig=YamlConfiguration[path='', root='YamlConfiguration']
configFile=plugins/ProtocolLib/config.yml
logger=com.destroystokyo.paper.utils.PaperPluginLogger@37b2d446
]
Manager: com.comphenix.protocol.injector.PacketFilterManager@726eb9ae[
plugin=ProtocolLib v5.0.0-SNAPSHOT-b616
server=CraftServer{serverName=Paper,serverVersion=git-Paper-448,minecraftVersion=1.19.3}
reporter=com.comphenix.protocol.ProtocolLib$1@22530701
minecraftVersion=(MC: 1.19.3)
asyncFilterManager=com.comphenix.protocol.async.AsyncFilterManager@13861d29
pluginVerifier=com.comphenix.protocol.injector.PluginVerifier@3237ebfb
inboundListeners=com.comphenix.protocol.injector.SortedPacketListenerList@359397da
outboundListeners=com.comphenix.protocol.injector.SortedPacketListenerList@f42e566
registeredListeners=[PacketAdapter[plugin=ProtocolStringReplacer, sending=ListeningWhitelist[priority=HIGHEST, packets=[SCOREBOARD_OBJECTIVE[class=PacketPlayOutScoreboardObjective, id=84]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=ProtocolStringReplacer, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=HIGHEST, packets=[SET_CREATIVE_SLOT[class=PacketPlayInSetCreativeSlot, id=43]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=ChatControl, sending=ListeningWhitelist[priority=NORMAL, packets=[SET_SLOT[class=PacketPlayOutSetSlot, id=18]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=ProtocolStringReplacer, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=HIGHEST, packets=[WINDOW_CLICK[class=PacketPlayInWindowClick, id=10]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=LibsDisguises, sending=ListeningWhitelist[priority=NORMAL, packets=[PLAYER_INFO[class=ClientboundPlayerInfoUpdatePacket, id=54]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=ProtocolStringReplacer, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=HIGHEST, packets=[SETTINGS[class=PacketPlayInSettings, id=7]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=LibsDisguises, sending=ListeningWhitelist[priority=HIGH, packets=[WINDOW_ITEMS[class=PacketPlayOutWindowItems, id=16], SET_SLOT[class=PacketPlayOutSetSlot, id=18]], gamephase=PLAYING, options=[]], receiving=ListeningWhitelist[priority=HIGH, packets=[WINDOW_CLICK[class=PacketPlayInWindowClick, id=10], SET_CREATIVE_SLOT[class=PacketPlayInSetCreativeSlot, id=43]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=Images, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=NORMAL, packets=[USE_ENTITY[class=PacketPlayInUseEntity, id=15], SET_CREATIVE_SLOT[class=PacketPlayInSetCreativeSlot, id=43]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=ProtocolStringReplacer, sending=ListeningWhitelist[priority=HIGHEST, packets=[SCOREBOARD_SCORE[class=PacketPlayOutScoreboardScore, id=87]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=ChatControl, sending=ListeningWhitelist[priority=LOW, packets=[CHAT[class=ClientboundPlayerChatPacket, id=49]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=ProtocolStringReplacer, sending=ListeningWhitelist[priority=HIGHEST, packets=[SET_SLOT[class=PacketPlayOutSetSlot, id=18]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=AuthMe, sending=ListeningWhitelist[priority=NORMAL, packets=[WINDOW_ITEMS[class=PacketPlayOutWindowItems, id=16], SET_SLOT[class=PacketPlayOutSetSlot, id=18]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=ProtocolStringReplacer, sending=ListeningWhitelist[priority=HIGHEST, packets=[MAP_CHUNK[class=ClientboundLevelChunkWithLightPacket, id=32]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=ProtocolStringReplacer, sending=ListeningWhitelist[priority=HIGHEST, packets=[OPEN_WINDOW[class=PacketPlayOutOpenWindow, id=44]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=ProtocolStringReplacer, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=HIGHEST, packets=[CLOSE_WINDOW[class=PacketPlayInCloseWindow, id=11]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=LibsDisguises, sending=ListeningWhitelist[priority=NORMAL, packets=[ENTITY_SOUND[class=PacketPlayOutEntitySound, id=93], NAMED_SOUND_EFFECT[class=PacketPlayOutNamedSoundEffect, id=94]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=ProtocolStringReplacer, sending=ListeningWhitelist[priority=HIGHEST, packets=[TAB_COMPLETE[class=PacketPlayOutTabComplete, id=13]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=LibsDisguises, sending=ListeningWhitelist[priority=HIGH, packets=[ENTITY_STATUS[class=PacketPlayOutEntityStatus, id=25], ENTITY_HEAD_ROTATION[class=PacketPlayOutEntityHeadRotation, id=62], SPAWN_ENTITY[class=PacketPlayOutSpawnEntity, id=0], SPAWN_ENTITY_EXPERIENCE_ORB[class=PacketPlayOutSpawnEntityExperienceOrb, id=1], NAMED_ENTITY_SPAWN[class=PacketPlayOutNamedEntitySpawn, id=2], COLLECT[class=PacketPlayOutCollect, id=99], ANIMATION[class=PacketPlayOutAnimation, id=3], ENTITY_TELEPORT[class=PacketPlayOutEntityTeleport, id=100], UPDATE_ATTRIBUTES[class=PacketPlayOutUpdateAttributes, id=102], REL_ENTITY_MOVE[class=PacketPlayOutRelEntityMove, id=39], REL_ENTITY_MOVE_LOOK[class=PacketPlayOutRelEntityMoveLook, id=40], ENTITY_LOOK[class=PacketPlayOutEntityLook, id=41], ENTITY_METADATA[class=PacketPlayOutEntityMetadata, id=78], ENTITY_VELOCITY[class=PacketPlayOutEntityVelocity, id=80], ENTITY_EQUIPMENT[class=PacketPlayOutEntityEquipment, id=81], MOUNT[class=PacketPlayOutMount, id=85]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=ProtocolStringReplacer, sending=ListeningWhitelist[priority=HIGHEST, packets=[SET_ACTION_BAR_TEXT[class=ClientboundSetActionBarTextPacket, id=66]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=ProtocolStringReplacer, sending=ListeningWhitelist[priority=HIGHEST, packets=[SET_TITLE_TEXT[class=ClientboundSetTitleTextPacket, id=91]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=ProtocolStringReplacer, sending=ListeningWhitelist[priority=HIGHEST, packets=[PLAYER_COMBAT_KILL[class=ClientboundPlayerCombatKillPacket, id=52]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=WorldGuardExtraFlags, sending=ListeningWhitelist[priority=NORMAL, packets=[REMOVE_ENTITY_EFFECT[class=PacketPlayOutRemoveEntityEffect, id=59]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=ProtocolStringReplacer, sending=ListeningWhitelist[priority=HIGHEST, packets=[TILE_ENTITY_DATA[class=PacketPlayOutTileEntityData, id=7]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=AttributeHider, sending=ListeningWhitelist[priority=NORMAL, packets=[WINDOW_ITEMS[class=PacketPlayOutWindowItems, id=16], SET_SLOT[class=PacketPlayOutSetSlot, id=18], OPEN_WINDOW_MERCHANT[class=PacketPlayOutOpenWindowMerchant, id=38]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=LibsDisguises, sending=ListeningWhitelist[priority=HIGH, packets=[ENTITY_STATUS[class=PacketPlayOutEntityStatus, id=25], ENTITY_HEAD_ROTATION[class=PacketPlayOutEntityHeadRotation, id=62], NAMED_ENTITY_SPAWN[class=PacketPlayOutNamedEntitySpawn, id=2], ANIMATION[class=PacketPlayOutAnimation, id=3], ENTITY_TELEPORT[class=PacketPlayOutEntityTeleport, id=100], UPDATE_ATTRIBUTES[class=PacketPlayOutUpdateAttributes, id=102], REL_ENTITY_MOVE[class=PacketPlayOutRelEntityMove, id=39], REL_ENTITY_MOVE_LOOK[class=PacketPlayOutRelEntityMoveLook, id=40], ENTITY_EFFECT[class=PacketPlayOutEntityEffect, id=104], ENTITY_LOOK[class=PacketPlayOutEntityLook, id=41], ENTITY_METADATA[class=PacketPlayOutEntityMetadata, id=78], ATTACH_ENTITY[class=PacketPlayOutAttachEntity, id=79], ENTITY_VELOCITY[class=PacketPlayOutEntityVelocity, id=80], ENTITY_EQUIPMENT[class=PacketPlayOutEntityEquipment, id=81]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=LibsDisguises, sending=ListeningWhitelist[priority=NORMAL, packets=[ENTITY_DESTROY[class=PacketPlayOutEntityDestroy, id=58]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=LibsDisguises, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=NORMAL, packets=[USE_ENTITY[class=PacketPlayInUseEntity, id=15]], gamephase=PLAYING, options=[ASYNC]]], PacketAdapter[plugin=MyCommand, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=NORMAL, packets=[UPDATE_SIGN[class=PacketPlayInUpdateSign, id=46]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=LibsDisguises, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=NORMAL, packets=[CUSTOM_PAYLOAD[class=PacketPlayInCustomPayload, id=12]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=ProtocolStringReplacer, sending=ListeningWhitelist[priority=HIGHEST, packets=[SET_SUBTITLE_TEXT[class=ClientboundSetSubtitleTextPacket, id=89]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=DecentHolograms, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=NORMAL, packets=[USE_ENTITY[class=PacketPlayInUseEntity, id=15]], gamephase=PLAYING, options=[ASYNC]]], PacketAdapter[plugin=ProtocolStringReplacer, sending=ListeningWhitelist[priority=HIGHEST, packets=[KICK_DISCONNECT[class=PacketPlayOutKickDisconnect, id=23]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=ProtocolStringReplacer, sending=ListeningWhitelist[priority=HIGHEST, packets=[CHAT[class=ClientboundPlayerChatPacket, id=49]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=ProtocolStringReplacer, sending=ListeningWhitelist[priority=HIGHEST, packets=[SYSTEM_CHAT[class=ClientboundSystemChatPacket, id=96]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=ProtocolStringReplacer, sending=ListeningWhitelist[priority=HIGHEST, packets=[SCOREBOARD_TEAM[class=PacketPlayOutScoreboardTeam, id=86]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=ProtocolStringReplacer, sending=ListeningWhitelist[priority=HIGHEST, packets=[OPEN_WINDOW_MERCHANT[class=PacketPlayOutOpenWindowMerchant, id=38]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=ProtocolStringReplacer, sending=ListeningWhitelist[priority=HIGHEST, packets=[BOSS[class=PacketPlayOutBoss, id=10]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=Spartan, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=NORMAL, packets=[BLOCK_PLACE[class=PacketPlayInBlockPlace, id=50]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=ProtocolStringReplacer, sending=ListeningWhitelist[priority=HIGHEST, packets=[ENTITY_METADATA[class=PacketPlayOutEntityMetadata, id=78]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=ProtocolStringReplacer, sending=ListeningWhitelist[priority=HIGHEST, packets=[WINDOW_ITEMS[class=PacketPlayOutWindowItems, id=16]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=ChatControl, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=LOW, packets=[B_EDIT[class=PacketPlayInBEdit, id=13]], gamephase=PLAYING, options=[]]]]
packetInjector=com.comphenix.protocol.injector.netty.manager.NetworkManagerPacketInjector@2c0edef2
playerInjectionHandler=com.comphenix.protocol.injector.netty.manager.NetworkManagerPlayerInjector@216b80bb
networkManagerInjector=com.comphenix.protocol.injector.netty.manager.NetworkManagerInjector@86fee0b
debug=false
closed=false
injected=true
]
Listeners:
me.rothes.protocolstringreplacer.packetlisteners.server.AbstractServerPacketListener$1@49351db7[
plugin=ProtocolStringReplacer v2.17.4
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=HIGHEST, packets=[SCOREBOARD_OBJECTIVE[class=PacketPlayOutScoreboardObjective, id=84]], gamephase=PLAYING, options=[]]
]
me.rothes.protocolstringreplacer.packetlisteners.client.AbstractClientPacketListener$1@789e219d[
plugin=ProtocolStringReplacer v2.17.4
connectionSide=CLIENT_SIDE
receivingWhitelist=ListeningWhitelist[priority=HIGHEST, packets=[SET_CREATIVE_SLOT[class=PacketPlayInSetCreativeSlot, id=43]], gamephase=PLAYING, options=[]]
sendingWhitelist=EMPTY_WHITELIST
]
org.mineacademy.chatcontrol.lib.fo.model.PacketListener$2@75eb9d68[
type=SET_SLOT[class=PacketPlayOutSetSlot, id=18]
plugin=ChatControl v8.11.8
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=NORMAL, packets=[SET_SLOT[class=PacketPlayOutSetSlot, id=18]], gamephase=PLAYING, options=[]]
]
me.rothes.protocolstringreplacer.packetlisteners.client.AbstractClientPacketListener$1@6c4e2a8b[
plugin=ProtocolStringReplacer v2.17.4
connectionSide=CLIENT_SIDE
receivingWhitelist=ListeningWhitelist[priority=HIGHEST, packets=[WINDOW_CLICK[class=PacketPlayInWindowClick, id=10]], gamephase=PLAYING, options=[]]
sendingWhitelist=EMPTY_WHITELIST
]
me.libraryaddict.disguise.utilities.packets.packetlisteners.PacketListenerTabList@17edc4eb[
plugin=LibsDisguises v10.0.32
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=NORMAL, packets=[PLAYER_INFO[class=ClientboundPlayerInfoUpdatePacket, id=54]], gamephase=PLAYING, options=[]]
]
me.rothes.protocolstringreplacer.packetlisteners.client.AbstractClientPacketListener$1@7cf4bab2[
plugin=ProtocolStringReplacer v2.17.4
connectionSide=CLIENT_SIDE
receivingWhitelist=ListeningWhitelist[priority=HIGHEST, packets=[SETTINGS[class=PacketPlayInSettings, id=7]], gamephase=PLAYING, options=[]]
sendingWhitelist=EMPTY_WHITELIST
]
me.libraryaddict.disguise.utilities.packets.packetlisteners.PacketListenerInventory@d846a03[
libsDisguises=LibsDisguises v10.0.32
plugin=LibsDisguises v10.0.32
connectionSide=BOTH
receivingWhitelist=ListeningWhitelist[priority=HIGH, packets=[WINDOW_CLICK[class=PacketPlayInWindowClick, id=10], SET_CREATIVE_SLOT[class=PacketPlayInSetCreativeSlot, id=43]], gamephase=PLAYING, options=[]]
sendingWhitelist=ListeningWhitelist[priority=HIGH, packets=[WINDOW_ITEMS[class=PacketPlayOutWindowItems, id=16], SET_SLOT[class=PacketPlayOutSetSlot, id=18]], gamephase=PLAYING, options=[]]
]
com.andavin.images.ProtocolLibListener@45827d4a[
listener=com.andavin.images.ProtocolLibListener$$Lambda$8995/0x0000000801b65068@2fa74ed8
packetListener=com.andavin.images.v1_19_R2.PacketListener@511cf70d
plugin=Images v2.2.8
connectionSide=CLIENT_SIDE
receivingWhitelist=ListeningWhitelist[priority=NORMAL, packets=[USE_ENTITY[class=PacketPlayInUseEntity, id=15], SET_CREATIVE_SLOT[class=PacketPlayInSetCreativeSlot, id=43]], gamephase=PLAYING, options=[]]
sendingWhitelist=EMPTY_WHITELIST
]
me.rothes.protocolstringreplacer.packetlisteners.server.AbstractServerPacketListener$1@3537943e[
plugin=ProtocolStringReplacer v2.17.4
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=HIGHEST, packets=[SCOREBOARD_SCORE[class=PacketPlayOutScoreboardScore, id=87]], gamephase=PLAYING, options=[]]
]
org.mineacademy.chatcontrol.hook.ProtocolLibHook$4@465daec[
plugin=ChatControl v8.11.8
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=LOW, packets=[CHAT[class=ClientboundPlayerChatPacket, id=49]], gamephase=PLAYING, options=[]]
]
me.rothes.protocolstringreplacer.packetlisteners.server.AbstractServerPacketListener$1@25962a5d[
plugin=ProtocolStringReplacer v2.17.4
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=HIGHEST, packets=[SET_SLOT[class=PacketPlayOutSetSlot, id=18]], gamephase=PLAYING, options=[]]
]
fr.xephi.authme.listener.protocollib.InventoryPacketAdapter@447d12f2[
logger=fr.xephi.authme.ConsoleLogger@7c854a13
playerCache=fr.xephi.authme.data.auth.PlayerCache@378798cc
dataSource=fr.xephi.authme.datasource.CacheDataSource@22c3d16a
plugin=AuthMe v5.6.0-beta2-b2453
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=NORMAL, packets=[WINDOW_ITEMS[class=PacketPlayOutWindowItems, id=16], SET_SLOT[class=PacketPlayOutSetSlot, id=18]], gamephase=PLAYING, options=[]]
]
me.rothes.protocolstringreplacer.packetlisteners.server.AbstractServerPacketListener$1@2b5c2413[
plugin=ProtocolStringReplacer v2.17.4
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=HIGHEST, packets=[MAP_CHUNK[class=ClientboundLevelChunkWithLightPacket, id=32]], gamephase=PLAYING, options=[]]
]
me.rothes.protocolstringreplacer.packetlisteners.server.AbstractServerPacketListener$1@1af86877[
plugin=ProtocolStringReplacer v2.17.4
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=HIGHEST, packets=[OPEN_WINDOW[class=PacketPlayOutOpenWindow, id=44]], gamephase=PLAYING, options=[]]
]
me.rothes.protocolstringreplacer.packetlisteners.client.AbstractClientPacketListener$1@217c4529[
plugin=ProtocolStringReplacer v2.17.4
connectionSide=CLIENT_SIDE
receivingWhitelist=ListeningWhitelist[priority=HIGHEST, packets=[CLOSE_WINDOW[class=PacketPlayInCloseWindow, id=11]], gamephase=PLAYING, options=[]]
sendingWhitelist=EMPTY_WHITELIST
]
me.libraryaddict.disguise.utilities.packets.packetlisteners.PacketListenerSounds@794c4d1a[
plugin=LibsDisguises v10.0.32
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=NORMAL, packets=[ENTITY_SOUND[class=PacketPlayOutEntitySound, id=93], NAMED_SOUND_EFFECT[class=PacketPlayOutNamedSoundEffect, id=94]], gamephase=PLAYING, options=[]]
]
me.rothes.protocolstringreplacer.packetlisteners.server.AbstractServerPacketListener$1@4d30a426[
plugin=ProtocolStringReplacer v2.17.4
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=HIGHEST, packets=[TAB_COMPLETE[class=PacketPlayOutTabComplete, id=13]], gamephase=PLAYING, options=[]]
]
me.libraryaddict.disguise.utilities.packets.packetlisteners.PacketListenerMain@a29cc3e[
plugin=LibsDisguises v10.0.32
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=HIGH, packets=[ENTITY_STATUS[class=PacketPlayOutEntityStatus, id=25], ENTITY_HEAD_ROTATION[class=PacketPlayOutEntityHeadRotation, id=62], SPAWN_ENTITY[class=PacketPlayOutSpawnEntity, id=0], SPAWN_ENTITY_EXPERIENCE_ORB[class=PacketPlayOutSpawnEntityExperienceOrb, id=1], NAMED_ENTITY_SPAWN[class=PacketPlayOutNamedEntitySpawn, id=2], COLLECT[class=PacketPlayOutCollect, id=99], ANIMATION[class=PacketPlayOutAnimation, id=3], ENTITY_TELEPORT[class=PacketPlayOutEntityTeleport, id=100], UPDATE_ATTRIBUTES[class=PacketPlayOutUpdateAttributes, id=102], REL_ENTITY_MOVE[class=PacketPlayOutRelEntityMove, id=39], REL_ENTITY_MOVE_LOOK[class=PacketPlayOutRelEntityMoveLook, id=40], ENTITY_LOOK[class=PacketPlayOutEntityLook, id=41], ENTITY_METADATA[class=PacketPlayOutEntityMetadata, id=78], ENTITY_VELOCITY[class=PacketPlayOutEntityVelocity, id=80], ENTITY_EQUIPMENT[class=PacketPlayOutEntityEquipment, id=81], MOUNT[class=PacketPlayOutMount, id=85]], gamephase=PLAYING, options=[]]
]
me.rothes.protocolstringreplacer.packetlisteners.server.AbstractServerPacketListener$1@7a48533[
plugin=ProtocolStringReplacer v2.17.4
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=HIGHEST, packets=[SET_ACTION_BAR_TEXT[class=ClientboundSetActionBarTextPacket, id=66]], gamephase=PLAYING, options=[]]
]
me.rothes.protocolstringreplacer.packetlisteners.server.AbstractServerPacketListener$1@33a18ef8[
plugin=ProtocolStringReplacer v2.17.4
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=HIGHEST, packets=[SET_TITLE_TEXT[class=ClientboundSetTitleTextPacket, id=91]], gamephase=PLAYING, options=[]]
]
me.rothes.protocolstringreplacer.packetlisteners.server.AbstractServerPacketListener$1@73cde057[
plugin=ProtocolStringReplacer v2.17.4
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=HIGHEST, packets=[PLAYER_COMBAT_KILL[class=ClientboundPlayerCombatKillPacket, id=52]], gamephase=PLAYING, options=[]]
]
net.goldtreeservers.worldguardextraflags.protocollib.RemoveEffectPacketListener@5c0df451[
plugin=WorldGuardExtraFlags v4.2.1
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=NORMAL, packets=[REMOVE_ENTITY_EFFECT[class=PacketPlayOutRemoveEntityEffect, id=59]], gamephase=PLAYING, options=[]]
]
me.rothes.protocolstringreplacer.packetlisteners.server.AbstractServerPacketListener$1@2d8ef492[
plugin=ProtocolStringReplacer v2.17.4
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=HIGHEST, packets=[TILE_ENTITY_DATA[class=PacketPlayOutTileEntityData, id=7]], gamephase=PLAYING, options=[]]
]
com.kabryxis.attributehider.remover.RemoverPacketListener@1afda4dc[
remover=com.kabryxis.attributehider.remover.Remover@1451eea0
plugin=AttributeHider v6.0.3
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=NORMAL, packets=[WINDOW_ITEMS[class=PacketPlayOutWindowItems, id=16], SET_SLOT[class=PacketPlayOutSetSlot, id=18], OPEN_WINDOW_MERCHANT[class=PacketPlayOutOpenWindowMerchant, id=38]], gamephase=PLAYING, options=[]]
]
me.libraryaddict.disguise.utilities.packets.packetlisteners.PacketListenerViewSelfDisguise@3253207[
plugin=LibsDisguises v10.0.32
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=HIGH, packets=[ENTITY_STATUS[class=PacketPlayOutEntityStatus, id=25], ENTITY_HEAD_ROTATION[class=PacketPlayOutEntityHeadRotation, id=62], NAMED_ENTITY_SPAWN[class=PacketPlayOutNamedEntitySpawn, id=2], ANIMATION[class=PacketPlayOutAnimation, id=3], ENTITY_TELEPORT[class=PacketPlayOutEntityTeleport, id=100], UPDATE_ATTRIBUTES[class=PacketPlayOutUpdateAttributes, id=102], REL_ENTITY_MOVE[class=PacketPlayOutRelEntityMove, id=39], REL_ENTITY_MOVE_LOOK[class=PacketPlayOutRelEntityMoveLook, id=40], ENTITY_EFFECT[class=PacketPlayOutEntityEffect, id=104], ENTITY_LOOK[class=PacketPlayOutEntityLook, id=41], ENTITY_METADATA[class=PacketPlayOutEntityMetadata, id=78], ATTACH_ENTITY[class=PacketPlayOutAttachEntity, id=79], ENTITY_VELOCITY[class=PacketPlayOutEntityVelocity, id=80], ENTITY_EQUIPMENT[class=PacketPlayOutEntityEquipment, id=81]], gamephase=PLAYING, options=[]]
]
me.libraryaddict.disguise.utilities.packets.packetlisteners.PacketListenerEntityDestroy@1b5323b4[
plugin=LibsDisguises v10.0.32
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=NORMAL, packets=[ENTITY_DESTROY[class=PacketPlayOutEntityDestroy, id=58]], gamephase=PLAYING, options=[]]
]
me.libraryaddict.disguise.utilities.packets.packetlisteners.PacketListenerClientInteract@186966c4[
plugin=LibsDisguises v10.0.32
connectionSide=CLIENT_SIDE
receivingWhitelist=ListeningWhitelist[priority=NORMAL, packets=[USE_ENTITY[class=PacketPlayInUseEntity, id=15]], gamephase=PLAYING, options=[ASYNC]]
sendingWhitelist=EMPTY_WHITELIST
]
it.emmerrei.mycommand.signmenu.SignMenuFactory$1@204291ec[
plugin=MyCommand v5.7.3
connectionSide=CLIENT_SIDE
receivingWhitelist=ListeningWhitelist[priority=NORMAL, packets=[UPDATE_SIGN[class=PacketPlayInUpdateSign, id=46]], gamephase=PLAYING, options=[]]
sendingWhitelist=EMPTY_WHITELIST
]
me.libraryaddict.disguise.utilities.packets.packetlisteners.PacketListenerClientCustomPayload@671d8772[
plugin=LibsDisguises v10.0.32
connectionSide=CLIENT_SIDE
receivingWhitelist=ListeningWhitelist[priority=NORMAL, packets=[CUSTOM_PAYLOAD[class=PacketPlayInCustomPayload, id=12]], gamephase=PLAYING, options=[]]
sendingWhitelist=EMPTY_WHITELIST
]
me.rothes.protocolstringreplacer.packetlisteners.server.AbstractServerPacketListener$1@1e48414[
plugin=ProtocolStringReplacer v2.17.4
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=HIGHEST, packets=[SET_SUBTITLE_TEXT[class=ClientboundSetSubtitleTextPacket, id=89]], gamephase=PLAYING, options=[]]
]
eu.decentsoftware.holograms.api.nms.PacketHandlerProtocolLib$1@6e439c[
plugin=DecentHolograms v2.8.1
connectionSide=CLIENT_SIDE
receivingWhitelist=ListeningWhitelist[priority=NORMAL, packets=[USE_ENTITY[class=PacketPlayInUseEntity, id=15]], gamephase=PLAYING, options=[ASYNC]]
sendingWhitelist=EMPTY_WHITELIST
]
me.rothes.protocolstringreplacer.packetlisteners.server.AbstractServerPacketListener$1@50adff9f[
plugin=ProtocolStringReplacer v2.17.4
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=HIGHEST, packets=[KICK_DISCONNECT[class=PacketPlayOutKickDisconnect, id=23]], gamephase=PLAYING, options=[]]
]
me.rothes.protocolstringreplacer.packetlisteners.server.AbstractServerPacketListener$1@44af5fda[
plugin=ProtocolStringReplacer v2.17.4
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=HIGHEST, packets=[CHAT[class=ClientboundPlayerChatPacket, id=49]], gamephase=PLAYING, options=[]]
]
me.rothes.protocolstringreplacer.packetlisteners.server.AbstractServerPacketListener$1@bd24a64[
plugin=ProtocolStringReplacer v2.17.4
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=HIGHEST, packets=[SYSTEM_CHAT[class=ClientboundSystemChatPacket, id=96]], gamephase=PLAYING, options=[]]
]
me.rothes.protocolstringreplacer.packetlisteners.server.AbstractServerPacketListener$1@444b397d[
plugin=ProtocolStringReplacer v2.17.4
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=HIGHEST, packets=[SCOREBOARD_TEAM[class=PacketPlayOutScoreboardTeam, id=86]], gamephase=PLAYING, options=[]]
]
me.rothes.protocolstringreplacer.packetlisteners.server.AbstractServerPacketListener$1@69c58f3c[
plugin=ProtocolStringReplacer v2.17.4
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=HIGHEST, packets=[OPEN_WINDOW_MERCHANT[class=PacketPlayOutOpenWindowMerchant, id=38]], gamephase=PLAYING, options=[]]
]
me.rothes.protocolstringreplacer.packetlisteners.server.AbstractServerPacketListener$1@5c74114e[
plugin=ProtocolStringReplacer v2.17.4
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=HIGHEST, packets=[BOSS[class=PacketPlayOutBoss, id=10]], gamephase=PLAYING, options=[]]
]
me.vagdedes.spartan.f.a.n$1@cd18f2a[
by=9=packets
plugin=Spartan vPhase 500
connectionSide=CLIENT_SIDE
receivingWhitelist=ListeningWhitelist[priority=NORMAL, packets=[BLOCK_PLACE[class=PacketPlayInBlockPlace, id=50]], gamephase=PLAYING, options=[]]
sendingWhitelist=EMPTY_WHITELIST
]
me.rothes.protocolstringreplacer.packetlisteners.server.AbstractServerPacketListener$1@5221fe9a[
plugin=ProtocolStringReplacer v2.17.4
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=HIGHEST, packets=[ENTITY_METADATA[class=PacketPlayOutEntityMetadata, id=78]], gamephase=PLAYING, options=[]]
]
me.rothes.protocolstringreplacer.packetlisteners.server.AbstractServerPacketListener$1@4ca47698[
plugin=ProtocolStringReplacer v2.17.4
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=HIGHEST, packets=[WINDOW_ITEMS[class=PacketPlayOutWindowItems, id=16]], gamephase=PLAYING, options=[]]
]
org.mineacademy.chatcontrol.hook.ProtocolLibHook$1@67d4ac28[
plugin=ChatControl v8.11.8
connectionSide=CLIENT_SIDE
receivingWhitelist=ListeningWhitelist[priority=LOW, packets=[B_EDIT[class=PacketPlayInBEdit, id=13]], gamephase=PLAYING, options=[]]
sendingWhitelist=EMPTY_WHITELIST
]
Plugins Using ProtocolLib:
LibsDisguises by [libraryaddict, Byteflux, Navid K.]
WorldGuardExtraFlags by [isokissa3]
AttributeHider by [Warren1001]
ProtocolStringReplacer by [Rothes]
ChatControl by [kangarko]
AuthMe by [Xephi, sgdc3, DNx5, timvisee, games647, ljacqu, Gnat008]
Spartan by [Evangelos Dedes @Vagdedes]
Images by [Andavin]
DecentHolograms by [d0by]
MyCommand by [emmerrei (ivanfromitaly)]