mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-03 11:05:41 +00:00
fixed typo
This commit is contained in:
parent
cd0f9b92ee
commit
e880d79720
4 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue