mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
add // to mask and range
This commit is contained in:
parent
5fb18259d5
commit
a6f2cd0fb5
@ -66,6 +66,7 @@ public class ToolUtilCommands {
|
||||
|
||||
@Command(
|
||||
name = "mask",
|
||||
aliases = "/mask",
|
||||
desc = "Set the brush destination mask"
|
||||
)
|
||||
@CommandPermissions({"worldedit.brush.options.mask", "worldedit.mask.brush"})
|
||||
@ -126,6 +127,7 @@ public class ToolUtilCommands {
|
||||
|
||||
@Command(
|
||||
name = "range",
|
||||
aliases = "/range",
|
||||
desc = "Set the brush range"
|
||||
)
|
||||
@CommandPermissions("worldedit.brush.options.range")
|
||||
|
Loading…
Reference in New Issue
Block a user