# 命令

* 输入 **`coldestiny`** 或 **`ce`** 可查看详细命令结构

```
Usage: /coldestiny
         ├── help
         ├── world
         ├── eval <...>
         └── reload
```

## help

```
/coldestiny help
```

* 获得插件帮助

## world

```
/coldestiny world
```

* 返回被插件成功读取到的世界

## eval

```
/coldestiny eval <script>
```

* **script**: Kether脚本语句
* 执行Kether脚本

{% hint style="success" %}
不会Kether？如下👇

Kether烹饪食用指南 🥵<https://www.yuque.com/sacredcraft/kether>

Kether官方文档首页 🌐 [https://kether.tabooproject.org/](https://www.mcbbs.net/plugin.php?id=link_redirect\&target=https%3A%2F%2Fkether.tabooproject.org%2F)

Kether动作语句大全 🌐 [https://kether.tabooproject.org/list.html](https://www.mcbbs.net/plugin.php?id=link_redirect\&target=https%3A%2F%2Fkether.tabooproject.org%2Flist.html)

Kether在线运行环境 🌐 [https://kether.tabooproject.org/playground.html](https://www.mcbbs.net/plugin.php?id=link_redirect\&target=https%3A%2F%2Fkether.tabooproject.org%2Fplayground.html)
{% endhint %}

## reload

```
/coldestiny reload
```

* 重载插件


---

# 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/kai-shi/ming-ling.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.
