Skip to content
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.

BlockBucket

Jesse Boyd edited this page Nov 11, 2019 · 11 revisions

This guide is for PlotSquared versions 1.13+

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
  • 50%block1,30%block2,20%block3 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 or FAWE is installed, complex patterns are also accepted.

To restrict what patterns are allowed, configure the disallowed-blocks list in plugins/WorldEdit/config.yml, or plugins/FastAsyncWorldEdit/config-legacy.yml

Clone this wiki locally