mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-22 18:46:53 +01:00
Updated WorldEdit and FAWE patterns (markdown)
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).
|
Loading…
Reference in New Issue
Block a user