# 关闭死亡地图

**ItemsAdder** 默认配置下拥有一个在玩家死亡后给予其记录死亡地点的地图的功能，如果你并不需要这个功能，或者想使用其他插件的这个功能，就可以关闭它。

在 **config.yml** 中找到如下内容：

```
items:
  fix-show-attack-and-damage-as-lore: false
  give_death_location_maps: false # <----- 将其改为 false
  hide-custom-durability-lore: true
```


---

# Agent Instructions: 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://docs.superiormc.cn/itemsadder-doc/shou-ci-shi-yong/guan-bi-si-wang-di-tu.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.
