mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-01-13 19:11:22 +01:00
Tighten blockinteract.speed limit to 60.
This commit is contained in:
parent
cd2cb78ad6
commit
1effa80021
@ -126,7 +126,7 @@ public class DefaultConfig extends ConfigFile {
|
||||
|
||||
set(ConfPaths.BLOCKINTERACT_SPEED_CHECK, true);
|
||||
set(ConfPaths.BLOCKINTERACT_SPEED_INTERVAL, 2000);
|
||||
set(ConfPaths.BLOCKINTERACT_SPEED_LIMIT, 82);
|
||||
set(ConfPaths.BLOCKINTERACT_SPEED_LIMIT, 60);
|
||||
set(ConfPaths.BLOCKINTERACT_SPEED_ACTIONS, "cancel vl>200 log:bspeed:0:2:if cancel vl>1000 cancel log:bspeed:0:2:icf cmd:kickbspeed");
|
||||
|
||||
set(ConfPaths.BLOCKINTERACT_VISIBLE_CHECK, true);
|
||||
|
Loading…
Reference in New Issue
Block a user