> For the complete documentation index, see [llms.txt](https://docs.kingdom-swap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kingdom-swap.com/gameplay/player-vs-player-pvp/skull-system.md).

# Skull System

### Introduction

The Skull System is a system that was made to make sure that Player Killing wouldn't get out of control. When a player attacks someone who is not skulled, he/she gets a white skull. If a player kills someone with a white, red or green skull they won't get skulled.

You can check your character's current **Unjustified Kills** by typing **!kills** in game.

### White Skull ![](/files/JMdcwm8MjplJfydyk3ua)

A player will get white skull if they attack or kill another player. If they only attack, the skull will remain until the **Logout Block** is gone ( you will also receive a **Protection Zone Block** 'till logout block is gone, together with the White Skull ). However, if they kill another player, they will get white skull for 15 minutes, and every offense against other players during that time will reset the time, so players killers will have to wait another 15 minutes.<br>

Killing a white skulled player is a **justified kill**. However, if you kill a White Skull you will have to wait a minute to lose the **Protection Zone Block**.

### Red Skull ![](/files/oRJlzVJ9cxpg9sn6ZzlN)

A player gets a red skull if they kill:

* Three or more unmarked characters in one day (24 hours),
* Five or more unmarked characters in one week (7 days), or
* Ten or more unmarked characters in one month (30 days).

A red skull will last for the 30 days following the last unjust kill over the allowed amount. If you pass the allowed limit again this will cause the one-month red skull penalty to start over. A red-skulled player who dies will drop all items, regardless of whether they have an Amulet of Loss! This will encourage players to hunt and to punish players who have a red skull.<br>

If you encounter a red-skull player on your screen, be cautious! Random player killers often have red skulls. Of course, players not marked with skulls can be random player killers too, but a red-skull indicates an aggressive person.

### Banishment

If a player exceeds the limit of Player Killing further from the Red Skull limit. They will be banished for some time.


---

# 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://docs.kingdom-swap.com/gameplay/player-vs-player-pvp/skull-system.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.
