# Configurations

- [How to](https://servertools.reece.sh/configurations/how-to.md): How to configure the main configuration files to ensure for a quick and simple setup experience
- [Toggle Modules](https://servertools.reece.sh/configurations/how-to/toggle-modules.md): This tutorials informs you how to use ServerTools modular System!
- [Internal Variables](https://servertools.reece.sh/configurations/how-to/internal-variables.md): Located at the top of the config.yml
- [AutoBroadcast](https://servertools.reece.sh/configurations/how-to/autobroadcast.md): Bottom of config.yml
- [Hex Chat Color](https://servertools.reece.sh/configurations/how-to/hex-chat-color.md): Discusses how to setup hex color chat for announcements, luckperms, and chat formating
- [BungeeServerCMD](https://servertools.reece.sh/configurations/how-to/bungeeservercmd.md): An alternate Bungee command without enabling /server
- [ServerInfoCMDS](https://servertools.reece.sh/configurations/how-to/serverinfocmds.md): Informative commands for the players
- [Scheduled Task](https://servertools.reece.sh/configurations/how-to/scheduled-task.md): SheduledTask.yml
- [Reclaim](https://servertools.reece.sh/configurations/how-to/reclaim.md): How to configure the Commands.Reclaim section of the config.yml
- [StaffAFK](https://servertools.reece.sh/configurations/how-to/staffafk.md)
- [Enviroment Variables](https://servertools.reece.sh/configurations/how-to/enviroment-variables.md): Format: SERVERTOOLS\_\<section>\_ENABLED.
- [ShopGui-RedirectClick](https://servertools.reece.sh/configurations/how-to/shopgui-redirectclick.md): ShopWorkAround in Config.yml
- [Default Files](https://servertools.reece.sh/configurations/files.md)
- [config.yml](https://servertools.reece.sh/configurations/files/config.yml.md): View of the main configuration file
- [messages](https://servertools.reece.sh/configurations/files/messages.yml.md)
- [en.yml](https://servertools.reece.sh/configurations/files/messages.yml/en.yml.md): English
- [de.yml](https://servertools.reece.sh/configurations/files/messages.yml/de.yml.md): German
- [Tags.yml](https://servertools.reece.sh/configurations/files/tags.yml.md): Permission: tags.NAME in your permission plugin
- [Holograms.yml](https://servertools.reece.sh/configurations/files/holograms.yml.md)
- [FeaturesGUI.yml](https://servertools.reece.sh/configurations/files/featuresgui.yml.md)
- [CommandProtect.yml](https://servertools.reece.sh/configurations/files/commandprotect.yml.md)
- [ScheduledTask.yml](https://servertools.reece.sh/configurations/files/scheduledtask.yml.md)
- [Vouchers.yml](https://servertools.reece.sh/configurations/files/vouchers.yml.md): Vouchers and Bundles. View all with /voucher gui
- [Placeholders](https://servertools.reece.sh/configurations/placeholders.md): (PAPI Required)


---

# 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/configurations.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.
