Uh oh!
There was an error while loading. Please reload this page.
fix: PlayerServerFullCheckEvent#deny not setting the allow flag - #13601
Conversation
electronicboy
commented
Feb 5, 2026
That is caused by plugins calling the deny method when they're not actually denying the event |
SunnyCat95
commented
Feb 5, 2026
electronicboy
commented
Feb 5, 2026
The "fix" here is making the deny method actually deny connections. The issue is that at least 1 plugin was blindly using the deny method to set the message without the intent to actually deny the connection attempt; Plugins need to call the deny method if they only intend to actually deny the connection |
SunnyCat95
commented
Feb 5, 2026
So I have to find out which plugin is causing this? it worked totally fine before and with 103 on it got worse, sadly :( |
Doc94
commented
Feb 5, 2026
You can find plugins using the event fixed using https://docs.papermc.io/paper/reference/commands/#dumplisteners with that can report to authors for handle. |
SwordfishBE
commented
Feb 5, 2026
Also broke my server. This fix should have been considered more carefully. I suspect many users are now experiencing problems. |
masmc05
commented
Feb 5, 2026
You can send the output of the dumplisteners command in discord so someone could help you with this. For example it is already known how to disable the broken feature in essentials as a temporary fix |
OtonashiHorobu
commented
Feb 6, 2026
In my case, it was caused by EssentialsX, and could be fixed by setting use-custom-server-full-message to false in its config.yml. |

No description provided.