Package cc.co.evenprime.bukkit.nocheat.data

Examples of cc.co.evenprime.bukkit.nocheat.data.PlayerManager


    }

    public void onEnable() {

        // Then set up in memory per player data storage
        this.players = new PlayerManager(this);

        this.commandHandler = new CommandHandler(this);
        // Then read the configuration files
        this.conf = new ConfigurationManager(this, this.getDataFolder());
View Full Code Here

TOP

Related Classes of cc.co.evenprime.bukkit.nocheat.data.PlayerManager

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.