> For the complete documentation index, see [llms.txt](https://lodestone-technologies.gitbook.io/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lodestone-technologies.gitbook.io/knowledgebase/enable-cheats.md).

# Enable cheats

Enabling cheats on a server can offer several benefits to players, particularly those looking for a more customised or experimental gameplay experience.

{% hint style="warning" %}
Enabling cheats will disable advancements on the server.
{% endhint %}

Head over to the [Game Panel](https://game.lodestone.host) and select "File Manager" on the sidebar menu.

Click on the `server.properties` file to edit it.&#x20;

<figure><img src="/files/HZZdtYIORnz1e7ScFueP" alt=""><figcaption></figcaption></figure>

Change the `allow-cheats` value to `true`.

<figure><img src="/files/0jLItrPTCAkilIdyU7iZ" alt=""><figcaption></figcaption></figure>

Once done, click "Save File" and restart your server to update the configuration.

{% hint style="info" %}
You may need to [grant operator permissions](/knowledgebase/grant-operator-privileges.md) in order to use some cheats.
{% endhint %}


---

# 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:

```
GET https://lodestone-technologies.gitbook.io/knowledgebase/enable-cheats.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.
