mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-27 09:44:04 +00:00
add // to mask and range
This commit is contained in:
@@ -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")
|
||||||
|
Reference in New Issue
Block a user