Rewards

Possible rewards

Using this option you can determine what amount of rewards can be won.

A range can be set (min-max) and random amount is generated while opening the crate.

You can also create groups of ranges with given chances, so the plugin chooses the chance group first and then generates the random amount of that group.

Examples:

  • Having min set to 1 and max to 2 means that the player can win 1-2 rewards from the crate that are randomly chosen

  • Having min set to 1 and max to 1 means that the player can win only 1 reward

Config examples:

possible-rewards:
  - min: 1
    max: 1
    chance: 100
possible-rewards:
  - min: 1
    max: 1
    chance: 25
  - min: 2
    max: 2
    chance: 25
  - min: 3
    max: 3
    chance: 25
  - min: 4
    max: 4
    chance: 25
possible-rewards:  
  - min: 1
    max: 2
    chance: 80
  - min: 2
    max: 5
    chance: 20

Reward options

Last updated