> 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/faq-and-commands.md).

# FAQ & Commands

***

### ❓ FAQ

* **Q: Do players lose their level if the server restarts?**
  * *A:* No. Everything is saved instantly to the database.
* **Q: Can I use custom textures?**
  * *A:* Yes! The editor saves everything, including custom model data.
* **Q: Why is my item not getting XP?**
  * *A:* Check if you are in Creative Mode. XP gain is disabled for players in Creative.

***

### ⌨️ Commands

The main command is `/gevo` (or `/gearevolution`).

| Command                         | What it does                                  |
| ------------------------------- | --------------------------------------------- |
| `/gevo help`                    | Shows all commands.                           |
| `/gevo editor`                  | Opens the main menu.                          |
| `/gevo edit`                    | Opens the editor for the item in your hand.   |
| `/gevo addxp <amount> [player]` | Gives XP to an item.                          |
| `/gevo get <id> [level]`        | Gives you a gear item.                        |
| `/gevo give <id> <player>`      | Gives gear to another player.                 |
| `/gevo stats`                   | Shows the levels and XP of your item in chat. |
| `/gevo recipe <id>`             | Shows how to craft the item.                  |
| `/gevo preview`                 | Opens the path menu (same as F key).          |
| `/gevo reload`                  | Refreshes the configuration.                  |

***

### 🔑 Permissions

* `gevo.staff` - Let admins use all commands.
* `gevo.showpath` - Lets players see the F-key menu.

***

### 🆘 Support

If you need help, join our Discord: [TroxLabs Discord Support](https://discord.gg/zU5wqSSKWa)

Thanks for using GearEvolution Premium!


---

# 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/faq-and-commands.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.
