> 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/combat-1/war-rules.md).

# War Rules

Vincere has a comprehensive set of rules for war to ensure fun, fair battles for both sides.

### Pre/Post-war

* Harassment of admins or the opposing side during war will not be tolerated.
* Any treaty signed by both sides will be enforced in full by staff to the best of our capabilities.
* Insiding before a war is prohibited and will result in a ban, as well as a rollback of any damage done.
* Faction-hopping is not allowed and is bannable.

### Battles

* Usage of lava during combat is prohibited.
* Excessive griefing, including, but not limited to lava casts & destruction of buildings, is prohibited and will result in a tempban.&#x20;
  * This rule does not apply when the destruction is done to kill or locate enemies, or to progress further in the front!
* Factions must start within their own faction territory during a conflict or in an ally’s territory.
* The only teleportation commands/areas you can teleport to in a war are /f home, /f warp, and /home if it is within your faction territory or a ship.
* Using /f warp, /f home, or /home to go behind enemy lines is illegal.
* Claiming territory during a war is classified as combat claiming and is not allowed.
* Bridging, towering, and tunneling during combat is not allowed (you will be either kicked or temp banned for this)
* If you die in battle, you'll be automatically tempbanned until the next battle starts, as each person has only one life per battle. <br>

<br>


---

# 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/combat-1/war-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.
