# Win Limits

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

```yaml
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.
