DurabilityWarner (工具耐久度警告-简单插件)
这是一个简单的插件,当玩家的工具和盔甲耐久度变低时会发出警告。
功能:
- 当工具和盔甲的耐久度变低时,会向玩家发送警告消息。
- 可以配置每种材料的耐久度警告消息。
- 可以选择将警告消息发送为标题或者普通聊天信息。
配置方法:
你可以在 "config.yml" 中编辑所有设置。
- 在 "materials" 列表中添加你希望插件监控的材料。
- 编辑 "durability" 来更改每种耐久度和材料的警告消息。
- "durability.default" 是插件将用于没有自定义消息的材料的消息。
- "durability.custom" 是插件将用于每种指定材料的消息。
权限:
你可以使用 "dw.use" 权限来限制谁能收到警告消息。
配置文件示例:
DurabilityWarner - Made by: Grossen
config.yml
The tools the plugin will listen for.
Accepted materials: _SPADE, _AXE, _PICKAXE, _SWORD, _HELMET, _CHESTPALTE, _LEGGINGS, _BOOTS,
FISHING_ROD, FLINT_AND_STEEL, BOW, CARROT_STICK, SHIELD and SHEARS.
materials: - 'IRON_SPADE' - 'IRON_AXE' - 'IRON_PICKAXE' - ... durability: default: 10: '&4WARNING &cLow durability on your {item}!' 5: '&4WARNING &cStop! You''re going to break your {item}!' 0: '&4WARNING &cSTOP! Only 1 durability left on your {item}!' custom: DIAMOND_HELMET: 10: '&4WARNING &cYour Diamond Helmet will soon break. WATCH OUT!' 4: '&4WARNING &cYour Diamond Helmet have only 5 durability left!!' 0: '&4WARNING &cThis is the LAST durabilty on your Diamond Helmet!!' BOW: 10: '&4WARNING &cSoon you cannot fish anymore because your phishing road will break soon!' 4: '&4WARNING &cYou only have 5 durability left now on your epic phishing road!' 0: '&4WARNING &cLAST CHANCE. Only 1 durability left now on your epic phishing road!' title: false
收录