From f50d9068ebf8df81cdf4f2a83de02419a127347b Mon Sep 17 00:00:00 2001 From: Jesse Boyd Date: Mon, 11 Nov 2019 01:10:04 -0800 Subject: [PATCH] Updated BlockBucket (markdown) --- BlockBucket.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BlockBucket.md b/BlockBucket.md index d476010..0385088 100644 --- a/BlockBucket.md +++ b/BlockBucket.md @@ -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` \ No newline at end of file