some things deserve to be outright ignored

This commit is contained in:
Robinson Gallego
2019-11-18 18:00:54 -05:00
parent 5a6dacfc37
commit a926f72b67
3 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,8 @@ import org.bukkit.entity.Player;
@CommandParameters(
description = "Use admin commands on someone by hash. Use mode 'list' to get a player's hash. Other modes are kick, nameban, ipban, ban, op, deop, ci, fr, smite.",
usage = "/<command> [list | [<kick | nameban | ipban | ban | op | deop | ci | fr | smite> <targethash>] ]")
//codebeat:disable
//basically a deprecated command that still exists
public class Command_gadmin extends FreedomCommand
{