> For the complete documentation index, see [llms.txt](https://docs.superiormc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.superiormc.cn/itemsadder-doc/shou-ci-shi-yong/guan-bi-si-wang-di-tu.md).

# 关闭死亡地图

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

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

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