ProtectItem/src/config.yml

33 lines
556 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

#本文件为保护插件的主配置文件
#服务器名称
servername: ''
#插件名称
pluginname: '&6[&3物品保护&6]&r'
#提示消息
Message:
Reload: '&a配置文件已重新载入'
#方块安全提示
Drop: '&c当前世界禁止丢弃该物品'
Pickup: '&c当前世界禁止拾取该物品'
Place: '&c当前世界禁止放置该物品'
Break: '&c当前世界禁止破坏该物品'
#受到保护的类型
Protect:
Drop: true
Pickup: true
Place: true
Break: true
#受到保护的世界(不区分大小写)
ProtectWorld:
- world
#保护的物品(不区分大小写)
ProtectItem:
- DIRT
- GRASS
- CHEST
- TRAPPED_CHEST