Disable scaffold checks
This commit is contained in:
parent
a2ddee1336
commit
fc5d7754bf
@ -109,7 +109,7 @@ public class AntiHack extends MiniPlugin
|
||||
.put(Timer.class, new CheckThresholds("Timer", 1000, 2000, 3000))
|
||||
.put(FastBow.class, new CheckThresholds("FastBow", 10, 20, 30))
|
||||
// .put(Phase.class, new CheckThresholds("Phase", 500, 1000, 1500))
|
||||
.put(Scaffold.class, new CheckThresholds("Scaffold", 75, 150, 225))
|
||||
// .put(Scaffold.class, new CheckThresholds("Scaffold", 75, 150, 225))
|
||||
.build();
|
||||
|
||||
public static final Map<Class<? extends Check>, CheckThresholds> STRICT_CHECKS = ImmutableMap.<Class<? extends Check>, CheckThresholds>builder()
|
||||
@ -131,7 +131,7 @@ public class AntiHack extends MiniPlugin
|
||||
.put(BadPackets.class, new GEPBanAction(300))
|
||||
.put(KillauraTypeB.class, new GEPBanAction(100))
|
||||
.put(KillauraTypeC.class, new BanwaveAction(200))
|
||||
.put(Scaffold.class, new ImmediateBanAction(350))
|
||||
// .put(Scaffold.class, new ImmediateBanAction(350))
|
||||
.build();
|
||||
|
||||
public static final Map<Class<? extends Check>, AntiHackAction> STRICT_ACTIONS = ImmutableMap.<Class<? extends Check>, AntiHackAction>builder()
|
||||
|
Loading…
Reference in New Issue
Block a user