Disable immediate ban actions for Glide and Speed
This commit is contained in:
parent
36ce7ef222
commit
6de3640243
@ -3,8 +3,6 @@ package mineplex.core.antihack.actions;
|
|||||||
import com.mineplex.anticheat.api.PlayerViolationEvent;
|
import com.mineplex.anticheat.api.PlayerViolationEvent;
|
||||||
import com.mineplex.anticheat.checks.combat.KillauraTypeA;
|
import com.mineplex.anticheat.checks.combat.KillauraTypeA;
|
||||||
import com.mineplex.anticheat.checks.combat.KillauraTypeD;
|
import com.mineplex.anticheat.checks.combat.KillauraTypeD;
|
||||||
import com.mineplex.anticheat.checks.move.Glide;
|
|
||||||
import com.mineplex.anticheat.checks.move.Speed;
|
|
||||||
import mineplex.core.common.util.UtilServer;
|
import mineplex.core.common.util.UtilServer;
|
||||||
import org.bukkit.event.Listener;
|
import org.bukkit.event.Listener;
|
||||||
|
|
||||||
@ -24,8 +22,6 @@ public abstract class AntiHackAction implements Listener
|
|||||||
{
|
{
|
||||||
ACTIONS.put(KillauraTypeA.class, new ImmediateBanAction(200));
|
ACTIONS.put(KillauraTypeA.class, new ImmediateBanAction(200));
|
||||||
ACTIONS.put(KillauraTypeD.class, new BanwaveAction(2000));
|
ACTIONS.put(KillauraTypeD.class, new BanwaveAction(2000));
|
||||||
ACTIONS.put(Glide.class, new ImmediateBanAction(10000));
|
|
||||||
ACTIONS.put(Speed.class, new ImmediateBanAction(10000));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private int _vl;
|
private int _vl;
|
||||||
|
Loading…
Reference in New Issue
Block a user