From 09e5b3909917be12e7bb2b4de8b1267977440d61 Mon Sep 17 00:00:00 2001 From: untuned Date: Fri, 5 Jan 2018 10:33:33 -0500 Subject: [PATCH] add /potspy as an alias (#18) --- .../totalfreedom/totalfreedommod/command/Command_potionspy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/me/totalfreedom/totalfreedommod/command/Command_potionspy.java b/src/main/java/me/totalfreedom/totalfreedommod/command/Command_potionspy.java index d037356e..ccdb6307 100644 --- a/src/main/java/me/totalfreedom/totalfreedommod/command/Command_potionspy.java +++ b/src/main/java/me/totalfreedom/totalfreedommod/command/Command_potionspy.java @@ -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 = "/") +@CommandParameters(description = "Toggles potion spy.", usage = "/", aliases = "potspy") public class Command_potionspy extends FreedomCommand {