> For the complete documentation index, see [llms.txt](https://wiki.tatonex.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.tatonex.cn/plugins/co.md).

# 方块记录

该插件有效的为您提供防护信息系统，他可以使用查询范围内的方块使用记录包括实体，如果你某日上线发现方块的位置变动，或者您忘记创建领地，导致遭到其他玩家的破坏，你可以使用该功能提供的信息寻找到服务器的管理员并提供。

<figure><img src="https://tatonexwiki.cn-nb1.rains3.com/cojiaoc.gif" alt=""><figcaption></figcaption></figure>

{% code title="" lineNumbers="true" %}

```
/co inspect    开启/关闭
```

{% endcode %}

## 方块与世界变化

* 玩家放置或破坏的方块。
* 自然的方块破坏，比如支撑物被移除后依附的方块掉落。
* 方块移动，包括掉落的沙子、沙砾以及活塞推动。
* 水和岩浆的放置、移除及流动。
* 液体追踪，将流动的液体关联到放置源头的那位玩家。
* 打火石或火焰弹点火、方块燃烧及火焰熄灭。
* 可选的自然火焰熄灭。
* TNT、苦力怕、恶魂等爆炸，以及点燃的 TNT 移除。
* 实体改变方块，包括末影人、末影龙和僵尸破门。
* 树叶枯萎。
* 树苗生长关联到种下它的玩家。
* 蘑菇、藤蔓、紫水晶、紫颂果和竹子的生长。
* 幽匿催化块蔓延幽匿。
* 下界传送门及其他自然传送门的生成。
* 玩家踩坏作物，以及玩家或实体踩碎海龟蛋。
* 雪傀儡生成的雪。
* 液体生成的方块，如黑曜石、圆石和混凝土。
* 放入花盆的花。
* 龙蛋传送。
* 可疑的沙子和沙砾的刷扫或破坏。
* 自定义方块，例如 CraftEngine 里的方块。

***

## 容器、背包和物品

* 从原版或受支持的第三方容器中取走或放入物品。
* 漏斗、投掷器和发射器的交互，包括容器间转移。
* 玩家背包操作，包括丢弃、扔出、射出或捡起物品。
* 玩家破坏、制作、摧毁、存放或提取物品。
* 在营火上放置物品，以及讲台书本的操作。
* 雕纹书架、饰纹陶罐和架子（书架）的背包操作。
* 铜傀儡的箱子、唱片机的操作，以及合成器的槽位变化。
* 通过 `#bundle` 标签进行的收纳袋操作。
* 物品合成或与村民交易。
* 悦灵交换物品。
* 画和物品展示框。

***

## 实体和玩家活动

* 实体死亡及详细的死亡原因。
* 玩家造成的实体击杀，包括动物和怪物。
* 盔甲架和末地水晶。
* 被闪电杀死的村民，以及村民的言论数据和工作站点记忆。
* 扔出的鸡蛋、雪球、药水、末影珍珠、三叉戟和风弹。
* 玩家与门、按钮、拉杆、容器、书架和唱片机的互动。
* 告示牌的文字、颜色、发光、打蜡以及现代双面告示牌。

***

## 如何使用查询工具

当你用 `/core inspect` 或 `/co i` 开启查询模式后，可以这样做：

* **左键点击**一个方块 → 查看谁放置了这个方块。
* **右键点击**一个方块 → 查看它相邻的哪个方块被移除了。
* 在一个位置**放置方块时右键** → 查看该位置原本被移除了什么方块。
* 在另一个方块**内部放置方块时右键** → 查看谁放置了那个方块。例如，将泥土放入水中，右键可以查看是谁放置了水。
* **右键点击**门、按钮、拉杆、容器或类似的方块 → 查看谁最后一次使用了它。


---

# 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.tatonex.cn/plugins/co.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.
