mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-05 17:16:41 +00:00
Move gamemode stuff to listener
- Fix messages in messages.yml not being used - Fixed checkRank not working - Added permissions support for tab handing
This commit is contained in:
@ -28,7 +28,7 @@ public class FreezeCMD extends PlexCommand
|
||||
{
|
||||
if (args.length != 1)
|
||||
{
|
||||
return usage(getUsage());
|
||||
return usage();
|
||||
}
|
||||
Player player = getNonNullPlayer(args[0]);
|
||||
PunishedPlayer punishedPlayer = PlayerCache.getPunishedPlayer(player.getUniqueId());
|
||||
|
Reference in New Issue
Block a user