From a8c852e80d9ebe3b36372704ae6edc5896294f63 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 16 Jan 2018 18:26:53 +0000 Subject: [PATCH] Enable scaffold notifications --- Plugins/Mineplex.Core/src/mineplex/core/antihack/AntiHack.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Mineplex.Core/src/mineplex/core/antihack/AntiHack.java b/Plugins/Mineplex.Core/src/mineplex/core/antihack/AntiHack.java index a2ec4c855..73bd47e46 100644 --- a/Plugins/Mineplex.Core/src/mineplex/core/antihack/AntiHack.java +++ b/Plugins/Mineplex.Core/src/mineplex/core/antihack/AntiHack.java @@ -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, CheckThresholds> STRICT_CHECKS = ImmutableMap., CheckThresholds>builder()