Updated WorldEdit and FAWE patterns (markdown)

Jesse Boyd 2016-09-28 18:14:34 +10:00
parent 09a3018dd5
commit a02adeabf4

@ -6,8 +6,8 @@ http://wiki.sk89q.com/wiki/WorldEdit/Block_data_syntax
## List of Patterns
#### Simple patterns
`#clipboard` Use the blocks in your clipboard as the pattern (alias #copy)
`#existing` Use the block that is already there (alias #*)
`#clipboard` Use the blocks in your clipboard as the pattern (alias `#copy`)
`#existing` Use the block that is already there (alias `#*`)
#### Block pattern `<block>`
Example: `stone`
@ -23,10 +23,11 @@ Aliases: `#~`, `#r`, `#rel`
Example: `#relative:#clipboard`
Explanation: The clipboard pattern is offset relative to where you click
#### No axis `#!x`, `#!y`, `#!z`
#### No axis `#!x:<pattern>`, `#!y:<pattern>`, `#!z:<pattern>`
Desc: The pattern will not be provided with some coordinate information
Aliases: `#nx`, `#ny`, `#nz`, `#nox`, `#noy`, `#noz`
Example: `#!x:#!z:#~:#l3d:<pattern list> 5`
Explanation: Will linearly apply the pattern along the y-axis
Example: `#!x:#!z:#~:#l3d:<pattern list> 5`
Explanation: Will linearly apply the pattern along the y-axis
Example2: `/br sphere #!x:#!z:#~:#l3d:121,24,5:2,100:11,5,99:14,3:1,5:1,88,159:7,5:5,159:15 5`, `/mask %20 !0`
Explanation 2: A gradient brush with a given set of block ids