Spartan Build 426
这个版本惩处 如何配置 ?
测试时候 都只有检测到 对方 使用 XXXX 但不会惩处
这个版本惩处 如何配置 ?
测试时候 都只有检测到 对方 使用 XXXX 但不会惩处
本帖最后由 Sattera 于 2021-9-13 09:12 编辑
复制代码以此为例,更改 certain 为 要惩罚的 lv 等级,certain 是Spartan 预设的 lv 等级,惩罚可能不太理想,例如
复制代码表示玩家触发 Exploits 检测达到 10 级,将执行语句 '1' 中的命令
- Exploits:
- name: Exploits
- enabled: true
- silent: false
- disabled_worlds: ''
- silent_worlds: ''
- punishments:
- certain:
- '1': spartan {player} if {ping} < 250 do spartan {player} if {tps} > 18.0 do
- spartan kick {player} {detection}
- punishments:
- '10':
- '1': spartan {player} if {ping} < 250 do spartan {player} if {tps} > 18.0 do
- spartan kick {player} {detection}