Package cc.co.evenprime.bukkit.nocheat.checks.moving

Examples of cc.co.evenprime.bukkit.nocheat.checks.moving.MovingCheckListener


        // Then read the configuration files
        this.conf = new ConfigurationManager(this, this.getDataFolder());

        eventManagers = new ArrayList<EventManager>(8); // Big enough
        // Then set up the event listeners
        eventManagers.add(new MovingCheckListener(this));
        eventManagers.add(new WorkaroundsListener());
        eventManagers.add(new ChatCheckListener(this));
        eventManagers.add(new BlockBreakCheckListener(this));
        eventManagers.add(new BlockPlaceCheckListener(this));
        eventManagers.add(new FightCheckListener(this));
View Full Code Here

TOP

Related Classes of cc.co.evenprime.bukkit.nocheat.checks.moving.MovingCheckListener

Copyright © 2018 www.massapicom. 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.