Updated BlockBucket (markdown)

Jesse Boyd 2019-11-11 01:10:04 -08:00
parent ec94897eed
commit f50d9068eb
1 changed files with 3 additions and 1 deletions

@ -9,6 +9,8 @@ _Note: Omitting the weight for any block, and it will be automatically inferred
### PlotSquared 1.14+ Patterns
Blockstates are in the format `namespace:block[property1=value1,property2=value2]` (The properties and namespace are optional, and `grass_block` will resolve to `minecraft:grass_block[snowy=false]`. [More info](https://minecraft.gamepedia.com/Block_states))
If [WorldEdit](https://worldedit.enginehub.org/en/latest/usage/general/patterns/) or [FAWE](https://github.com/boy0001/FastAsyncWorldedit/wiki/WorldEdit-and-FAWE-patterns) is installed, complex patterns are also accepted.
Complex patterns are also accepted:
- [FAWE Patterns](https://github.com/boy0001/FastAsyncWorldedit/wiki/WorldEdit-and-FAWE-patterns) (If you have FAWE installed)
- [WorldEdit Patterns](https://worldedit.enginehub.org/en/latest/usage/general/patterns/)
To restrict what blocks are allowed for the patterns, configure the `disallowed-blocks` list in `plugins/WorldEdit/config.yml`, or `plugins/FastAsyncWorldEdit/config-legacy.yml`