People getting kicked from server...
Jeppa opened this issue ยท 1 comments
Type of bug
General issue
TabList version
5.7.4
Software version
Paper 1.20.2
Relevant plugins
f.e. DragonSlayer version 0.12.12 (0.12.13 has an internal 'fix' for this issue...)
Console error (if applicable)
[Disconnect] User XYZ has disconnected, reason: Internal Exception: java.util.NoSuchElementException
^ only that, nothing else!!
TabList configuration files
Just the default config.
Bug description
When a plugin displays a scoreboard and changes/edits the team's prefix or suffix the player gets kicked from the server with an NoSuchElementException.
Code used:
(Team) team.setPrefix("prefix");
or
team.setSuffix("suffix");
Already fixed, #473