> 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/rules/in-game-rules.md).

# In-Game Rules

### No Hacking or Cheating

* Any form of hacking or cheating is not allowed.

### Scamming for Store Purchases

* Attempting to scam or deceive others by offering unbans or unmutes via the store or elsewhere is not allowed and will result in a ban.

### No Duping

* Exploitation of any duplication glitches is not allowed.

### No Intentional Lag-Causing

* Intentionally causing server lag is not allowed.

### Seed Protection

* Obtaining, using, or distributing the server seed is not allowed.

### Bug Abuse Policy

* Exploiting discovered bugs is not allowed; bugs should be reported.

### IRL Trading Regulations

* Trading anything in-game or store items for real money, PayPal, Bitcoin, CSGO items, Discord Nitro, or any other real-world currency or method is not allowed.
* Joining a Discord server that advertises or is dedicated to IRL trading will result in a ban. We do not tolerate any Discord server involved in, advertising, engaging in, or devoted to IRL Trading.
* Exception: Legend Token Trading (in-game item exchange for Legend Tokens).

### Cross-Server Trading Restrictions

* Trading Vanilla+ items for items or ranks on other servers is allowed.
* Trading Store Items from Vanilla+ for items or ranks on other servers is not allowed.&#x20;
* Advertising trades for items on other servers in public chat is not allowed.

### Legend Token Scamming

* Scamming players involving Legend Tokens is not allowed.

### Client Modification Guidelines

* Deviating from guidelines regarding client modifications is not allowed.

### VR and Anticheat Compatibility

* Use of VR is not allowed due to potential advantages and anti-cheat incompatibility.

### VPN and Alt Restrictions

* Use of VPNs on the server is not allowed to prevent false bans.
* Using alt-generating sites is not allowed to prevent false bans.

### Account Sharing

* Ban evasion is not allowed under any circumstances, this includes using the accounts that banned players have used. Sharing accounts is strongly discouraged and will most likely result in your account(s) being banned.

### Account Security and Privacy

* Being a member of a Discord dedicated to gathering user information or Minecraft tokens is strictly prohibited.
* Bans related to this violation are permanent, and appeals will not be considered.


---

# 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/rules/in-game-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.
