Boosters

Boosters are rewards that a player can claim for a limited duration. You can make infinite boosters

Boosters configuration

  SalesX2: // ID OF THE BOOSTER
    material: BEACON
    type: sales
    multiplier: 2
    duration: 30
    name: '&f&lSALES BOOSTER'
    lore:
    - '&3'
    - '&fThis booster will give you x2 of sales'
    - '&fon every block you mine'
    - '&3'
    - '&fMultiplier: &9x%multiplier%'
    - '&fDuration: &e%duration% minutes'
    - '&3'
    - '&b&lRIGHT-CLICK &fto activate this booster'

To create a new booster only add those lines of code and that's it!

material

The Minecraft material of the booster

type

The type of booster you want

multiplier

The multiplier amount that has the booster, for example if it's a sales type booster and the multiplier is of 2, when mining a block it will be sold for the price*2(multiplier)

duration

The duration in minutes you want the booster long

name

The display name of the booster

lore

The lore you want for the booster

Booster types

type: sales

sales

It will multiply the sell price of the blocks you mine

blocks

It will multiply the blocks you mine

Last updated