Package com.forgeessentials.playerlogger.rollback

Examples of com.forgeessentials.playerlogger.rollback.CommandPl


    }

    @SubscribeEvent
    public void serverStarting(FEModuleServerInitEvent e)
    {
        FunctionHelper.registerServerCommand(new CommandPl());
        FunctionHelper.registerServerCommand(new CommandRollback());
        try
        {
            connection = DriverManager.getConnection(ModulePlayerLogger.url, ModulePlayerLogger.username, ModulePlayerLogger.password);
            Statement s = connection.createStatement();
View Full Code Here

TOP

Related Classes of com.forgeessentials.playerlogger.rollback.CommandPl

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.