# 关闭死亡地图

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

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

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