extras/src/main/java/pw/kaboom/extras/commands
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
..
CommandBroadcastMM.java Use guard clauses when possible 2022-10-16 03:08:35 +03:00
CommandBroadcastVanilla.java Use guard clauses when possible 2022-10-16 03:08:35 +03:00
CommandClearChat.java Make clearchat sendMessage to individual players instead of broadcasting 2022-10-15 23:25:56 +01:00
CommandConsole.java Use guard clauses when possible 2022-10-16 03:08:35 +03:00
CommandDestroyEntities.java append new text instead of concatenating (#330) 2022-12-27 19:49:24 +02:00
CommandEnchantAll.java Use guard clauses when possible 2022-10-16 03:08:35 +03:00
CommandGetJSON.java Use guard clauses when possible 2022-10-16 03:08:35 +03:00
CommandJumpscare.java Replace string concatenation with appending text components (#325) 2022-11-01 15:02:25 +02:00
CommandKaboom.java Use guard clauses when possible 2022-10-16 03:08:35 +03:00
CommandPing.java append new text instead of concatenating (#330) 2022-12-27 19:49:24 +02:00
CommandPrefix.java Display prefixes and display names in tab (#332) 2022-12-27 19:50:26 +02:00
CommandPumpkin.java Replace string concatenation with appending text components (#325) 2022-11-01 15:02:25 +02:00
CommandServerInfo.java Migrate commands to Adventure, add new commands 2022-10-15 23:25:26 +01:00
CommandSkin.java Fix the usage of the skin command (#335) 2023-02-02 10:20:10 +02:00
CommandSpawn.java Use guard clauses when possible 2022-10-16 03:08:35 +03:00
CommandSpidey.java Use guard clauses when possible 2022-10-16 03:08:35 +03:00
CommandTellraw.java Use guard clauses when possible 2022-10-16 03:08:35 +03:00
CommandUsername.java Make the taken username check more accurate (#336) 2023-02-06 03:10:41 +02:00