Package com.forgeessentials.commands.util

Examples of com.forgeessentials.commands.util.ConfigCmd


    }

    @SubscribeEvent
    public void load(FEModuleInitEvent e)
    {
        ForgeEssentials.getConfigManager().registerLoader("Commands", new ConfigCmd());
        ShortcutCommands.loadConfig(ForgeEssentials.getFEDirectory());
    }
View Full Code Here

TOP

Related Classes of com.forgeessentials.commands.util.ConfigCmd

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.