geforkt von Mirrors/FastAsyncWorldEdit
add // to mask and range
Dieser Commit ist enthalten in:
Ursprung
5fb18259d5
Commit
a6f2cd0fb5
@ -66,6 +66,7 @@ public class ToolUtilCommands {
|
|||||||
|
|
||||||
@Command(
|
@Command(
|
||||||
name = "mask",
|
name = "mask",
|
||||||
|
aliases = "/mask",
|
||||||
desc = "Set the brush destination mask"
|
desc = "Set the brush destination mask"
|
||||||
)
|
)
|
||||||
@CommandPermissions({"worldedit.brush.options.mask", "worldedit.mask.brush"})
|
@CommandPermissions({"worldedit.brush.options.mask", "worldedit.mask.brush"})
|
||||||
@ -126,6 +127,7 @@ public class ToolUtilCommands {
|
|||||||
|
|
||||||
@Command(
|
@Command(
|
||||||
name = "range",
|
name = "range",
|
||||||
|
aliases = "/range",
|
||||||
desc = "Set the brush range"
|
desc = "Set the brush range"
|
||||||
)
|
)
|
||||||
@CommandPermissions("worldedit.brush.options.range")
|
@CommandPermissions("worldedit.brush.options.range")
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren