> For the complete documentation index, see [llms.txt](https://wiki.landania.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.landania.net/english/systems/report-system.md).

# Report System

If players break the [<mark style="color:blue;">rules</mark>](/english/general/rules-and-regulations.md), they can be reported via the report system. All relevant information about the player will be sent directly to the team for verification.

### Usage

If you want to report a rule violation, type `/report <player>` (example: **/report FlooTastisch**) in the chat. When you have done that, you will see the following menu:

<figure><img src="/files/6AZJkEHrtIxQjeAi5zAq" alt="" width="264"><figcaption><p>Main menu of the Report System</p></figcaption></figure>

You have the possibility to report either global messages ![](/files/BIkzrG4V6cJHDjbhH7qd) or private messages ![](/files/xEBTQrCaMeEFDr5OioCT) of a player. You can read more about this under [<mark style="color:blue;">Global & Private Messages</mark>](#global-and-private-messages).

Then you can specify the type of rule violation.

<figure><img src="/files/QUoL5iJeT8zbkeuesETj" alt="" width="263"><figcaption><p>Submenu for selecting the respective violation</p></figcaption></figure>

You can find out more about the individual violations under [<mark style="color:blue;">Violations</mark>](#violations).

When you have selected the most appropriate violation, you only need to confirm the report and it will be forwarded to the team for review.

{% hint style="warning" %}
Please do not abuse this system. Abuse will also lead to punishments!
{% endhint %}

You will receive feedback afterwards whether the player you reported was punished by the team or not. The reported player will also be notified if he has broken the rules. He must actively confirm this notification, also called a **warning** in this system.

### Global & Private Messages

Below you will find out what is meant by global messages and what is meant by private messages.

#### Global Chat

The global chat includes all messages that you simply send to the general public chat. These messages are sent to all players in the same [<mark style="color:blue;">lobby</mark>](/english/systems/lobby-system.md). Other (semi) public chats like the realm chat are currently **not** included.

#### Private Chat

Private chats only include conversations held via the `/msg <player> <message>` command.

### Violations

Currently you have the following options:

* Provocation ![](/files/5IkG3acfKkU3KaMSLAsU)
* Insulting ![](/files/uxitWvUCehlz3uxB1mHN)
* Advertising ![](/files/AwnXONTVr9u9OZ4zmIt0)
* Spam ![](/files/2aoJVBgxbT3Hqy3ey6Zz)
* Trading across servers ![](/files/vBF4Xk059cCXGP6TpMzj)

If you are not sure which violation to select, choose the most appropriate violation for you. You will not be punished for reporting a valid violation of the [<mark style="color:blue;">rules</mark>](/english/general/rules-and-regulations.md), but selecting the "wrong" violation in this menu.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.landania.net/english/systems/report-system.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
