> For the complete documentation index, see [llms.txt](https://rules.vexalmc.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rules.vexalmc.co/global-rules/chat-rules/bad-behavior.md).

# Bad Behavior

## Bypassing Chat Filter

Intentionally bypassing the filter, or swearing

### <mark style="color:red;">PUNISHMENT</mark>

<mark style="color:red;">1 - /Warn</mark> \ <mark style="color:red;">2 - Tempmute 30min</mark>\ <mark style="color:red;">3- Tempmute 1 hour</mark>\ <mark style="color:red;">4 - Tempmute 1 Day</mark>\ <mark style="color:red;">5 - Tempmute 1 Week</mark>\ <mark style="color:red;">6 - Tempmute 30 day</mark>\ <mark style="color:red;">7 - Permanent Mute</mark>

## Staff/Player Disrespect

Staff/Player disrespect is threatening, bullying or calling players names with the intention to single them out and upset/degrade them.\
Please be nice and respectful to both your fellow players and staff. Any disrespect will be handled with the following punishments:

### <mark style="color:red;">PUNISHMENT</mark>

<mark style="color:red;">1 - /Warn</mark> \ <mark style="color:red;">2 - Tempmute 30min</mark>\ <mark style="color:red;">3- Tempmute 1 hour</mark>\ <mark style="color:red;">4 - Tempmute 1 Day</mark>\ <mark style="color:red;">5 - Tempmute 1 Week</mark>\ <mark style="color:red;">6 - Tempmute 30 day</mark>\ <mark style="color:red;">7 - Permanent Mute</mark>

## Inappropriate Messages

### <mark style="color:red;">PUNISHMENT</mark>

<mark style="color:red;">1 - /Warn</mark> \ <mark style="color:red;">2 - 1 day tempmute</mark>\ <mark style="color:red;">3 - 7 day tempmute</mark>\ <mark style="color:red;">4 - Perm Mute</mark>

## Adult Content

Porn, sexual content, or anything relating to that nature

### <mark style="color:red;">PUNISHMENT</mark>

<mark style="color:red;">1 - 30 day mute</mark>\ <mark style="color:red;">2- Permanent mute</mark>

## Racial Slurs

Depends on the context, up to staff discretion

### <mark style="color:red;">PUNISHMENT:</mark>&#x20;

<mark style="color:red;">1 - 1 hour tempmute</mark>\ <mark style="color:red;">2 - 30 day tempmute</mark>\ <mark style="color:red;">3 - Permanent mute</mark>

## Any Derogatory or Discriminatory Messages

Any racist message will NOT be tolerated here. This includes any derogatory messages that insult one’s race, religion, gender, etc.

### <mark style="color:red;">PUNISHMENT:</mark>&#x20;

<mark style="color:red;">1 - 2 week tempMute</mark> \ <mark style="color:red;">2 - 30 day tempMute</mark> \ <mark style="color:red;">3 - Permanent Mute</mark>

## Sexual Harassment

Sexual harassment against players/staff **WILL NOT BE TOLERATED**. Examples of this can include threats/suggests of rape, sex, or anything of the sort. Punishments are as follows.

### <mark style="color:red;">PUNISHMENT:</mark>&#x20;

<mark style="color:red;">1 - 30 Day Tempmute</mark>\ <mark style="color:red;">2 - Permanent Mute</mark>

## IRL Death Threats or Promoting Suicide

### <mark style="color:red;">PUNISHMENT:</mark>

<mark style="color:red;">1 - 30 day tempmute</mark>\ <mark style="color:red;">2 - Permanent Mute</mark>

## Server Hate

Talking negatively or trash talking the server

### <mark style="color:red;">PUNISHMENT:</mark>

<mark style="color:red;">1 - /warn</mark>\ <mark style="color:red;">2 - 1 day tempmute</mark>\ <mark style="color:red;">3 - Permanent Mute</mark>


---

# 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://rules.vexalmc.co/global-rules/chat-rules/bad-behavior.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.
