This repository has been archived by the owner on Oct 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
BlockBucket
NotMyFault edited this page Jul 7, 2019
·
11 revisions
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.
block1,block2,block3,block4
will automatically infer that there should be 25% of each of the four blocks
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. The numbers should never exceed 100 (percent).