From 2e57c19c23f2b957bc9bf6bc8a52140357050ba7 Mon Sep 17 00:00:00 2001 From: liuwei Date: Thu, 10 Apr 2025 09:03:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E8=A6=81=E6=B1=8250=E6=9C=80?= =?UTF-8?q?=E4=BD=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/point_trade/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/point_trade/config.toml b/plugins/point_trade/config.toml index 64d1049..ac7218e 100644 --- a/plugins/point_trade/config.toml +++ b/plugins/point_trade/config.toml @@ -15,4 +15,4 @@ rob-min-percent = 0.1 # 打劫成功时最小获取目标积分百分比 rob-max-percent = 0.3 # 打劫成功时最大获取目标积分百分比 rob-penalty-percent = 0.2 # 打劫失败时的惩罚百分比(扣除自身积分的比例) rob-cooldown = 1800 # 打劫冷却时间(秒),默认1小时 -rob-min-points = 10 # 打劫最低积分要求(打劫者和目标都需满足) \ No newline at end of file +rob-min-points = 50 # 打劫最低积分要求(打劫者和目标都需满足) \ No newline at end of file