> For the complete documentation index, see [llms.txt](https://vincere.gitbook.io/vincere-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vincere.gitbook.io/vincere-docs/server-rules/minecraft-server-rules.md).

# Minecraft Server Rules

The Rules of the Vincere server in-game. All staff members and players will be held accountable to these.

All discord rules from the previous section apply to in-game chat.

#### Cheating

* No hacking (any client that gives you an unfair advantage over other players.)
* Combat logging or claiming chunks in combat to give yourself invincibility is strictly forbidden, though it's much easier for us to ban whoever combat claimed with video evidence.
* Autofarming is not allowed.
* Setting a home to camp outside of a faction in order to kill people is illegal.

#### Claiming & Faction Rules

* Ocean claiming over bridges that have clear effort put into them IS allowed, but ocean claiming of large parts of the ocean to claim grief or expand your own territory extremely far is not.
* No claim griefing - this includes, but is not limited to: snake claiming, claim blocking, and ocean claiming.
* Claim violations that are clearly malicious will be removed without warning.
* Admins & other high staff members are not allowed to be in a nation
* Using an alt account to join someone else's nation and grief it is strictly prohibited and will result in a ban for both the alt and the main account.&#x20;
* Griefing your own nation (lavacasting, destroying builds, etc) is also prohibited.&#x20;
* A nation that has colonies must also have access to the ocean.&#x20;
* As stated in the previous page, nazi or other fascist ideologies are not allowed, especially considering the time period.
* Claiming inside of hollow claims ("Bordergore") is also disallowed.
* A nation with colonies must have a [port](/vincere-docs/city-levels.md) built.

#### Exploits

* Exploiting bugs or glitches is not allowed - please report them! You will get a bigger reward from reporting them than you will exploiting them.&#x20;
* Don't try to evade this rule. Staff are free to define exploits.

#### Movecraft

* Movecraft ships clearly designed to be exploitative (ships that are primarily in the air, ships unable to be destroyed, etc) will be removed without compensation.&#x20;
* Movecraft ships must bear some resemblance to their IRL counterpart.


---

# 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://vincere.gitbook.io/vincere-docs/server-rules/minecraft-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.
