mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-03 00:16:42 +00:00
- Fix banning bug + make plex name color config option work
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user