# Fun

The levels module is a diverse way to encourage user activity in your server.

This module allows users to earn coins xp and a rank in your server

{% hint style="success" %}
This Module is New!

Commands are still being added, so expect more in the coming days!
{% endhint %}

{% hint style="warning" %}
We are aware that setting the fun module to disabled doesnt disable commands. We are working on a fix
{% endhint %}

## Commands

### Admin Commands

/configure - enable/disable this module (For More Info See ->[Modules Info](/modules/modules-info.md#setting-state-of-modules))

/requiredrole - sets the required role to use this plugin (For more info see -> [Modules Info](/modules/modules-info.md#required-roles))

/managexp - grant, set or add xp to a user

### User Commands

/dice - Roll a dice!

/meme - Generate a random meme from the internet

/countdown-till-christmas -How Many days are left?

/dice-coins - Roll a 6 to win some olilz coins!

{% hint style="info" %}
Got a suggestion? Let us know in the discord [Join The Discord!](/support/join-the-discord.md)
{% endhint %}


---

# 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://docs.olilz.xyz/modules/fun.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.
