> For the complete documentation index, see [llms.txt](https://docs.picklemods.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.picklemods.com/paid-resources/rewards-system.md).

# Rewards System

This is a first of it’s kind rewards system where you can be sure that players keep coming back for more.

As you know, servers have a hard time retaining members, so I invented this system to solve that problem once and for all.

## Preview

{% embed url="<https://www.youtube.com/watch?v=PKH1tC7cQ4M>" %}

### What is this?

This is a first of it’s kind rewards system where you can be sure that players keep coming back for more.

As you know, servers have a hard time retaining members, so I invented this system to solve that problem once and for all.

### Features

* **Achievements System**
  * Create and modify achievements simply by registering it in the config, and assigning values to steps via exports.
  * Getter & Setter Exports are fully available and are encouraged to be used to futher expand your usability of the script.
  * 10+ Achievements are included by default, they include:
    * "Welcome to Los Santos" - First time flying into the city.
      * "Hello, Friend." - Referring your first friend.
      * &#x20;"Downtown" - Visit Legion Square.
      * &#x20;"Long-term Resident" - Play the city for 24 hours.&#x20;
      * "Serve & Protect" - Patrol as emergency services for 1 hour.&#x20;
      * "First Kill" - Kill your first player.&#x20;
      * "Fallen Hero" - Die for the first time.&#x20;
      * "Fast Fast Fast" - Drive 80 miles per hour.&#x20;
      * "Armed to the Teeth" - Equip your first weapon.&#x20;
      * "Wingless Bird" - Skydive for the first time.&#x20;
* **Daily Rewards System**
  * Daily login rewards allow you have players consistently flying into the city to play your server.
  * There are also configurable requirements such as requiring the session time to exceed what you limit it to in the config.
  * Spin the Wheel to unlock a random prize set by you in the config!
* **Referral System**
  * Allow your players to recruit new players by using the built-in referral system!
  * This system automatically allows players to invite others using their own unique referral code and receive rewards for the following:
    * When a referred player claims a daily reward.
    * When a referred player claims an achievement.

You can buy the resource here: <https://store.picklemods.com/>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.picklemods.com/paid-resources/rewards-system.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
