fixed typo

This commit is contained in:
boy0001 2015-02-11 21:16:12 +11:00
parent cd0f9b92ee
commit e880d79720
4 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ import com.intellectualcrafters.plot.util.PlayerFunctions;
public class Ban extends SubCommand {
public Ban() {
super(Command.BAN, "Alis for /plot denied add", "/plot ban [player]", CommandCategory.ACTIONS, true);
super(Command.BAN, "Alias for /plot denied add", "/plot ban [player]", CommandCategory.ACTIONS, true);
}
@Override

View File

@ -14,7 +14,7 @@ import com.intellectualcrafters.plot.util.PlayerFunctions;
public class DEOP extends SubCommand {
public DEOP() {
super(Command.DEOP, "Alis for /plot trusted remove", "/plot deop [player]", CommandCategory.ACTIONS, true);
super(Command.DEOP, "Alias for /plot trusted remove", "/plot deop [player]", CommandCategory.ACTIONS, true);
}
@Override

View File

@ -14,7 +14,7 @@ import com.intellectualcrafters.plot.util.PlayerFunctions;
public class OP extends SubCommand {
public OP() {
super(Command.OP, "Alis for /plot trusted add", "/plot op [player]", CommandCategory.ACTIONS, true);
super(Command.OP, "Alias for /plot trusted add", "/plot op [player]", CommandCategory.ACTIONS, true);
}
@Override

View File

@ -14,7 +14,7 @@ import com.intellectualcrafters.plot.util.PlayerFunctions;
public class Unban extends SubCommand {
public Unban() {
super(Command.UNBAN, "Alis for /plot denied remove", "/plot unban [player]", CommandCategory.ACTIONS, true);
super(Command.UNBAN, "Alias for /plot denied remove", "/plot unban [player]", CommandCategory.ACTIONS, true);
}
@Override