> For the complete documentation index, see [llms.txt](https://help.fairy-tales.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.fairy-tales.uk/welcome/allowed-disallowed-mods.md).

# ♡ Allowed/Disallowed Mods

If a mod or category of mod is not explicitly mentioned on this list - please do not assume that it is allowed. Mods that give advantage over other players in a vanilla setting are disallowed. If you are unsure if a mod would be allowed - always check with staff first before using to avoid punishments.

<table data-full-width="true"><thead><tr><th>♡ Mod</th><th valign="middle">♡ Allowed or Disallowed</th><th>♡ Restrictions</th></tr></thead><tbody><tr><td>Performance enhancement mods (such as Optifine, Sodium, Lithium, etc)</td><td valign="middle">Allowed</td><td></td></tr><tr><td>Visual modifications (such as shaders, full bright, zoom, glowing ores, etc)</td><td valign="middle">Allowed</td><td></td></tr><tr><td>Replay Mod</td><td valign="middle">Allowed with restrictions</td><td>Not to be used to x-ray, find structures or to go through walls or floors</td></tr><tr><td>Mini HUD</td><td valign="middle">Allowed</td><td></td></tr><tr><td>Minimaps and World Maps</td><td valign="middle">Allowed with restrictions</td><td>Caves must be disabled<br><a href="https://www.youtube.com/watch?v=aVRzQYD3GTM">How to disable caves in Xaero's Mini Map</a></td></tr><tr><td>World downloaders</td><td valign="middle">Allowed with restrictions</td><td>You do not have consent to schematic or download server-owned warps other than for personal use. Do not distribute builds owned by the server.</td></tr><tr><td>Sound and Music modifications</td><td valign="middle">Allowed</td><td></td></tr><tr><td>Litematica/Schematica or similar</td><td valign="middle">Allowed with restrictions</td><td>Blueprint feature only. No printer, auto place or other automated actions</td></tr><tr><td>Damage Indicators</td><td valign="middle">Allowed</td><td></td></tr><tr><td>Better third person</td><td valign="middle">Allowed</td><td></td></tr><tr><td>Automations (such as auto fishing, auto place, etc)</td><td valign="middle">Disallowed</td><td></td></tr><tr><td>X-ray mods or packs</td><td valign="middle">Disallowed</td><td></td></tr><tr><td>Movement mods/hacks (such as fly hacks, boat fly, speed hacks, etc)</td><td valign="middle">Disallowed</td><td></td></tr><tr><td>Freecam</td><td valign="middle">Disallowed</td><td></td></tr><tr><td>Macros and scripts</td><td valign="middle">Disallowed</td><td></td></tr><tr><td>Hacked clients</td><td valign="middle">Disallowed</td><td></td></tr><tr><td>Baritone</td><td valign="middle">Disallowed</td><td></td></tr><tr><td>VR mods</td><td valign="middle">Disallowed</td><td></td></tr></tbody></table>


---

# 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://help.fairy-tales.uk/welcome/allowed-disallowed-mods.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.
