-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
Running with JRE 17.
One plugin enabled as described below.
-
CraftBukkit version 4049-Spigot-c198da2-5bf12cb (MC: 1.20.4) (Implementing API version 1.20.4-R0.1-SNAPSHOT)
-
(custom)
-
Yes
Steps to recreate:
- Create a new Spigot plugin (API version 1.20)
- Create a new command in said plugin.
- In the command, ban the player that ran the command using Player#ban.
I have tested with both Duration and Date variants of the method. - After the ban expires, join the server.
- See that an internal server error has occurred and that the player did not successfully join the server.
- See that on the next join attempt, the player can join as normal.
Stack trace attached.