> For the complete documentation index, see [llms.txt](https://tweaky.scill.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tweaky.scill.me/about/tweaky.md).

# Tweaky

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

#### <mark style="color:$primary;">Overview</mark>

**Tweaky** offers a wide range of tweaks designed to enhance the default survival experience. These include everything from small quality-of-life improvements to more impactful gameplay adjustments. Currently, there are over 90+ tweaks available to choose from, all of which are <mark style="color:$danger;">**disabled by default**</mark>. To get started, please see the [Getting Started](/about/getting-started.md) section.

#### <mark style="color:$primary;">Features</mark>

* **90+ tweaks available.**
* Players can easily view all enabled tweaks via the `/tweaks` GUI.
* Admins can easily view and toggle all available tweaks via the `/tweaky toggle` GUI.
* All tweaks are **modular** and can be enabled or disabled individually.
* Many tweaks include **extra configurable options** that are editable in the [`config.yml`](https://github.com/ColinGrime/Tweaky/blob/master/src/main/resources/config.yml) file.
* All menus and messages can be **configured** in their corresponding config files.
* Supports **protection** plugins (e.g. WorldGuard).
* Supports adding optional **permission nodes** for tweak access.

#### <mark style="color:$primary;">Notes</mark>

* I enjoy adding tweaks that involve features from the latest MC versions, so I only support those.
* I have plans for many more tweaks in the future, so be sure to revisit this page in the future!
* Found a bug or have a tweak suggestion? Visit the [Discord](https://discord.gg/9DCPWDXh53).

***

{% hint style="success" icon="star" %}
Enjoying the plugin? Make sure to drop a review or follow! :)
{% 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, and the optional `goal` query parameter:

```
GET https://tweaky.scill.me/about/tweaky.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.
