📦
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
  1. Configuring
  2. Rewards

Win Limits

Using win limits you can limit how many times a reward can be won globally or per player!

rewards:
  exampleReward:
    ...
    global-limits: # Available timeframes: ALLTIME, MOTNHLY, WEEKLY, DAILY
      ALLTIME: 1 # This reward can be won just once globally
    per-player-limits:
      ALLTIME: 1 # This reward can be won just once per player

Timeframes

  • ALLTIME

  • MONTHLY

  • WEEKLY

  • DAILY

The number "1" specifies how many times can be the reward won in the given timeframe.

PreviousRaritiesNextActions

Last updated 2 months ago

✏️