# Modules

This mod has a simple semi-modular system that allows you to disable specific commands and functionality. This might be useful when you have some mod conflicts or use an alternative mods.

{% hint style="warning" %}
Modules marked with <mark style="background-color:red;">❗</mark> may cause bugs due to lack of testing on servers. Feel free to report bugs in any form on the GitHub repo.
{% endhint %}

### MOTD

This module enables message with your text when player joins, and enables `/motd` command to view message manually.

### Rules

This module enables `/rules` command which is useful when you want to state few rules on your server.

### KIts <mark style="background-color:red;">❗</mark>

This module enables kits and related commands. More information can be found in [Kits](/server-toolbox/configuration/kits.md) section.

### Colorful Anvils

This module enables mixin that allows players to format their item names using anvils, but only if they have `server-toolbox.colorful.anvils` permission.

### Broadcaster <mark style="background-color:red;">❗</mark>

This module enables broadcasts and related commands. More information can be found in [Broadcaster](/server-toolbox/configuration/broadcaster.md) section.

### Spawn

This module enables spawn related commands and player death detection. It allows to create spawns per-dimension. More information can be found in&#x20;


---

# 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://27rogi.gitbook.io/server-toolbox/configuration/general/modules.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.
