ProtocolLib

3M Downloads

Could not find packet for type SPAWN_ENTITY_LIVING

georgegxb opened this issue · 5 comments

commented

i tried every version of ProtocolLib and i get this error all the time i confirmed it its not my custom plugin there must be a problem with protocollib any help i would appreciate it

Console Error:

java.lang.IllegalArgumentException: Could not find packet for type SPAWN_ENTITY_LIVING
[10:19:39 WARN]: at ProtocolLib.jar//com.comphenix.protocol.injector.packet.PacketRegistry.lambda$getPacketClassFromType$0(PacketRegistry.java:389)
[10:19:39 WARN]: at java.base/java.util.Optional.orElseThrow(Optional.java:403)
[10:19:39 WARN]: at ProtocolLib.jar//com.comphenix.protocol.injector.packet.PacketRegistry.getPacketClassFromType(PacketRegistry.java:389)
[10:19:39 WARN]: at ProtocolLib.jar//com.comphenix.protocol.injector.StructureCache.newPacket(StructureCache.java:113)
[10:19:39 WARN]: at ProtocolLib.jar//com.comphenix.protocol.events.PacketContainer.(PacketContainer.java:117)
[10:19:39 WARN]: at darkage-bukkit-core-all.jar//com.darkage.bukkit.external.protocol.DefaultPacketContainer.newEntitySpawnPacket(DefaultPacketContainer.java:19)
[10:19:39 WARN]: at darkage-bukkit-core-all.jar//com.darkage.bukkit.internal.camera.PacketCamera.startCamera(PacketCamera.java:68)
[10:19:39 WARN]: at darkage-bukkit-core-all.jar//com.darkage.bukkit.core.internal.login.NpcLogin.init(NpcLogin.java:114)
[10:19:39 WARN]: at darkage-bukkit-core-all.jar//com.darkage.bukkit.core.internal.login.LoginListener.subscribe(LoginListener.java:22)
[10:19:39 WARN]: at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor434.execute(Unknown Source)
[10:19:39 WARN]: at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:77)
[10:19:39 WARN]: at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80)
[10:19:39 WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
[10:19:39 WARN]: at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54)
[10:19:39 WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:126)
[10:19:39 WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:615)
[10:19:39 WARN]: at net.minecraft.server.players.PlayerList.a(PlayerList.java:319)
[10:19:39 WARN]: at net.minecraft.server.network.LoginListener.a(LoginListener.java:202)
[10:19:39 WARN]: at net.minecraft.server.network.LoginListener.d(LoginListener.java:183)
[10:19:39 WARN]: at net.minecraft.server.network.LoginListener.c(LoginListener.java:85)
[10:19:39 WARN]: at net.minecraft.network.NetworkManager.a(NetworkManager.java:585)
[10:19:39 WARN]: at net.minecraft.server.network.ServerConnection.c(ServerConnection.java:233)
[10:19:39 WARN]: at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1565)
[10:19:39 WARN]: at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:447)
[10:19:39 WARN]: at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1397)
[10:19:39 WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1173)
[10:19:39 WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316)
[10:19:39 WARN]: at java.base/java.lang.Thread.run(Thread.java:833)

commented

I have the same problem, have you found a solution since then @georgegxb ?

Edit: Using SPAWN_ENTITY instead of SPAWN_ENTITY_LIVING seems to work fine

commented

Please share your /protocollib dump output

commented

Please share your /protocollib dump output

update: nvm it was /protocol dump

commented

ProtocolLib Dump
Timestamp: 04/24/23 11:43:54

ProtocolLib Version: ProtocolLib v5.0.0-SNAPSHOT-636
Bukkit Version: 1.19.3-R0.1-SNAPSHOT
Server Version: git-Paper-448 (MC: 1.19.3)
Java Version: 17.0.6

