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

# Player rules

## **COMMUNITY RULES**

{% hint style="info" %}
Unless otherwise noted, our rules of decorum apply to our Discord, Minecraft, and our social media platforms
{% endhint %}

`1`**| COMMUNICATE** - Things typically become an issue due to lack of (or unclear) communication. Ask in chat, with game signs, or on the forums if you are not sure about something. If you are having trouble communicating with someone grab an admin. Please **LEAVE SIGNS** with your name on all of your builds, and on anything that needs directions to operate -- this communicates your property and your intent for your contraptions.&#x20;

`2`**| BE RESPECTFUL** - of what other people build, of their stuff, and when addressing them -- whether it's in public or private! If you have an issue or problem, please don't broadcast it all over the game chat -- use private channels to communicate, reach out to the admins and let us help, and get it resolved.&#x20;

`3`**| NO GRIEFING** - Griefing is hereby defined as anything intentionally done, that brings frustration, anger or annoyance to any other player, and includes (but is not limited to): killing penned animals; destroying blocks/buildings/farms/etc; stalking/killing/hunting other players; drastically changing buildings/structures/farms that are the works of others without permission; moving, stealing or "borrowing" items or blocks. (edited)

*Pranks are allowed in good nature, as long as both parties are amicable. Your signature should always be on a prank somewhere! Be careful that pranks do not become HARRASSMENT.* \
*It's all in good fun -- until suddenly someone is not having fun.*

> **Furthermore, treating anyone in a demeaning, demoralizing or destructive way WILL NOT BE TOLERATED. Not in game. Not in Discord. Period.**

{% hint style="info" %}
If you feel that you are being harassed by another player, in any way that makes you uncomfortable, makes you uneasy about being online at the same time, or makes you want to shy away from the server -- please notify an admin immediately! Give us a chance to mediate or remedy the situation, we're all adults and often situations can be resolved without fallout.
{% endhint %}


---

# 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://wiki.dcxwc.com/server-info/player-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.
