geforkt von Mirrors/FastAsyncWorldEdit
Corrected number of arguments in //pos2
Dieser Commit ist enthalten in:
Ursprung
91b7b8444f
Commit
63262dbd5f
@ -79,7 +79,7 @@ public class SelectionCommands {
|
|||||||
usage = "[coordinates]",
|
usage = "[coordinates]",
|
||||||
desc = "Set position 2",
|
desc = "Set position 2",
|
||||||
min = 0,
|
min = 0,
|
||||||
max = 2
|
max = 1
|
||||||
)
|
)
|
||||||
@CommandPermissions({"worldedit.selection.pos"})
|
@CommandPermissions({"worldedit.selection.pos"})
|
||||||
public static void pos2(CommandContext args, WorldEdit we,
|
public static void pos2(CommandContext args, WorldEdit we,
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren