Updated WorldEdit FAWE mask list (markdown)

Jesse Boyd 2016-09-25 14:54:57 +10:00
parent fb5d1f9e43
commit ebf84b6cc8

@ -50,7 +50,7 @@ Example: `!<stone`
Explanation: Can negate any mask, this will allow any block not below stone
#### Expression mask `=[expression]`
Example: `=abs(z+1)%2-abs(x)%2`
Explanation: Restricts to blocks where x and z coords are even numbers.
Explanation: Restricts to blocks where x and z coords are even numbers.
Info: http://wiki.sk89q.com/wiki/WorldEdit/Expression_syntax
## Registering a mask through the API