mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-07 04:53:00 +00:00
Console for every command (we will test what works)
This commit is contained in:
parent
3a15254d8d
commit
8344903c50
40 changed files with 40 additions and 40 deletions
|
@ -39,7 +39,7 @@ import java.util.UUID;
|
|||
permission = "plots.merge",
|
||||
usage = "/plot merge [direction]",
|
||||
category = CommandCategory.ACTIONS,
|
||||
requiredType = RequiredType.PLAYER
|
||||
requiredType = RequiredType.NONE
|
||||
)
|
||||
public class Merge extends SubCommand {
|
||||
public final static String[] values = new String[] { "north", "east", "south", "west" };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue