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,7 +23,8 @@ 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