# ServerTools

### Have questions?&#x20;

Join our support Discord for any type of help! [DISCORD](https://discord.gg/r2WujRAQmh)

### Why ServerTools?

ServerTools is the one solution for the majority of Minecraft Server Development. It is designed to be highly modular and we have configuration changes for a majority of your use cases!

By using this free plugin, you will speed up your workflow. This allows more time to focus on your core gamemode rather than fixing broken plugins and permissions for a simple task. We handle that for you.

### Source Code & Download

{% embed url="<https://github.com/Reecepbcups/ServerTools-MC>" %}

{% embed url="<https://www.spigotmc.org/resources/servertools.95853/>" %}

### Future Ideas

In the future, I would love to add the following features provided there is interest:

* **Crates (80% complete, no animations)**
  * Vote.yml found in resources
  * The "crate" folder contains Break, Click, Main, CMD, Listener, and random weighting.&#x20;
  * Needs debugging and better Java practice implementation
* **CombinedCooldownEvent (All food items)**
* **Reflection in Main class instead of** *new Class(this)*
* **Combat-Tag Logout inventory drop**
* **Discord Bug Report (Incomplete)**
  * /reportbug SomeTextHere Goes To Webhook


---

# 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://servertools.reece.sh/master.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.
