> For the complete documentation index, see [llms.txt](https://docs.playtheatria.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.playtheatria.com/theatria/events-challenges/the-oracles-blessing/grinders-glory.md).

# Grinders Glory

### Your tireless dedication has borne fruit, and the Oracle rewards your efforts with a 10% earnings increase.

## How to Earn This Blessing

To gain the Oracle's favor through the Grinder's Glory challenge, you must achieve the following:

* **Earn a Power Level of 10,000 in MCMMO**
* **Have at least 1,000 points in 10 different skills**

Check your progress using the command **/mcstats**.

![MCMMO Stats](/files/0ogMmUji8CsBbzqFfo0m)

## Submission Guidelines

1. **Verify your eligibility**: Use `/mcstats` to confirm your Power Level and skill distribution meet the requirements.
2. **Open a Discord ticket**: Once you meet the requirements, open a ticket on our Discord server to begin the verification process.
3. **Staff verification**: Our staff will review your MCMMO stats to confirm you have achieved the required milestones.
4. **Receive your reward**: After verification, the Oracle will grant you a 10% boost in `/sell hand` earnings.

For more information about submission requirements and other blessings, visit the [Oracle's Blessings main page](/theatria/events-challenges/the-oracles-blessing.md).

{% hint style="info" %}
**Tip**: Focus on leveling complementary skills to efficiently reach the required Power Level.
{% endhint %}

{% hint style="danger" %}
**⚠️ Your stats will be verified before the reward is granted. Ensure you meet the criteria before opening a ticket.**
{% endhint %}

***

[The Oracle's Blessing](/theatria/events-challenges/the-oracles-blessing.md)

[Events & Challenges](/theatria/events-challenges.md)


---

# 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.playtheatria.com/theatria/events-challenges/the-oracles-blessing/grinders-glory.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.
