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

# Server Rules

### Cheating

1. Any hacks that provide an advantage to a player over another player are not allowed

### Chat

1. You may not speak in languages besides English in public/global chats
2. Harassment is punishable
3. Spamming is prohibited
4. The use of racial slurs is prohibited
5. Impersonating staff is prohibited

### Building

1. No lava moats
2. The creation and usage of AFK pools are not allowed
3. No filling walls with water or lava
4. Griefing is not allowed
5. Sky/ocean bases are not allowed
6. Auto farms are not allowed and will be deleted by staff
7. Ice highways are also disallowed
8. Building vulgar items is not allowed
9. No terraforming of large sections of ocean
10. No roads/railways across oceans or waterways (build tunnels instead)

### Factions

1. Snake claiming and hollow claiming are prohibited
2. Claiming the ocean far from your faction's coastline is not allowed
3. Blocking other factions from expanding via snake claims is not allowed
4. Claims may not be disconnected from the main claim unless they are colonies
5. Claims considered colonies not connected to the ocean will not be permitted
6. Landlocked factions are not allowed to have colonies
7. Only Europe-based factions are allowed to have colonies in Europe
8. Committing sabotage (insiding) is not allowed
9. Claiming chunks for your faction during PvP to either kill or avoid combat is not allowed

### Faction Naming

1. Fictional/alternate nations are allowed if they make sense in the historical context
2. Vulgar nation names are not allowed

### Movecraft

1. Movecraft crafts must appear or bear some resemblance to their real-life counterpart
2. Crafts that violate this will be deleted by staff members with no compensation, and are not allowed to participate in sieges or wars
3. While piloting an aerial craft and hovering by any means in order to use cannons against another player is not allowed
4. Using an aerial craft and hovering to gain a combat advantage with small arms is not allowed

### Exploits

1. Any Glitch or Bug should be reported. Abusing these bugs intentionally is punishable
2. Abusing unintended features such as block glitching and dupes is not allowed
3. Using Slimefun uranium in order to kill players who are within their own faction lands is not allowed
4. If a Movecraft craft is made with the intention of bypassing craft rules ex. flying naval ships, almost completely submerged naval ships, aircraft unable to be shot down, etc, The craft will be removed by staff with no compensation.


---

# 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://geofront.gitbook.io/geofront-wiki/rules/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.
