dmulloy2 / ProtocolLib

Provides read and write access to the Minecraft protocol with Bukkit.
GNU General Public License v2.0
1.03k stars 258 forks source link

Set Container Kick #3210

Open Rexmen1 opened 1 month ago

Rexmen1 commented 1 month ago

Make sure you're doing the following

Describe the question whenever player claims any rewards from mobs killing or battlepass etc or mythic mobs... they get kicked with set container error from protocol lib https://mclo.gs/Il5b8ZE

API method(s) used List what API method(s) you're using

Expected behavior Shouldn't be kicked

Code If applicable, add relevant code from your project

Additional context Add any other context about the problem here.

Ingrim4 commented 1 month ago

Some plugin (not ProtocolLib) is sending an ItemStack/Inventory and while doing so modifying a list which in turn triggers a ConcurrentModificationException. Only thing you can to is try to remove plugins one by one until the error no longer occurs.