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

# Server Rules

Welcome to **RagnaCore**! To ensure a fair, enjoyable, and competitive environment for everyone, all players are expected to follow the rules outlined below.

### General Conduct

#### Respect Others

Treat all players, staff members, and community members with respect and courtesy. Harassment, discrimination, hate speech, personal attacks, or any form of abusive behavior will not be tolerated.

#### Maintain a Positive Community

Help foster a friendly and welcoming environment. Excessive profanity, offensive language, toxic behavior, and actions that negatively impact the community are prohibited.

#### Fair Play

Cheating, botting, exploiting bugs, using unauthorized software, or engaging in any activity that provides an unfair advantage over other players is strictly forbidden.

#### Account Security

You are responsible for the security of your account. Never share your password or account credentials with anyone. Report any suspicious activity to the Staff Team immediately.

#### Respect the Staff Team

Our Staff Team works hard to provide the best possible experience for the community. Please respect staff decisions, actions, and directives. Harassment, disrespect, or attempts to undermine staff authority will not be tolerated.

#### Staff Discretion

No ruleset can cover every situation. The Staff Team reserves the right to investigate, interpret, and moderate behavior not explicitly listed here if it is deemed harmful to the server, community, economy, or overall gameplay experience. Loopholes and technicalities will not be accepted as excuses for misconduct.

***

### In-Game Behavior

#### No Spamming

Excessive messaging, chat flooding, repeated advertisements, or disruptive text effects are prohibited.

#### No Trolling

Intentionally provoking, harassing, misleading, or disrupting other players is not allowed.

#### No Advertising

Advertising other servers, communities, websites, products, or services without explicit staff approval is prohibited.

#### No Staff Impersonation

Do not impersonate staff members or falsely claim to possess staff authority or privileges.

***

### Gameplay Rules

#### Multi-Client Limit

Players may run a maximum of **4 game clients per device**.

The use of additional programs, virtual machines, MAC address spoofing, hardware manipulation, or any method designed to bypass this limitation is strictly prohibited.

Any accounts associated with client-limit abuse may be permanently banned without prior warning.

#### Multi-Device Limit

Players may use a maximum of **2 devices** simultaneously.

Any attempt to circumvent client restrictions by distributing excessive clients across multiple devices or engaging in abusive account management practices may result in disciplinary action.

The Staff Team reserves the right to determine whether behavior is unfair, exploitative, or harmful to the server's economy and gameplay environment.

#### No Bug Exploitation

Exploiting bugs, glitches, unintended mechanics, or server errors for personal gain is strictly prohibited. Any discovered bugs should be reported to the Staff Team immediately.

#### No Real Money Trading (RMT)

Buying, selling, trading, or exchanging in-game items, currency, services, or accounts for real-world money or external compensation is strictly forbidden.

**Penalty:** Immediate item deletion and permanent account ban.

#### No AFK Farming

AFK farming using auto-clickers, bots, macros, scripts, or similar automation tools is not allowed.

RagnaCore utilizes bot-check systems and regular map inspections. Players who fail to respond to verification checks may be sanctioned accordingly.

#### Gambling

Gambling of any kind is strongly discouraged due to the risks of scams, disputes, and player dissatisfaction.

The Staff Team is not responsible for any losses resulting from player-organized gambling activities.

#### Third-Party Programs

The discussion, promotion, distribution, or use of third-party programs that alter, automate, or interfere with normal gameplay is strictly prohibited.

#### Scamming and Hacking

Scamming, account theft, hacking, or any malicious attempt to gain access to another player's account or assets will result in severe penalties.

While the Staff Team may investigate and punish offenders, players remain responsible for securing their own accounts and items. Recovery of lost items is not guaranteed.

***

### Penalties

Violations may result in one or more of the following actions depending on severity and circumstances:

* Verbal or written warnings
* Temporary suspension
* Account jail
* Item deletion
* Permanent account ban

Repeated offenses or severe violations may result in immediate permanent bans without prior warning.

***

### Appeals

Players who believe they have been unfairly punished may submit an appeal to the Staff Team for review.

Appeals will be evaluated on a case-by-case basis, and staff decisions following review are considered final.

***

### Additional Information

* The Staff Team reserves the right to interpret and enforce these rules as necessary.
* Rules may be updated, modified, or expanded at any time without prior notice.
* It is the responsibility of every player to stay informed of current server rules.
* Ignorance of the rules is not considered a valid excuse for violations.

***

### Agreement

By creating an account and playing on **RagnaCore**, you acknowledge that you have read, understood, and agreed to follow all server rules and policies.

Thank you for being part of the RagnaCore community. We wish you an enjoyable adventure and a great gaming experience!


---

# 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.ragnacore.net/introduction/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.
