Updated WorldEdit FAWE mask list (markdown)

Jesse Boyd 2016-09-25 05:13:15 +10:00
parent 691b6e9c7d
commit f9c493aac5

@ -28,9 +28,11 @@ Explanation: Allows any block where the adjacent block is between 20 and 5 block
#### Radius mask `{[min],[max]`
Example: `{5,20`
Explanation: Restricts blocks to within a specific radius range of the initial block
#### Adjacent mask `~[pattern]`
#### Adjacent mask `~[pattern][=min[,max]]`
Example `~stone,wood`
Explanation: Allows any block if it is adjacent to stone or wood
Example: `~bedrock=2,4`
Explanation: Allows any block if it is adjacent to between 2 and 4 bedrock
#### Below mask `<[pattern]`
Example: `<stone`
Explanation: Allows any block directly beneath stone