"except" argument
LadyCailinBot opened this issue ยท 3 comments
WORLDEDIT-2973 - Reported by dsdw7
for example:
"//replace -water,lava,sand grass"
replaces everything except water, lava, and sand with grass
Comment by PseudoKnight
An exclamation point acts as "not" logic in WorldEdit masks. This would perhaps be a better choice than a dash.
In the mean time you can use "//gmask !water,lava,sand" combined with "//set grass" for this.