Examples of AntiCheatCompatability


Examples of com.sk89q.craftbook.util.compat.AntiCheatCompatability

     */
    public static void init() {
        if(Bukkit.getPluginManager().getPlugin("NoCheatPlus") != null)
            compatChecks.add(new NoCheatPlusCompatability());
        if(Bukkit.getPluginManager().getPlugin("AntiCheat") != null)
            compatChecks.add(new AntiCheatCompatability());
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.