Updated WorldEdit and FAWE patterns (markdown)

Jesse Boyd 2016-09-28 23:42:10 +10:00
parent d97012c4ec
commit f71b89f608

@ -40,3 +40,15 @@ Explanation: Each block change will use the next item in the list
Aliases: `#l3d`
Example: `#l:stone,wood,bedrock`
Explanation: Uses the x,y,z coordinate to pick the next block from the list
#### Offset pattern `#offset:<x>:<y>:<z>:<pattern>`
Example: `#~:#offset:0:5:0:#clipboard`
Explanation: Offset the relative clipboard pattern by 5y
#### Spread `#spread:<x>:<y>:<z>:<pattern>`
Example: `#spread:5:0:5:#existing`
Explanation: Horizontally spread existing blocks by 5
#### Masked Pattern `#mask:<mask>:<primary>:<secondary>`
Example: `#mask:!0:"#spread:5:0:5:#existing":#existing`
Explanation: Try spreading, if the block is air, use the existing block (i.e. do nothing).