- Fix banning bug + make plex name color config option work

This commit is contained in:
Taah
2022-02-24 23:50:11 -08:00
parent 90c2426987
commit f13bd8a5d5
13 changed files with 20 additions and 24 deletions

View File

@ -24,6 +24,7 @@ public class WorldCMD extends PlexCommand
@Override
protected Component execute(@NotNull CommandSender sender, @Nullable Player playerSender, String[] args)
{
assert playerSender != null;
if (args.length != 1)
{
return usage();