Updated BlockBucket (markdown)

Jesse Boyd 2019-11-11 01:00:35 -08:00
parent f763b0d5bf
commit c666bdfcb7
1 changed files with 5 additions and 4 deletions

@ -1,8 +1,9 @@
## This guide is for PlotSquared versions 1.13+
Block buckets is a new feature in PlotSquared 4. They allow you to specify however many blocks you want, for every component of a plot. You can specify the block weight, which will determine how likely the block is to be picked from the bucket.
Block buckets allow you to specify however many blocks you want, for every component of a plot. You can specify the block weight, which will determine how likely the block is to be picked from the bucket.
`block1,block2,block3,block4` will automatically infer that there should be 25% of each of the four blocks
- `block1,block2,block3,block4` will automatically infer that there should be 25% of each of the four blocks
- `50%block1,30%block2,20%block3` will use 50% of block1, 30% of block2 and 20% of block3.
`block1:50,block2:30,block3:20` will use 50% of block1, 30% of block2 and 20% of block3.
You can choose to leave out the weight for any block, and it will be automatically inferred from the other numbers. 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.
You can choose to leave out the weight for any block, and it will be automatically inferred from the other numbers. The numbers should never exceed 100 (percent).
To restrict what patterns are allowed, configure the `disallowed-blocks` list in `plugins/WorldEdit/config.yml`, or `plugins/FastAsyncWorldEdit/config-legacy.yml`