fix: PlayerServerFullCheckEvent#deny not setting the allow flag#13601
fix: PlayerServerFullCheckEvent#deny not setting the allow flag#13601electronicboy merged 1 commit intoPaperMC:mainfrom
Conversation
|
That is caused by plugins calling the deny method when they're not actually denying the event |
|
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 |
So I have to find out which plugin is causing this? it worked totally fine before and with 103 on it got worse, sadly :( |
|
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. |
|
Also broke my server. This fix should have been considered more carefully. I suspect many users are now experiencing problems. |
|
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 |
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.