Sleeper Guard可以保护睡眠中的玩家免受伤害、杀害或掠夺。
可以配置伤害和掠夺延迟,默认设置为30秒,即玩家下线30秒内仍会受到伤害和被掠夺,可以通过将其设置为0来禁用。
可以配置伤害和掠夺延迟,默认设置为30秒,即玩家下线30秒内仍会受到伤害和被掠夺,可以通过将其设置为0来禁用。
权限
- sleeperguard.damageprotection - 保护睡眠玩家不会受到伤害
- sleeperguard.lootprotection - 保护睡眠玩家不会被掠夺
- sleeperguard.nodamagedelay - 将玩家排除在配置的伤害延迟(Damage delay)之外
- sleeperguard.nolootdelay - 将玩家排除在配置的掠夺延迟(Loot delay)之外
- sleeperguard.notimelimit - 拥有此权限的玩家将始终受到保护
- sleeperguard.canloot - 允许掠夺受保护的玩家
- sleeperguard.candamage - 允许对受保护的玩家造成伤害
- sleeperguard.npcignore - 让NPC忽略受保护的玩家
配置文件
JSON:
{
"Use Teams (Used For Loot)": false,
"Use Clans (Used For Loot)": true,
"Use Friends (Used For Loot)": true,
"Damage delay (seconds) (0 to disable)": 0.0,
"Damage guard times (seconds) (0 to unlimit)": 0.0,
"Loot delay (seconds) (0 to disable)": 0.0,
"Loot guard times (seconds) (0 to unlimit)": 0.0,
"Notify player (true/false)": true,
"Notification interval (seconds)": 5.0,
"NPC ignores sleepers (Enabling it can cause server lag)": false,
"Chat Settings": {
"Chat prefix": "<color=#00FFFF>[SleeperGuard]</color>: ",
"Chat steamID icon": 0
}
}