mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-06 18:50:54 +01:00
InstantBow: Set default delay to 130 to avoid false positives.
This commit is contained in:
parent
b8e54cbd59
commit
6971a8e117
@ -22,7 +22,7 @@ import org.bukkit.Material;
|
||||
public class DefaultConfig extends ConfigFile {
|
||||
|
||||
/** NCP build needed for this config. */
|
||||
public static final int buildNumber = 197;
|
||||
public static final int buildNumber = 205;
|
||||
|
||||
/**
|
||||
* Instantiates a new default configuration.
|
||||
@ -319,7 +319,7 @@ public class DefaultConfig extends ConfigFile {
|
||||
set(ConfPaths.INVENTORY_FASTCLICK_ACTIONS, "cancel vl>50 log:fastclick:3:5:cif cancel");
|
||||
|
||||
set(ConfPaths.INVENTORY_INSTANTBOW_CHECK, true);
|
||||
set(ConfPaths.INVENTORY_INSTANTBOW_DELAY, 95);
|
||||
set(ConfPaths.INVENTORY_INSTANTBOW_DELAY, 130);
|
||||
set(ConfPaths.INVENTORY_INSTANTBOW_ACTIONS, "cancel vl>15 log:instantbow:2:5:if cancel");
|
||||
|
||||
set(ConfPaths.INVENTORY_INSTANTEAT_CHECK, true);
|
||||
|
Loading…
Reference in New Issue
Block a user