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

# Player Misconduct

### Exploiting Bugs/Glitches

* Taking advantage of bugs or glitches on the server no matter what it is, is a bannable offense.
* Report any bugs immediately to either a staff member or by creating a ticket on the discord.

### Spawnmob Abuse

* Players who have access to the /spawnmob command are able to spawn mobs on other players' islands with consent!
* Those who abuse the command in order to spawn mobs on other players without consent will receive punishment.
* Repeated offense will result in the command being revoked.

### Bypassing Punishments

* Players who use alternate accounts to bypass punishments will receive the punishment that the main account has.
* Repeated offense will result in harsher punishment.
* Using discord to bypass a punishment will result in being muted on the entire discord server, revoking your right to appeal.
* Using cracked accounts such as ones from MCleaks is not allowed.

### Deathtraps

* Traps that kill other players or allow someone to collect their items is against the rules.
* Deathtraps, if not immediately taken down, will result in a temporary ban, which can escalate.

### Flying Machines

* Flying machines are strictly prohibited on the server. This includes, but is not limited to, redstone-powered devices or any other means of achieving flight.
* Any attempt to build, use, or operate a flying machine will result in a temporary ban, which can escalate.


---

# 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://rules.skylyfe.net/rules/player-misconduct.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.