ProtocolLib: com.comphenix.protocol.ProtocolLib@6be2bcbf[
statistics=com.comphenix.protocol.metrics.Statistics@3a725d81
packetTask=7
tickCounter=8255
configExpectedMod=1
updater=com.comphenix.protocol.updater.SpigotUpdater@ec88915
redirectHandler=com.comphenix.protocol.ProtocolLib$2@6314402e
commandProtocol=com.comphenix.protocol.CommandProtocol@1ded1fb7
commandPacket=com.comphenix.protocol.CommandPacket@35dbd7de
commandFilter=com.comphenix.protocol.CommandFilter@7f116051
packetLogging=com.comphenix.protocol.PacketLogging@3e455aad
skipDisable=false
isEnabled=true
loader=io.papermc.paper.plugin.manager.DummyBukkitPluginLoader@4b20fa75
server=CraftServer{serverName=Paper,serverVersion=git-Paper-448,minecraftVersion=1.19.3}
file=plugins/ProtocolLib (5).jar
description=org.bukkit.plugin.PluginDescriptionFile@54494e54
pluginMeta=org.bukkit.plugin.PluginDescriptionFile@54494e54
dataFolder=plugins/ProtocolLib
classLoader=PluginClassLoader{plugin=ProtocolLib v5.0.0-SNAPSHOT-636, pluginEnabled=true, url=plugins/ProtocolLib (5).jar}
naggable=true
newConfig=YamlConfiguration[path='', root='YamlConfiguration']
configFile=plugins/ProtocolLib/config.yml
logger=com.destroystokyo.paper.utils.PaperPluginLogger@c725f6c
]
Manager: com.comphenix.protocol.injector.PacketFilterManager@59868eeb[
plugin=ProtocolLib v5.0.0-SNAPSHOT-636
server=CraftServer{serverName=Paper,serverVersion=git-Paper-448,minecraftVersion=1.19.3}
reporter=com.comphenix.protocol.ProtocolLib$1@47235061
minecraftVersion=(MC: 1.19.3)
asyncFilterManager=com.comphenix.protocol.async.AsyncFilterManager@68f35121
pluginVerifier=com.comphenix.protocol.injector.PluginVerifier@7664fa6c
inboundListeners=com.comphenix.protocol.injector.SortedPacketListenerList@1bf8c39d
outboundListeners=com.comphenix.protocol.injector.SortedPacketListenerList@468528db
registeredListeners=[PacketAdapter[plugin=Citizens, sending=ListeningWhitelist[priority=HIGHEST, packets=[PLAYER_INFO[class=ClientboundPlayerInfoUpdatePacket, id=58]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=LibsDisguises, sending=ListeningWhitelist[priority=HIGH, packets=[REL_ENTITY_MOVE[class=PacketPlayOutRelEntityMove, id=43], REL_ENTITY_MOVE_LOOK[class=PacketPlayOutRelEntityMoveLook, id=44], ENTITY_EFFECT[class=PacketPlayOutEntityEffect, id=108], UPDATE_ATTRIBUTES[class=PacketPlayOutUpdateAttributes, id=106], ENTITY_LOOK[class=PacketPlayOutEntityLook, id=45], ATTACH_ENTITY[class=PacketPlayOutAttachEntity, id=83], ENTITY_VELOCITY[class=PacketPlayOutEntityVelocity, id=84], ENTITY_METADATA[class=PacketPlayOutEntityMetadata, id=82], ENTITY_EQUIPMENT[class=PacketPlayOutEntityEquipment, id=85], ENTITY_STATUS[class=PacketPlayOutEntityStatus, id=28], NAMED_ENTITY_SPAWN[class=PacketPlayOutNamedEntitySpawn, id=3], ANIMATION[class=PacketPlayOutAnimation, id=4], ENTITY_HEAD_ROTATION[class=PacketPlayOutEntityHeadRotation, id=66], ENTITY_TELEPORT[class=PacketPlayOutEntityTeleport, id=104]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=ItemsAdder, sending=ListeningWhitelist[priority=MONITOR, packets=[RESOURCE_PACK_SEND[class=PacketPlayOutResourcePackSend, id=64]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], com.r4g3baby.simplescore.scoreboard.listeners.PacketListener@4aed9e67, PacketAdapter[plugin=ItemsAdder, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=NORMAL, packets=[BLOCK_DIG[class=PacketPlayInBlockDig, id=29]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=DarkAgeItems, sending=ListeningWhitelist[priority=HIGHEST, packets=[SET_SLOT[class=PacketPlayOutSetSlot, id=20]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=LibsDisguises, sending=ListeningWhitelist[priority=NORMAL, packets=[ENTITY_SOUND[class=PacketPlayOutEntitySound, id=97], NAMED_SOUND_EFFECT[class=PacketPlayOutNamedSoundEffect, id=98]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=ItemsAdder, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=MONITOR, packets=[STEER_VEHICLE[class=PacketPlayInSteerVehicle, id=31]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=ItemsAdder, sending=ListeningWhitelist[priority=MONITOR, packets=[SYSTEM_CHAT[class=ClientboundSystemChatPacket, id=100]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=DarkAgeItems, sending=ListeningWhitelist[priority=HIGHEST, packets=[WINDOW_ITEMS[class=PacketPlayOutWindowItems, id=18]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=DarkAgeItems, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=HIGHEST, packets=[WINDOW_CLICK[class=PacketPlayInWindowClick, id=11]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=ItemsAdder, sending=ListeningWhitelist[priority=MONITOR, packets=[CHAT[class=ClientboundPlayerChatPacket, id=53]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=LibsDisguises, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=NORMAL, packets=[USE_ENTITY[class=PacketPlayInUseEntity, id=16]], gamephase=PLAYING, options=[ASYNC]]], PacketAdapter[plugin=ItemsAdder, sending=ListeningWhitelist[priority=HIGHEST, packets=[RESPAWN[class=PacketPlayOutRespawn, id=65]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=ItemsAdder, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=NORMAL, packets=[STEER_VEHICLE[class=PacketPlayInSteerVehicle, id=31]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=WorldGuardExtraFlags, sending=ListeningWhitelist[priority=NORMAL, packets=[REMOVE_ENTITY_EFFECT[class=PacketPlayOutRemoveEntityEffect, id=63]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=Citizens, sending=ListeningWhitelist[priority=MONITOR, packets=[ENTITY_LOOK[class=PacketPlayOutEntityLook, id=45], ENTITY_HEAD_ROTATION[class=PacketPlayOutEntityHeadRotation, id=66]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=ItemsAdder, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=NORMAL, packets=[UPDATE_SIGN[class=PacketPlayInUpdateSign, id=46]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=LibsDisguises, sending=ListeningWhitelist[priority=NORMAL, packets=[ENTITY_DESTROY[class=PacketPlayOutEntityDestroy, id=62]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=ItemsAdder, sending=ListeningWhitelist[priority=HIGH, packets=[OPEN_WINDOW[class=PacketPlayOutOpenWindow, id=48]], gamephase=PLAYING, options=[ASYNC]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=ItemsAdder, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=NORMAL, packets=[BLOCK_DIG[class=PacketPlayInBlockDig, id=29]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=ItemsAdder, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=MONITOR, packets=[USE_ENTITY[class=PacketPlayInUseEntity, id=16]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=LibsDisguises, sending=ListeningWhitelist[priority=HIGH, packets=[SET_SLOT[class=PacketPlayOutSetSlot, id=20], WINDOW_ITEMS[class=PacketPlayOutWindowItems, id=18]], gamephase=PLAYING, options=[]], receiving=ListeningWhitelist[priority=HIGH, packets=[SET_CREATIVE_SLOT[class=PacketPlayInSetCreativeSlot, id=43], WINDOW_CLICK[class=PacketPlayInWindowClick, id=11]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=ItemsAdder, sending=ListeningWhitelist[priority=NORMAL, packets=[AUTO_RECIPE[class=PacketPlayOutAutoRecipe, id=51]], gamephase=PLAYING, options=[]], receiving=ListeningWhitelist[priority=NORMAL, packets=[AUTO_RECIPE[class=PacketPlayInAutoRecipe, id=27]], gamephase=PLAYING, options=[]]], PacketAdapter[plugin=fake-block, sending=ListeningWhitelist[priority=HIGHEST, packets=[BLOCK_CHANGE[class=PacketPlayOutBlockChange, id=10], MAP_CHUNK[class=ClientboundLevelChunkWithLightPacket, id=36]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=ItemsAdder, sending=ListeningWhitelist[priority=LOWEST, packets=[RECIPES[class=PacketPlayOutRecipes, id=61]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=LibsDisguises, sending=ListeningWhitelist[priority=HIGH, packets=[REL_ENTITY_MOVE[class=PacketPlayOutRelEntityMove, id=43], REL_ENTITY_MOVE_LOOK[class=PacketPlayOutRelEntityMoveLook, id=44], UPDATE_ATTRIBUTES[class=PacketPlayOutUpdateAttributes, id=106], ENTITY_LOOK[class=PacketPlayOutEntityLook, id=45], ENTITY_VELOCITY[class=PacketPlayOutEntityVelocity, id=84], ENTITY_METADATA[class=PacketPlayOutEntityMetadata, id=82], ENTITY_EQUIPMENT[class=PacketPlayOutEntityEquipment, id=85], ENTITY_STATUS[class=PacketPlayOutEntityStatus, id=28], MOUNT[class=PacketPlayOutMount, id=89], NAMED_ENTITY_SPAWN[class=PacketPlayOutNamedEntitySpawn, id=3], ANIMATION[class=PacketPlayOutAnimation, id=4], SPAWN_ENTITY[class=PacketPlayOutSpawnEntity, id=1], SPAWN_ENTITY_EXPERIENCE_ORB[class=PacketPlayOutSpawnEntityExperienceOrb, id=2], ENTITY_HEAD_ROTATION[class=PacketPlayOutEntityHeadRotation, id=66], COLLECT[class=PacketPlayOutCollect, id=103], ENTITY_TELEPORT[class=PacketPlayOutEntityTeleport, id=104]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=LibsDisguises, sending=ListeningWhitelist[priority=NORMAL, packets=[PLAYER_INFO[class=ClientboundPlayerInfoUpdatePacket, id=58]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=ItemsAdder, sending=ListeningWhitelist[priority=NORMAL, packets=[RECIPE_UPDATE[class=PacketPlayOutRecipeUpdate, id=109]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=ItemsAdder, sending=ListeningWhitelist[priority=HIGHEST, packets=[MOUNT[class=PacketPlayOutMount, id=89]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=LibsDisguises, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=NORMAL, packets=[CUSTOM_PAYLOAD[class=PacketPlayInCustomPayload, id=13]], gamephase=PLAYING, options=[]]]]
packetInjector=com.comphenix.protocol.injector.netty.manager.NetworkManagerPacketInjector@348d0373
playerInjectionHandler=com.comphenix.protocol.injector.netty.manager.NetworkManagerPlayerInjector@65eb2814
networkManagerInjector=com.comphenix.protocol.injector.netty.manager.NetworkManagerInjector@3852fb1f
debug=false
closed=false
injected=true
]

Listeners:
net.citizensnpcs.ProtocolLibListener$1@57bd957c[
plugin=Citizens v2.0.30-SNAPSHOT (build 2972)
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=HIGHEST, packets=[PLAYER_INFO[class=ClientboundPlayerInfoUpdatePacket, id=58]], gamephase=PLAYING, options=[]]
]
me.libraryaddict.disguise.utilities.packets.packetlisteners.PacketListenerViewSelfDisguise@769ff85d[
plugin=LibsDisguises v10.0.32
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=HIGH, packets=[REL_ENTITY_MOVE[class=PacketPlayOutRelEntityMove, id=43], REL_ENTITY_MOVE_LOOK[class=PacketPlayOutRelEntityMoveLook, id=44], ENTITY_EFFECT[class=PacketPlayOutEntityEffect, id=108], UPDATE_ATTRIBUTES[class=PacketPlayOutUpdateAttributes, id=106], ENTITY_LOOK[class=PacketPlayOutEntityLook, id=45], ATTACH_ENTITY[class=PacketPlayOutAttachEntity, id=83], ENTITY_VELOCITY[class=PacketPlayOutEntityVelocity, id=84], ENTITY_METADATA[class=PacketPlayOutEntityMetadata, id=82], ENTITY_EQUIPMENT[class=PacketPlayOutEntityEquipment, id=85], ENTITY_STATUS[class=PacketPlayOutEntityStatus, id=28], NAMED_ENTITY_SPAWN[class=PacketPlayOutNamedEntitySpawn, id=3], ANIMATION[class=PacketPlayOutAnimation, id=4], ENTITY_HEAD_ROTATION[class=PacketPlayOutEntityHeadRotation, id=66], ENTITY_TELEPORT[class=PacketPlayOutEntityTeleport, id=104]], gamephase=PLAYING, options=[]]
]
ia.m.iB@7c2897e1[
b=ia.m.iF@14f8acb7
a=ia.m.iA@3c253999
plugin=ItemsAdder v3.4.1-r5
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=MONITOR, packets=[RESOURCE_PACK_SEND[class=PacketPlayOutResourcePackSend, id=64]], gamephase=PLAYING, options=[]]
]
com.r4g3baby.simplescore.scoreboard.listeners.PacketListener@4aed9e67[
protocolLibPlugin=ProtocolLib v5.0.0-SNAPSHOT-636
sendingPackets=ListeningWhitelist[priority=HIGHEST, packets=[SCOREBOARD_DISPLAY_OBJECTIVE[class=PacketPlayOutScoreboardDisplayObjective, id=81], SCOREBOARD_OBJECTIVE[class=PacketPlayOutScoreboardObjective, id=88]], gamephase=PLAYING, options=[]]
]
ia.m.cv@6c59a793[
b=ia.m.cu@2c4b61db
plugin=ItemsAdder v3.4.1-r5
connectionSide=CLIENT_SIDE
receivingWhitelist=ListeningWhitelist[priority=NORMAL, packets=[BLOCK_DIG[class=PacketPlayInBlockDig, id=29]], gamephase=PLAYING, options=[]]
sendingWhitelist=EMPTY_WHITELIST
]
com.darkage.bukkit.items.internal.item.format.ProtocolLibFormatterRunner$1@52db7817[
plugin=DarkAgeItems v0.0.1-DEV
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=HIGHEST, packets=[SET_SLOT[class=PacketPlayOutSetSlot, id=20]], gamephase=PLAYING, options=[]]
]
me.libraryaddict.disguise.utilities.packets.packetlisteners.PacketListenerSounds@770efb03[
plugin=LibsDisguises v10.0.32
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=NORMAL, packets=[ENTITY_SOUND[class=PacketPlayOutEntitySound, id=97], NAMED_SOUND_EFFECT[class=PacketPlayOutNamedSoundEffect, id=98]], gamephase=PLAYING, options=[]]
]
ia.m.aC@1cdcc78c[
plugin=ItemsAdder v3.4.1-r5
connectionSide=CLIENT_SIDE
receivingWhitelist=ListeningWhitelist[priority=MONITOR, packets=[STEER_VEHICLE[class=PacketPlayInSteerVehicle, id=31]], gamephase=PLAYING, options=[]]
sendingWhitelist=EMPTY_WHITELIST
]
ia.m.gR@70634cf2[
b=ia.m.gQ@7624d2d9
plugin=ItemsAdder v3.4.1-r5
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=MONITOR, packets=[SYSTEM_CHAT[class=ClientboundSystemChatPacket, id=100]], gamephase=PLAYING, options=[]]
]
com.darkage.bukkit.items.internal.item.format.ProtocolLibFormatterRunner$1@436e1ef7[
plugin=DarkAgeItems v0.0.1-DEV
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=HIGHEST, packets=[WINDOW_ITEMS[class=PacketPlayOutWindowItems, id=18]], gamephase=PLAYING, options=[]]
]
com.darkage.bukkit.items.internal.item.format.ProtocolLibFormatterRunner$1@447638ac[
plugin=DarkAgeItems v0.0.1-DEV
connectionSide=CLIENT_SIDE
receivingWhitelist=ListeningWhitelist[priority=HIGHEST, packets=[WINDOW_CLICK[class=PacketPlayInWindowClick, id=11]], gamephase=PLAYING, options=[]]
sendingWhitelist=EMPTY_WHITELIST
]
ia.m.gS@5ff57aeb[
c=ia.m.gQ@7624d2d9
plugin=ItemsAdder v3.4.1-r5
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=MONITOR, packets=[CHAT[class=ClientboundPlayerChatPacket, id=53]], gamephase=PLAYING, options=[]]
]
me.libraryaddict.disguise.utilities.packets.packetlisteners.PacketListenerClientInteract@6aa7de84[
plugin=LibsDisguises v10.0.32
connectionSide=CLIENT_SIDE
receivingWhitelist=ListeningWhitelist[priority=NORMAL, packets=[USE_ENTITY[class=PacketPlayInUseEntity, id=16]], gamephase=PLAYING, options=[ASYNC]]
sendingWhitelist=EMPTY_WHITELIST
]
ia.m.aD@77b3a255[
plugin=ItemsAdder v3.4.1-r5
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=HIGHEST, packets=[RESPAWN[class=PacketPlayOutRespawn, id=65]], gamephase=PLAYING, options=[]]
]
ia.m.cg@508508ad[
plugin=ItemsAdder v3.4.1-r5
connectionSide=CLIENT_SIDE
receivingWhitelist=ListeningWhitelist[priority=NORMAL, packets=[STEER_VEHICLE[class=PacketPlayInSteerVehicle, id=31]], gamephase=PLAYING, options=[]]
sendingWhitelist=EMPTY_WHITELIST
]
net.goldtreeservers.worldguardextraflags.protocollib.RemoveEffectPacketListener@5ab90050[
plugin=WorldGuardExtraFlags v4.2.1
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=NORMAL, packets=[REMOVE_ENTITY_EFFECT[class=PacketPlayOutRemoveEntityEffect, id=63]], gamephase=PLAYING, options=[]]
]
net.citizensnpcs.ProtocolLibListener$2@64c7e12d[
plugin=Citizens v2.0.30-SNAPSHOT (build 2972)
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=MONITOR, packets=[ENTITY_LOOK[class=PacketPlayOutEntityLook, id=45], ENTITY_HEAD_ROTATION[class=PacketPlayOutEntityHeadRotation, id=66]], gamephase=PLAYING, options=[]]
]
ia.m.if@687b29d1[
b=ia.m.ie@116307f
plugin=ItemsAdder v3.4.1-r5
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.PacketListenerEntityDestroy@6295205[
plugin=LibsDisguises v10.0.32
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=NORMAL, packets=[ENTITY_DESTROY[class=PacketPlayOutEntityDestroy, id=62]], gamephase=PLAYING, options=[]]
]
ia.m.gY@1e5c7931[
b=ia.m.gX@43bc2dc9
plugin=ItemsAdder v3.4.1-r5
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=HIGH, packets=[OPEN_WINDOW[class=PacketPlayOutOpenWindow, id=48]], gamephase=PLAYING, options=[ASYNC]]
]
ia.m.hU@48c447ea[
plugin=ItemsAdder v3.4.1-r5
connectionSide=CLIENT_SIDE
receivingWhitelist=ListeningWhitelist[priority=NORMAL, packets=[BLOCK_DIG[class=PacketPlayInBlockDig, id=29]], gamephase=PLAYING, options=[]]
sendingWhitelist=EMPTY_WHITELIST
]
ia.m.aA@19592c77[
plugin=ItemsAdder v3.4.1-r5
connectionSide=CLIENT_SIDE
receivingWhitelist=ListeningWhitelist[priority=MONITOR, packets=[USE_ENTITY[class=PacketPlayInUseEntity, id=16]], gamephase=PLAYING, options=[]]
sendingWhitelist=EMPTY_WHITELIST
]
me.libraryaddict.disguise.utilities.packets.packetlisteners.PacketListenerInventory@58c3eaac[
libsDisguises=LibsDisguises v10.0.32
plugin=LibsDisguises v10.0.32
connectionSide=BOTH
receivingWhitelist=ListeningWhitelist[priority=HIGH, packets=[SET_CREATIVE_SLOT[class=PacketPlayInSetCreativeSlot, id=43], WINDOW_CLICK[class=PacketPlayInWindowClick, id=11]], gamephase=PLAYING, options=[]]
sendingWhitelist=ListeningWhitelist[priority=HIGH, packets=[SET_SLOT[class=PacketPlayOutSetSlot, id=20], WINDOW_ITEMS[class=PacketPlayOutWindowItems, id=18]], gamephase=PLAYING, options=[]]
]
ia.nms.aX.impl.r@43970eb8[
c=ia.nms.aX.impl.v1_19_R2@24430be2
plugin=ItemsAdder v3.4.1-r5
connectionSide=BOTH
receivingWhitelist=ListeningWhitelist[priority=NORMAL, packets=[AUTO_RECIPE[class=PacketPlayInAutoRecipe, id=27]], gamephase=PLAYING, options=[]]
sendingWhitelist=ListeningWhitelist[priority=NORMAL, packets=[AUTO_RECIPE[class=PacketPlayOutAutoRecipe, id=51]], gamephase=PLAYING, options=[]]
]
com.briarcraft.fakeblock.listener.FakeBlockPacketListener@7a4fe07f[
protocolLibService=com.briarcraft.fakeblock.service.ProtocolLibService@14e642dd
groupService=com.briarcraft.fakeblock.service.GroupServiceImpl@3696e7ed
playerGroupService=com.briarcraft.fakeblock.service.PlayerGroupServiceImpl@4fa3281f
plugin=fake-block v2.0.3
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=HIGHEST, packets=[BLOCK_CHANGE[class=PacketPlayOutBlockChange, id=10], MAP_CHUNK[class=ClientboundLevelChunkWithLightPacket, id=36]], gamephase=PLAYING, options=[]]
]
ia.nms.aX.impl.q@fcf46fd[
b=ia.nms.aX.impl.v1_19_R2@24430be2
plugin=ItemsAdder v3.4.1-r5
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=LOWEST, packets=[RECIPES[class=PacketPlayOutRecipes, id=61]], gamephase=PLAYING, options=[]]
]
me.libraryaddict.disguise.utilities.packets.packetlisteners.PacketListenerMain@4d71e444[
plugin=LibsDisguises v10.0.32
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=HIGH, packets=[REL_ENTITY_MOVE[class=PacketPlayOutRelEntityMove, id=43], REL_ENTITY_MOVE_LOOK[class=PacketPlayOutRelEntityMoveLook, id=44], UPDATE_ATTRIBUTES[class=PacketPlayOutUpdateAttributes, id=106], ENTITY_LOOK[class=PacketPlayOutEntityLook, id=45], ENTITY_VELOCITY[class=PacketPlayOutEntityVelocity, id=84], ENTITY_METADATA[class=PacketPlayOutEntityMetadata, id=82], ENTITY_EQUIPMENT[class=PacketPlayOutEntityEquipment, id=85], ENTITY_STATUS[class=PacketPlayOutEntityStatus, id=28], MOUNT[class=PacketPlayOutMount, id=89], NAMED_ENTITY_SPAWN[class=PacketPlayOutNamedEntitySpawn, id=3], ANIMATION[class=PacketPlayOutAnimation, id=4], SPAWN_ENTITY[class=PacketPlayOutSpawnEntity, id=1], SPAWN_ENTITY_EXPERIENCE_ORB[class=PacketPlayOutSpawnEntityExperienceOrb, id=2], ENTITY_HEAD_ROTATION[class=PacketPlayOutEntityHeadRotation, id=66], COLLECT[class=PacketPlayOutCollect, id=103], ENTITY_TELEPORT[class=PacketPlayOutEntityTeleport, id=104]], gamephase=PLAYING, options=[]]
]
me.libraryaddict.disguise.utilities.packets.packetlisteners.PacketListenerTabList@57e438d3[
plugin=LibsDisguises v10.0.32
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=NORMAL, packets=[PLAYER_INFO[class=ClientboundPlayerInfoUpdatePacket, id=58]], gamephase=PLAYING, options=[]]
]
ia.nms.aX.impl.p@3c26d811[
a=ia.nms.aX.impl.v1_19_R2@24430be2
plugin=ItemsAdder v3.4.1-r5
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=NORMAL, packets=[RECIPE_UPDATE[class=PacketPlayOutRecipeUpdate, id=109]], gamephase=PLAYING, options=[]]
]
ia.m.aB@583cf58b[
plugin=ItemsAdder v3.4.1-r5
connectionSide=SERVER_SIDE
receivingWhitelist=EMPTY_WHITELIST
sendingWhitelist=ListeningWhitelist[priority=HIGHEST, packets=[MOUNT[class=PacketPlayOutMount, id=89]], gamephase=PLAYING, options=[]]
]
me.libraryaddict.disguise.utilities.packets.packetlisteners.PacketListenerClientCustomPayload@23e4f55c[
plugin=LibsDisguises v10.0.32
connectionSide=CLIENT_SIDE
receivingWhitelist=ListeningWhitelist[priority=NORMAL, packets=[CUSTOM_PAYLOAD[class=PacketPlayInCustomPayload, id=13]], gamephase=PLAYING, options=[]]
sendingWhitelist=EMPTY_WHITELIST
]

commented

i tried with every version even 616 its always the same problem