extras/src/main/java/pw/kaboom/extras
Chipmunk 820b105327
Make the taken username check more accurate (#336)
Instead of using `Bukkit.getPlayer(name)`, now each player is manually iterated over to check if a username is taken. This fixes multiple problems, such as a player not being able to set their name to `a` because a player named `ab` is online, and a player not being able to set their username back to the one they joined with.
2023-02-06 03:10:41 +02:00
..
commands Make the taken username check more accurate (#336) 2023-02-06 03:10:41 +02:00
modules Append to an empty component instead of the prefix (#334) 2023-01-09 15:09:34 +02:00
skin Fix & improve skin command, improve username command (#331) 2022-12-27 19:50:02 +02:00
Main.java Display prefixes and display names in tab (#332) 2022-12-27 19:50:26 +02:00