3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-06 16:12:51 +02:00

add // to mask and range

Dieser Commit ist enthalten in:
dordsor21 2020-05-02 18:34:49 +01:00
Ursprung 5fb18259d5
Commit a6f2cd0fb5

Datei anzeigen

@ -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")