# Honor System

## Reporting

You can report players' deeds on the server by using `/report <player>`. You will see their honor level, expressed as an integer, as well as a percentage value. Every player starts at 0 honor, and if you report them for bad deeds, their honor goes into the negatives. If you report them for good deeds, their honor rises. There is a minimum honor level of -100 and a maximum of 100.

When you report players, you will be able to select the type of good or bad deed they did. Upon each report, the honor goes up or down 1 integer and half a percentage. You can see your honor level on the scoreboard. This is a way to build your reputation on the server. Will you be an outlaw, or a bounty hunter?

{% hint style="warning" %}
There is a 1 day cooldown between reports to prevent abuse. Using the reporting feature as a way to "witch hunt" other players is not allowed, and will have your permission to use the feature removed.
{% endhint %}

<figure><img src="/files/dQbyEhr34Qmfh6X5Eg7p" alt=""><figcaption><p>Reporting GUI</p></figcaption></figure>

## Guilds

Coming soon!


---

# 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://wiki.torrentsmp.com/lifesteal/honor-system.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.
