-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
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
Having kit menu open while respawning clears all kits #246
Comments
Update: this happens because of my plugins and configurations. EssentialsXSpawn was teleporting players to my hub world briefly, and Multiverse was setting their gamemode to adventure, allowing for this bug to occur at all. I can fix this on my end by using Multiverse to handle server spawn or disabling FancyDeath. |
Thanks for reporting. I was able to replicate this when only running KitPvP alone with FancyDeath enabled. After debugging, I've determined this line is causing the problem:
@D3adhkwen, you helped fix the original bug relating to the crafting inventory. How did you resolve this current issue as a result - did you change your original approach? |
Hey cervina, I've encountered this issue on a server I'm running too. I assume it's the same issue - I've just removed that line for my local build in the mean time. |
How do you go about removing that line? I have the KitPVP Plugin, but don't see where I can remove that line. I am still having this issue |
I used a bytecode editor called Recaf, it's not for the faint of heart |
Sorry for missing the messages here, been rather busy irl. I've managed to simulate the issue locally and came up with a fix. |
Are you able to link your updated file with the fix for me? |
Description of the bug
If a player opens the kit menu while waiting to respawn and waits out the timer, the action of clearing the player's kit will also clear all items from the kit menu, rendering all other players unable to select any kits. Doing
/kp reload
will fix this, but only until someone else triggers the bug.Screenshot of /kp debug
Additional screenshots or video (if applicable)
Can't select any kits
Pastebin.com of any relevant .yml files (if applicable)
n/a
The text was updated successfully, but these errors were encountered: