Streamlined the faction arg descriptores

This commit is contained in:
Olof Larsson
2011-10-24 11:11:53 +02:00
parent 0c46809952
commit 99e8acd79f
15 changed files with 16 additions and 16 deletions

View File

@@ -14,7 +14,7 @@ public class CmdPower extends FCommand
this.aliases.add("pow");
//this.requiredArgs.add("faction tag");
this.optionalArgs.put("player name", "you");
this.optionalArgs.put("player", "you");
this.permission = Permission.POWER.node;
this.disableOnLock = false;