{
"warningEnabled": true, // 是否启用警告
"debugEnabled": false,
"lowTpsThreshold": 8, // TPS低于此值时警告
"dropThreshold": 5, // TPS瞬间下降超过此值时警告
"warningCooldown": 15, // 警告冷却时间(秒)
"lowTpsMessage": "§c[警告] 服务器TPS过低!当前TPS: {tps},可能会导致卡顿", // TPS过低警告消息 {tps}必须保留,不能修改!
"dropMessage": "§e[警告] 服务器TPS波动异常!当前TPS: {tps},可能会感到瞬卡" // TPS波动警告消息 {tps}必须保留,不能修改!
}