# Reward Types

Each reward type comes with its own unique settings, along with shared parameters that are applicable to all rewards. The following is a list of currently available reward types, acknowledging the possibility of additional types being introduced in future versions:

* [**AFK REWARD**](https://ultimaterewards.athelion.eu/configuration/rewards/reward-types/afk-reward) <mark style="color:red;">**NEW**</mark>
* [**ADVENT CALENDAR**](https://ultimaterewards.athelion.eu/configuration/rewards/reward-types/advent-calendar)
* [**COUPON REWARD**](https://ultimaterewards.athelion.eu/configuration/rewards/reward-types/coupon-reward) *<mark style="color:yellow;">SOON</mark>*
* [**DISCORD REWARD**](https://ultimaterewards.athelion.eu/configuration/rewards/reward-types/discord-reward) *<mark style="color:yellow;">SOON</mark>*
* [**PICKABLE REWARD**](https://ultimaterewards.athelion.eu/configuration/rewards/reward-types/pickable-reward) <mark style="color:red;">**NEW**</mark>
* [**TIME REWARD**](https://ultimaterewards.athelion.eu/configuration/rewards/reward-types/time-reward)
* [**TIME FIXED REWARD**](https://ultimaterewards.athelion.eu/configuration/rewards/reward-types/time-fixed-reward)
* [**STREAK REWARD**](https://ultimaterewards.athelion.eu/configuration/rewards/reward-types/streak-reward)
* [**STREAK FIXED REWARD**](https://ultimaterewards.athelion.eu/configuration/rewards/reward-types/streak-fixed-reward)
* [**VOTE REWARD**](https://ultimaterewards.athelion.eu/configuration/rewards/reward-types/vote-reward)
* [**PER VOTE REWARD**](https://ultimaterewards.athelion.eu/configuration/rewards/reward-types/per-vote-reward)
* [**RENEWABLE VOTE REWARD**](https://ultimaterewards.athelion.eu/configuration/rewards/reward-types/renewable-vote-reward)
* [**STREAK VOTE REWARD**](https://ultimaterewards.athelion.eu/configuration/rewards/reward-types/streak-vote-reward)
* [**PLAY TIME REWARD**](https://ultimaterewards.athelion.eu/configuration/rewards/reward-types/play-time-reward)
* [**RENEWABLE PLAY TIME REWARD**](https://ultimaterewards.athelion.eu/configuration/rewards/reward-types/renewable-play-time-reward)
* [**REFERRAL REWARD**](https://ultimaterewards.athelion.eu/configuration/rewards/reward-types/referral-reward)
* [**RENEWABLE REFERRAL REWARD**](https://ultimaterewards.athelion.eu/configuration/rewards/reward-types/renewable-referral-reward)
* [**PURCHASABLE REWARD**](https://ultimaterewards.athelion.eu/configuration/rewards/reward-types/purchasable-reward)
* [**RE-PURCHASABLE REWARD**](https://ultimaterewards.athelion.eu/configuration/rewards/reward-types/re-purchasable-reward)
* [**ONE TIME REWARD**](https://ultimaterewards.athelion.eu/configuration/rewards/reward-types/one-time-reward)
* [**TIME LIMITED REWARD**](https://ultimaterewards.athelion.eu/configuration/rewards/reward-types/time-limited-reward)
* [**CUSTOM REWARD**](https://ultimaterewards.athelion.eu/configuration/rewards/reward-types/custom-reward)
* [**MULTIPLE CUSTOM REWARD**](https://ultimaterewards.athelion.eu/configuration/rewards/reward-types/multiple-custom-reward) <mark style="color:red;">**NEW**</mark>

### Shared Properties

These common parameters can be applied (by adding or removing the path to the .yml reward folder) to all rewards:

* `enabled` \[true/false] - whether the reward is active
* `command` \[text] - the command by which the reward can be collected
* `disabled-worlds` \[list] - worlds where reward can't be obtained
* `tag` \[text] - reward's tag
* `permission` \[text] - limits the reward to players with this permission
* `actions` \[text] - a list of actions that will be performed after the reward is activated\
  \- about actions is whole following [section](https://ultimaterewards.athelion.eu/configuration/rewards/reward-actions).
* `max-play-time` \[number] - time limit (in minutes) when the player can collect the reward, if he exceeds this limit - he cannot collect the reward anymore <mark style="color:red;">**NEW**</mark>
* `require-discord-sync` \[true/false] - the player will only be able to collect the reward if he has a synced account with your discord server (only with DiscordSRV plugin)
* `required-slots` \[number] - how many slots a player needs to have available to collect a reward
* `exclude-from-reminders` \[true/false] - reward won't be included in reward available reminders&#x20;
* `live-reminder-enabled` \[true/false] - enable live notification of reward availability (example: when a cooldown time reward runs out, the player is notified that they can collect it)
* `included-in-auto-claim` \[true/false] - decides whether the reward should be automatically collected (if available) for the player
* `close-after-claiming` \[true/false] - decides if the menu should be closed after claiming the reward (rewrites the global setting from config.yml)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ultimaterewards.athelion.eu/configuration/rewards/reward-types.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
