# Introduction

Let's start from the purpose of this mod: It was developed with expandability in mind and to give server admins with players more advanced commands (and more) that are mostly present in plugins, but not on Fabric.

{% hint style="warning" %}
This project is still in early stages of coding and some features are not tested completely, but you can help me with that by using this mod and reporting issues! :heart:
{% endhint %}

### Requirements

* Fabric API
* LuckPerms (optional, yet recommended)

### Used Libraries

It's too uneffective to write many lines of boilerplate code, so I'm trying to use libraries to make development easier and less overcomplicated\~\~*, also because I'm lazy.*\~\~ There are few awesome libraries used in this mod:

| Name                    |    Authors    |
| ----------------------- | :-----------: |
| Fabric API              | FabricMC Team |
| CompleteConfig          |    Lortseam   |
| TextPlaceholderAPI      |     Patbox    |
| Silk                    |  SilkMC Team  |
| Server Translations API |               |


---

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