> For the complete documentation index, see [llms.txt](https://troxlabs.gitbook.io/gearevolution/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://troxlabs.gitbook.io/gearevolution/settings-and-gui-editor.md).

# Settings & GUI Editor

***

### 🛠️ 1. Global Settings

Open `/gevo editor` and click the **Gear** icon. Here you can change everything:

* **Action Bar:** Turn the progress bar on or off.
* **Lifetime XP:** Decide if you want to track total XP.
* **F Key Menu:** Turn the "Evolution Path" menu on or off.
* **XP Sounds:** Toggle the sound effect when players get XP.
* **Language:** Change the language of the whole plugin with one click.

***

### 💎 2. Rewards Editor

You can change how much XP players get for every single block and mob.

* Just open the **Rewards Editor** in the settings menu.
* Pick a tool (like Pickaxe or Sword).
* Set the XP numbers right there in the GUI.
* It is much easier than editing a YAML file!

***

### ~~💾 3. Backups~~

~~The plugin is very safe. Every time you start the server, it makes a backup of your data automatically. If something goes wrong, you can find your old data in the `/backups/` folder.~~

***

### 🌐 4. Other Plugins

We work perfectly with:

* **ItemsAdder & Oraxen:** Your custom models will work perfectly.
* **AdvancedEnchantments:** You can give custom enchants as rewards.
* **MMOItems:** You can turn MMOItems into evolving gear.

***

> \[!CAUTION] Even though you can edit the files, it is **always better** to use the in-game editor. It is safer and faster.


---

# 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://troxlabs.gitbook.io/gearevolution/settings-and-gui-editor.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.
