Files
squad-rain-ops-mini/PluginConfig/TKAutoKickPlugin.json

19 lines
862 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"Enabled": false,
"MaxSecond": "60",
"ApologyKeywords": [
"s",
"sor",
"sorry",
"sry"
],
"WhitelistSteamIds": [],
"VictimWarnCommand": "AdminWarn {VictimSteamId} 您被队友({KillerName})击倒了!",
"KillerWarnCommand": "AdminWarn {KillerSteamId} 您击倒了队友({VictimName})!请在{MaxSecond}s内道歉",
"IsBroadcastEnabled": true,
"BroadcastCommand": "AdminBroadcast {KillerName} 痛击了队友({VictimName})请在{MaxSecond}秒内表达歉意!否则将被移出服务器!",
"ApologySuccessCommand": "AdminWarn {KillerSteamId} 道歉成功!",
"ApologyNotificationCommand": "AdminWarn {VictimSteamId} 队友 {KillerName} 已向您道歉。",
"KickReason": "队友伤害未道歉",
"KickBroadcastCommand": "AdminBroadcast {KillerName} 因伤害队友未道歉被移出服务器!"
}