> For the complete documentation index, see [llms.txt](https://orange-lounge-smp.gitbook.io/orange-smp-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orange-lounge-smp.gitbook.io/orange-smp-wiki/level.md).

# Level

### Global Level overview

Global Level is your overall server progression level.

It tracks your activity across the server.

It is separate from your individual [Skills](/orange-smp-wiki/skills.md).

Your Global Level appears with a star icon.

Example: `🌟120`

The number is your current Global Level.

You can see it in **TAB**, chat, name tags, and the `/level` menu.

### How to gain XP

You gain Global Level XP from normal server activity:

* Gain skill XP
* Stay online
* Send chat messages

When you gain skill XP, part of it also goes toward your Global Level.

Each Global Level requires the same amount of XP.

### Level colors

Your Global Level color changes as you progress.

| Level range | Color    |
| ----------: | -------- |
|        1-99 | Gray     |
|     100-199 | White    |
|     200-299 | Green    |
|     300-399 | Aqua     |
|     400-499 | Blue     |
|     500-599 | Pink     |
|     600-699 | Purple   |
|     700-799 | Gold     |
|     800-899 | Red      |
|     900-999 | Dark Red |
|        1000 | Orange   |

### Rewards

You get rewards every time you level up.

Rewards include money and crate keys.

Money rewards scale up as your level increases.

Early levels give smaller amounts.

Higher levels give larger amounts.

From Level **1** to Level **1000**, you can earn a total of **$35,000,000** from Global Level rewards.

#### Crate key pattern

Crate key rewards follow a repeating pattern:

1. Daily Crate Key
2. Common Crate Key
3. Rare Crate Key
4. Epic Crate Key
5. Seasonal Crate Key
6. Legendary Crate Key

Then the pattern repeats.

For example:

| Level | Reward              |
| ----: | ------------------- |
|     2 | Daily Crate Key     |
|     3 | Common Crate Key    |
|     4 | Rare Crate Key      |
|     5 | Epic Crate Key      |
|     6 | Seasonal Crate Key  |
|     7 | Legendary Crate Key |
|     8 | Daily Crate Key     |

### /level menu

Use `/level` to open your Global Level menu.

The menu shows:

* Your current Global Level
* Your XP progress toward the next level
* The rewards from your next level up


---

# 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://orange-lounge-smp.gitbook.io/orange-smp-wiki/level.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.
