Enable scaffold notifications
This commit is contained in:
parent
42ae60c894
commit
a8c852e80d
@ -110,7 +110,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()
|
||||
|
Loading…
Reference in New Issue
Block a user