1 199
收录服务器
1 594
注册
160 414
玩家
SimpleCL
一位粉丝模仿了《生活钢铁侠》第二季中使用的战斗日志插件。
作 者 thesnipe12
发布时间 2022年4月23日
支持核心 Spigot
原生版本
支持版本 1.18,1.19,1.20
点此下载

⚔️ SimpleCL 战斗日志插件

SimpleCL 是一款战斗日志插件,灵感来源于 LifeSteal SMP 第二季的战斗日志插件,并在此基础上增加了许多功能。核心功能是 combat tag 计时器,如果玩家在计时器归零前断开连接,则会死亡。此外,插件还支持战斗中聊天消息、配置文件自定义、与 LifeSteal SMP 插件联动、禁止战斗中执行某些命令以及新手保护等功能。

⭐ 功能特性

  • 战斗标记计时器:记录玩家进入战斗状态的时间。
  • 战斗逃离惩罚:玩家在战斗标记期间断开连接将会死亡。
  • 死亡重置计时器:玩家死亡后,战斗标记计时器重置。
  • 战斗中聊天消息:在战斗中显示特殊聊天消息。
  • 可配置性:通过配置文件自定义消息和战斗时间。
  • LifeSteal SMP 联动:与 LifeSteal SMP 插件联动,可配置在玩家战斗逃离时给予攻击者红心或使逃离者失去红心。
  • 禁止命令:禁止玩家在战斗中执行特定命令(可在配置文件中设置)。
  • 新手保护:提供新手保护机制,保护时长可配置。
  • 边界限制:可以阻止玩家在战斗中进行边界穿越(需要 WorldGuard Events 插件)。

⌨️ 命令

  • /sclreload - 重载插件配置 (权限: simplecl.reload)
  • /sclnewbie - 新手保护命令:
    • 无权限玩家: /sclnewbie <get/remove>
    • 有权限玩家: /sclnewbie <get/remove/set/toggle> {player} {number} (权限: simplecl.newbie)

⚙️ 权限

  • simplecl.reload - 允许使用 /sclreload 命令重载插件配置。
  • simplecl.newbie - 允许使用 /sclnewbie 命令管理新手保护。

📜 配置文件 (config.yml)


combat-time: 15
newbie-protection-time: 60
no-hunger: true
tagger-gets-heart: true
tagged-loses-heart: true
newbie-kicked-from-combat: true
enter-combat: "&cYou are now in combat!"
leave-combat: "&aYou are no longer in combat!"
combat-logged: "&c{player} combat logged!"
cannot-execute-commands-while-in-combat: "&cYou cannot execute this command while in combat!"
newbie-protection: "&aYou are now under newbie protection!"
newbie-protection-ended: "&cYour newbie protection has ended!"
newbie-protection-already-exists: "&cThis player already has newbie protection!"
newbie-protection-doesnt-exist: "&cThis player doesn't have newbie protection!"
newbie-protection-set: "&aYou have set {player}'s newbie protection to {time} seconds!"
newbie-protection-removed: "&aYou have removed {player}'s newbie protection!"
newbie-protection-toggled: "&aYou have toggled {player}'s newbie protection!"
newbie-protection-get: "&a{player} has {time} seconds of newbie protection!"
combat-banned-commands:
- /home
- /spawn

🔗 链接