add /potspy as an alias (#18)

This commit is contained in:
untuned 2018-01-05 10:33:33 -05:00 committed by Lemon
parent 4ed0db05de
commit 09e5b39099

View file

@ -7,7 +7,7 @@ import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
@CommandPermissions(level = Rank.SUPER_ADMIN, source = SourceType.ONLY_IN_GAME)
@CommandParameters(description = "Toggles potion spy.", usage = "/<command>")
@CommandParameters(description = "Toggles potion spy.", usage = "/<command>", aliases = "potspy")
public class Command_potionspy extends FreedomCommand
{