原创地址Twigs Decay – Plugins – Codefling
关于 Twigs Decay
此插件专为 Twigs 等级的 Building Block 的强制衰减而设计。这个插件对 PvE 服务器特别有用。
- 启用和禁用 Twigs 等级的 Building Block 的强制衰减的能力;
- 指定将衰减的构建块类型的功能;
- 能够调整衰败伤害的间隔;
- 能够指定衰退伤害的数量;
- 能够阻止玩家和工具柜修复具有 Twigs 等级的建材;
- 在放置/修复具有 Twigs 等级的 Building Block 时显示警告的能力;
- 能够指定 GameTips 的样式类型;
- 亲自启用或禁用警告的能力;
- 如果所有者玩家处于离线状态,则能够在插件初始化时自动将 Building Block 从 Twig 等级分级为 Wood 等级。这有助于避免那些离线且现在无法升级的玩家的建筑物完全腐烂;
- 在强制升级期间仅升级未损坏的构建块的能力。
{
"Chat command": "twigs",
"Is it worth enabling GameTips for messages?": true,
"GameTips message style type - Blue_Normal(0), Red_Normal(1), Blue_Long(2), Blue_Short(3), Server_Event(4), Error(5).": 5,
"List of language keys for creating language files": [
"en"
],
"Is it worth upgrading Building Blocks from Twigs grade to Wood grade during plugin initialization if the players are offline?": false,
"Is it worth forcing the upgrade to apply only to undamaged blocks? This is an addition to the setting above.": true,
"Is it worth disallowing the repair of Building Blocks with Twigs grade?": true,
"The interval, in seconds, at which damage is inflicted on the building.": 60.0,
"The periodic damage inflicted. Ranges from 0 to 10. Set to 0 to disable.": 1.0,
"Is it worth enabling the tracking list? If it's disabled, it will track all types of building blocks without needing to check the list each time.": false,
"List of tracked building block types. Leave empty or null to return the default list.": [
"foundation",
"foundation.triangle",
"foundation.steps",
"ramp",
"floor",
"floor.triangle",
"floor.frame",
"floor.triangle.frame",
"wall",
"wall.doorway",
"wall.window",
"wall.frame",
"wall.half",
"wall.low",
"block.stair.ushape",
"block.stair.lshape",
"block.stair.spiral",
"block.stair.spiral.triangle",
"roof",
"roof.triangle"
],
"Version": {
"Major": 0,
"Minor": 1,
"Patch": 6
}
}
EN: { "MsgWarningEnabled": "Forced decay warnings are enabled!", "MsgWarningDisabled": "Forced decay warnings are disabled!", "MsgOnTwigsPlace": "On this server, forced decay of Building Blocks with Twigs grade is enabled!\n<size=12><color=#9A9A9A>To toggle notifications, use </color><color=#BBBBBB>/{0} warn</color></size>", "MsgOnTwigsRepair": "Repairing of Building Blocks with Twigs grade is prohibited!\n<size=12><color=#9A9A9A>To toggle notifications, use </color><color=#BBBBBB>/{0} warn</color></size>" } RU: { "MsgWarningEnabled": "Предупреждения принудительного гниения включены!", "MsgWarningDisabled": "Предупреждения принудительного гниения выключены!", "MsgOnTwigsPlace": "На данном сервере включено принудительное гниение построек из соломы!\n<size=12><color=#9A9A9A>Чтобы включить или выключить уведомления, введите </color><color=#BBBBBB>/{0} warn</color></size>", "MsgOnTwigsRepair": "Ремонт построек из соломы запрещен!\n<size=12><color=#9A9A9A>Чтобы включить или выключить уведомления, введите </color><color=#BBBBBB>/{0} warn</color></size>" }
- warn – 启用和禁用个人警告。
例:
- /twigs 警告
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容