> For the complete documentation index, see [llms.txt](https://docs.cryptocraftgame.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cryptocraftgame.com/genesis-land/gameplay/combat/angel-chest.md).

# Angel Chest

The Angel Chest is a feature that saves your inventory when you die and gives you a second chance to retrieve your lost items.&#x20;

### How to spawn a chest

One **Circle of Life** item is required to spawn one Angel Chest. This item must be in any inventory slot when you die. The Circle of Life can be purchased at Spawn City.

If you die while holding at least 1 **Circle of Life,** it will be consumed to create an Angel Chest at your death location.&#x20;

The chest will initially look like an Ender chest with some information about your death hovering on top.&#x20;

### What does the Angel Chest hold?

This chest holds all of your items, armor, and 50% of your Minecraft XP.&#x20;

### Chests last for 15 minutes&#x20;

The Angel Chest is protected and only you can open it for 10 minutes. During this time, the chest will look like an ender chest.&#x20;

After 10 minutes, the chest will convert into a normal chest and any person can now claim your items & experience.&#x20;

**15 minutes after your death, the chest will disappear and ALL items will be destroyed.**&#x20;

### **Magic Rope**

The magic rope is a one-time use item that gives you two magical options:

1. **Teleport to your Angel Chest.**&#x20;
2. **Fetch your chest to your current location**

Each of these actions will consume 1 magic rope item.&#x20;

{% hint style="warning" %}
If you chose to teleport to your chest, your killer might still be waiting nearby&#x20;
{% endhint %}

### Where to get these items?

Both the *Circle of Life* and *Magic Rope* can be purchased in the Server Shop in Spawn City.&#x20;

This is inside the white building next door to the Diamond Shop.&#x20;

Coordinates: X: -106 Y: 65 Z: 1065

### Commands

{% hint style="info" %}
✍️ **Show Angel Chest info in chat**\
\&#xNAN;*/ac*\
\&#xNAN;*/angelchest*
{% endhint %}

{% hint style="info" %}
✍️ **Show Angel Chest GUI menu**\
\&#xNAN;*/acgui*
{% 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://docs.cryptocraftgame.com/genesis-land/gameplay/combat/angel-chest.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.
