📦
AquaticCrates v3
  • Getting Started
  • Commands
  • Compatibility
  • ✏️Configuring
    • Basics
    • Crate
      • Visuals
      • Interactions
      • Hologram
      • Open Prices
      • Open Requirements
      • Open Restrictions
      • Open Cooldown
    • Mass Opening
    • Keys
      • Interactions
    • Rewards
      • Rarities
      • Win Limits
      • Actions
      • Rewards Menu
    • Preview
    • Milestones
    • Reroll
    • Animation
      • Open Animation
      • Idle Animation
      • Fail Animation
      • Actions
    • Reward & Crate Limits
    • Item Settings
    • Examples
  • 💻Developer API
    • Basics
Powered by GitBook
On this page
  • Reward related crate options
  • Possible rewards
  • Reward options
  1. Configuring

Rewards

Reward related crate options

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

PreviousInteractionsNextRarities

Last updated 3 months ago

✏️