mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 11:55:38 +01:00
Updated BlockBucket (markdown)
parent
ec94897eed
commit
f50d9068eb
@ -9,6 +9,8 @@ _Note: Omitting the weight for any block, and it will be automatically inferred
|
|||||||
### PlotSquared 1.14+ Patterns
|
### 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))
|
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`
|
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`
|
Loading…
Reference in New Issue
Block a user