Updated WorldEdit FAWE mask list (markdown)

Jesse Boyd 2017-02-14 11:32:54 +11:00
parent 01762a253a
commit f1b71c1e84

@ -36,8 +36,8 @@ Desc: Set the brush source mask
Example: `stone:wood`
Explanation: Allows any block which is already stone or wood
#### Angle mask `/[min]:[max]`
Example: `/-20:-2`
Explanation: Allows any block where the adjacent block is between 20 and 2 blocks below
Example: `/-20:-3`
Explanation: Allows any block where the adjacent block is between 20 and 3 blocks below
#### Radius mask `{[min]:[max]`
Example: `{5:20`
Explanation: Restricts blocks to within a specific radius range of the initial block