# Paper Tweaks

This plugin takes all the features all the [original Vanilla Tweaks](https://vanillatweaks.net/) datapacks have and repackages those features inside a plugin for Spigot, Paper, Purpur, and Airplane (and all the other 4000 forks out there) servers.

For more quick facts, check out our [FAQ](https://papertweaks.machinemaker.me/f.a.q).

### Quick Setup Instructions

* Download the plugin, either from the [SpigotMC resource page](https://www.spigotmc.org/resources/paper-tweaks-vanilla-tweaks-replacement.81288/), or directly from [GitHub Releases](https://github.com/MC-Machinations/VanillaTweaks/releases).
  * I highly recommend using [Paper](https://papermc.io/) over CraftBukkit/Spigot. Paper is a drop in replacement for those and adds numerous features and performance enhancements
  * Be sure to choose the correct download (Bukkit for Bukkit/Spigot and Paper for Paper + all forks of Paper)
* Drop the downloaded jar file into your `plugins` folder which should be in the root of your server directory.
* Startup the server
* Open `plugins/VanillaTweaks/modules.yml` and enable whatever modules you want!
* Browse this wiki for information on each modules functionality and feature set


---

# 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://papertweaks.machinemaker.me/readme.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.
