> For the complete documentation index, see [llms.txt](https://docs.vanillaplus.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vanillaplus.net/staff-team-and-punishment-guidelines/mute-durations.md).

# Mute Durations

<mark style="background-color:$warning;">Mute Evasion</mark>

* Permanent Mute

<mark style="background-color:$warning;">Staff Impersonation</mark>

* First Offence: Warning
* Second Offence: 7d Mute
* Third Offence: Permanent Mute

<mark style="background-color:$warning;">Racism</mark>

* First Offence: 1d Mute
* Second Offence: 7d Mute
* Third Offence: 14d Mute
* Fourth Offence: 30d Mute
* Fifth Offence: Permanent Mute&#x20;

<mark style="background-color:$warning;">NSFW / Inappropriate Chats</mark>

* FIrst Offence: 2d Mute
* Second Offence: 6d Mute
* Third Offence: 14d Mute
* Fourth Offence: 30d Mute
* Fifth Offence: Permanent Mute

<mark style="background-color:$warning;">Staff Disrespect</mark>

* First Offence: 1hr Mute
* Second Offence: 3hr Mute
* Third Offence: 6hr Mute
* Fourth Offence: 12hr Mute
* Fifth Offence: 1d Mute&#x20;
* Sixth Offence: Permanent Mute&#x20;

<mark style="background-color:$warning;">Suicide Encouragement / Death Threats</mark>

* First Offence: 7d mute
* Second Offence: 14d Mute
* Third Offence: 30d Mute
* Fourth Offence: Staff Discretion

<mark style="background-color:$warning;">Triggering Topics (9/11, Holocaust, WWI, Slavery, etc.)</mark>

* First Offence: Verbal Warning
* Second Offence: 6h Mute
* Third Offence: 1d Mute
* Fourth Offence: 7d Mute

<mark style="background-color:$warning;">Spam / Chat Flood / Excessive Caps</mark>

* First Offence: Warning
* Second Offence: 30m Mute
* Third Offence: 4h Mute
* Fourth Offence: 8h Mute
* Fifth Offence: 12hr Mute

<mark style="background-color:$warning;">Cross-Server Trading Advertisement</mark>

* First Offence: 1d Mute
* Second Offence: 3d Mute
* Third Offence: 5d Mute
* Fourth Offence: 7d Mute
* Fifth Offence: 14d Mute

<mark style="background-color:$warning;">Advertisement</mark>

* First Offence: 30m Mute
* Second Offence: 2h Mute
* Third Offence: 8h Mute
* Fourth Offence: 1d Mute


---

# 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://docs.vanillaplus.net/staff-team-and-punishment-guidelines/mute-durations.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.
