mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-12 10:24:07 +01:00
fixed typo
This commit is contained in:
parent
cd0f9b92ee
commit
e880d79720
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user