# 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: 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://tweaky.scill.me/about/tweaky.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.
