From 7b6badf87a86eb2f92f097ab0e28cf6519eec4d7 Mon Sep 17 00:00:00 2001 From: Kenny Goodin Date: Mon, 7 Aug 2017 01:51:57 -0400 Subject: [PATCH] Update glide and speed violation thresholds to requested values --- .../Mineplex.Core/src/mineplex/core/antihack/AntiHack.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/Mineplex.Core/src/mineplex/core/antihack/AntiHack.java b/Plugins/Mineplex.Core/src/mineplex/core/antihack/AntiHack.java index 551810ff0..34a6db263 100644 --- a/Plugins/Mineplex.Core/src/mineplex/core/antihack/AntiHack.java +++ b/Plugins/Mineplex.Core/src/mineplex/core/antihack/AntiHack.java @@ -96,8 +96,8 @@ public class AntiHack extends MiniPlugin .put(KillauraTypeE.class, new CheckThresholds("Kill Aura", 1000, 2000, 5000)) .put(KillauraTypeF.class, new CheckThresholds("Kill Aura", 200, 300, 400)) .put(BadPackets.class, new CheckThresholds("Regen", 500, 1000, 2000)) - .put(Glide.class, new CheckThresholds("Flying", 1000, 2000, 3500)) - .put(Speed.class, new CheckThresholds("Speed", 1000, 2000, 3500)) + .put(Glide.class, new CheckThresholds("Flying", 600, 1100, 1600)) + .put(Speed.class, new CheckThresholds("Speed", 600, 1100, 1600)) .put(HeadRoll.class, new CheckThresholds("Illegal Movement", 0, 0, 1000)) .put(Toggle.class, new CheckThresholds("AutoSneak", 100, 200, 300)) .build();