You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Either find a shipwreck and open a chest that contains a treasure map, or give a map with an icon:
/give @s minecraft:map
[ explore the map ]
[ replace MAPID with the map ID just explored, and coordinates with your coordinates ]
/give @s minecraft:filled_map[minecraft:map_decorations={"a": {"type": "red_x", "x": MY_X, "z": MY_Z, "rotation": 0}}, minecraft:map_id=MAPID]
Log out and back in. Since the item is now in your inventory, it always kicks you on join until the WrapperPlayServerWindowItems is removed.
Expected behavior
No exception or kick.
Screenshots
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
Reading any map that has an icon (most notably treasure maps) with wrappers such as WrapperPlayServerWindowItems kicks the player.
Client log:
Software brand
Paper 1.20.6-130
PacketEvents 2.3.1-SNAPSHOT (rev 3352f25)
Plugins
Just PacketEvents, built from source with added wrapper
How To Reproduce
Either find a shipwreck and open a chest that contains a treasure map, or give a map with an icon:
Log out and back in. Since the item is now in your inventory, it always kicks you on join until the WrapperPlayServerWindowItems is removed.
Expected behavior
No exception or kick.
Screenshots
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: