# Commands

{% hint style="danger" %}
`Fields with`` `<mark style="color:red;">`<`</mark>`value`<mark style="color:red;">`>`</mark>` ``are required to complete the command`\
`Fields with`` `<mark style="color:blue;">`[`</mark>`value`<mark style="color:blue;">`]`</mark>` ``are optional to complete the command`

`/` is default prefix
{% endhint %}

<table data-full-width="true"><thead><tr><th width="354">Command</th><th>Description</th></tr></thead><tbody><tr><td><code>/addmarks &#x3C;user> &#x3C;amount></code></td><td>Give alderon marks to a player in-game, player needs to be online</td></tr><tr><td><code>/announce &#x3C;text></code></td><td>Send announcement to everyone</td></tr><tr><td><code>/auditlog &#x3C;#channel></code></td><td>Relay all of your active webhooks to a channel, this will include player messages</td></tr><tr><td><code>/auto-announce &#x3C;text></code></td><td>Send automatic announcement with a timer</td></tr><tr><td><code>/auto-moderation &#x3C;option></code></td><td>Bot will monitor in-game chat and kick out players who say common bad words</td></tr><tr><td><code>/auto-teleport &#x3C;option> &#x3C;location></code></td><td>Will auto teleport players to set location every time they spawn in</td></tr><tr><td><code>/ban &#x3C;user> &#x3C;reason></code></td><td>Ban a player in server</td></tr><tr><td><code>/cancelrestart</code></td><td>Cancels ongoing restart timer</td></tr><tr><td><code>/custom-command &#x3C;command> &#x3C;time></code></td><td>Send 5 different command chains in a row with intervals between them. Example: restart loadcreatormods setweather sun</td></tr><tr><td><code>/demote &#x3C;user></code></td><td>Strip all roles of a player</td></tr><tr><td><code>/givequest &#x3C;user> &#x3C;quest></code></td><td>Give a player specific quest</td></tr><tr><td><code>/grow &#x3C;user></code></td><td>Set players dinosaur fully grown</td></tr><tr><td><code>/heal &#x3C;user></code></td><td>Heal players dinosaur</td></tr><tr><td><code>/help</code></td><td>Links to useful websites</td></tr><tr><td><code>/kick &#x3C;user></code></td><td>Kick a player</td></tr><tr><td><code>/kill-reward &#x3C;option> &#x3C;amount></code></td><td>Reward players marks for killing other players</td></tr><tr><td><code>/listplayers</code></td><td>Show current players in server</td></tr><tr><td><code>/logs &#x3C;option></code></td><td>Show commands used in discord or webhook logs</td></tr><tr><td><code>/passive-income &#x3C;amount> &#x3C;reward></code></td><td>Give players marks for playing in server</td></tr><tr><td><code>/playerinfo &#x3C;user></code></td><td>Check more specific into a player</td></tr><tr><td><code>/promote &#x3C;user> &#x3C;role></code></td><td>Give a player in-game role</td></tr><tr><td><code>/random-weather &#x3C;time></code></td><td>This will change weather automatic with a timer</td></tr><tr><td><code>/rcon &#x3C;command></code></td><td>Send RAW rcon command to server</td></tr><tr><td><code>/removemarks &#x3C;amount></code></td><td>Removes marks from a player in server</td></tr><tr><td><code>/restart &#x3C;time></code></td><td>Starts countdown for a server restart</td></tr><tr><td><code>/server-info</code></td><td>Display server settings, generate webhooks</td></tr><tr><td><code>/server-status &#x3C;#channel> &#x3C;option></code></td><td>Send a player count to a discord channel, updates every minute</td></tr><tr><td><code>/serversettings</code></td><td>Change time of the day, clear bodies, heal everyone, save or load server</td></tr><tr><td><code>/setmarksall &#x3C;amount></code></td><td>Will put everyones marks to a certain value, this will overwrite current players marks</td></tr><tr><td><code>/slay &#x3C;user</code></td><td>Kill a players dinosaur</td></tr><tr><td><code>/time &#x3C;time></code></td><td>Change servers time</td></tr><tr><td><code>/unban &#x3C;user></code></td><td>Unban a player</td></tr><tr><td><code>/weather &#x3C;weather></code></td><td>Change weather in server</td></tr><tr><td><code>/whisper &#x3C;user></code></td><td>Send a private message to a player</td></tr></tbody></table>


---

# 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://docs.theislemanager.com/path-of-titans-manager/commands.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.
