# 实现

{% hint style="success" %}
**一个完善的死亡系统实现必须由以下三个部分组成**&#x20;

## [配置组](/coldestiny/ru-men/shi-xian/pei-zhi-zu.md)<-->[掉落组](/coldestiny/ru-men/shi-xian/diao-luo-zu.md) <-->[赎回组](/coldestiny/ru-men/shi-xian/shu-hui-zu.md)

{% endhint %}

如果你认真看完了前面的所有讲解，那你应该知道 ColdEstiny的配置结构 [配置](/coldestiny/kai-shi/pei-zhi.md)

```
ColdEstiny
│  setting.yml ················ 插件配置文件
│  kether.yml ················ Kether 配置文件
│  
├─data ······················· 玩家掉落物品数据
│      
│      
├─lang ······················· 语言文件
│      zh_CN.yml
│      
└─workspace ·················· 工作空间
    │  ExampleConfig.yml ····· 配置组示例
        ├─drop ··················· 掉落组
        │  ExampleDrop.yml ······· 掉落组示例
        ├─redeem ················· 赎回组
        │  ExampleRedeem.yml ······· 赎回组示例
```

<details>

<summary>如上，自行理解</summary>

你打开干什么？？？？

？？？你理解不了？？

？这都理解不了？？？

</details>


---

# 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:

```
GET https://yunleahs-organization.gitbook.io/coldestiny/ru-men/shi-xian.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
