> For the complete documentation index, see [llms.txt](https://wiki.weedreborn.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.weedreborn.com/weed-reborn/server-rules.md).

# Server Rules

#### Overview <a href="#overview" id="overview"></a>

To keep Weed: Reborn fun, fair, and welcoming for everyone, all players are expected to follow the rules below. These rules apply in-game, on Discord, during livestreams, and across all official community spaces.\
\
By logging into the server, you agree to these guidelines. Breaking the rules may result in mutes, jail time, account suspensions, or permanent bans, depending on the situation and at the Staff Team’s discretion.

#### Core Conduct Rules

1. **Be Respectful**

* Treat other players and staff with respect, both in-game and on Discord. Harassment, offensive language, and toxic behavior aren’t welcome. Keep public chat friendly, especially for new players.

2. **Respect the Staff**

* Staffs and Admins handle server management and rule enforcement. Their decisions are final. Disrespecting staff may lead to mutes, jail, or bans.

3. **No Harassment or Hate Speech**

* Harassment and hate speech of any kind will not be tolerated. This includes racist, sexist, homophobic, or similar behavior and may result in immediate penalties.

***

#### Gameplay Integrity <a href="#gameplay-integrity" id="gameplay-integrity"></a>

4. **No Bug Abuse**

* Don’t exploit bugs or glitches. If you find one, report it to the Staff Team.

5. **No Cheats or Third-Party Tools**

* Bots, macros, hacks, or any software that gives an unfair advantage are not allowed. Cheating results in a permanent ban.

6. **No Real Money Trading (RMT)**

* Exchanging real money for in-game currency, items, or accounts through any channel is strictly prohibited.

***

#### Account & Security <a href="#community-and-conduct" id="community-and-conduct"></a>

7. **No Advertising Other Servers**

* Please don’t advertise other private servers anywhere in Weed: Reborn. This includes in-game chat, official livestreams, and all Weed: Reborn Discord channels.

8. **Account Sharing & Trading**

* Sharing or trading accounts is strongly discouraged and done at your own risk. Weed: Reborn is not responsible for any loss, theft, or damage that may happen as a result.

9. **Privacy & Security**

* Please make sure to keep your personal information safe. You should never share your password, email, or payment details with anyone, even if they claim to be a member of the staff. Official staff will never ask for your password.

#### Violations and Penalties

<table><thead><tr><th valign="middle">OFFENSE</th><th>FIRST-TIME PENALTY</th><th>REPEATED</th></tr></thead><tbody><tr><td valign="middle">Disrespect Toward Staff</td><td>Mute or Jail</td><td>Ban (no notice)</td></tr><tr><td valign="middle">Harassment of Players</td><td>Mute or Temporary Ban</td><td>Permanent Ban</td></tr><tr><td valign="middle">Hate Speech</td><td>Permanent Ban</td><td>Permanent Ban</td></tr><tr><td valign="middle">Bug Abuse</td><td>Rollback + Suspension</td><td>Permanent Ban</td></tr><tr><td valign="middle">Third-Party Cheats</td><td>Permanent Ban</td><td>Permanent Ban</td></tr><tr><td valign="middle">Real Money Trading</td><td>Permanent Ban</td><td>Permanent Ban</td></tr><tr><td valign="middle">Advertising Other Servers</td><td>Mute + Warning</td><td>Permanent Ban</td></tr></tbody></table>

***

#### Note to Everyone

{% hint style="danger" %}
Our rules can’t cover every single situation, so don’t try to look for loopholes. The staff team can still step in if something is clearly inappropriate, even if it’s not written here. Use common sense and understand that we’re trying to keep the server a good place for everyone.
{% endhint %}


---

# 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.weedreborn.com/weed-reborn/server-rules.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.
