Package net.sacredlabyrinth.phaed.simpleclans.storage

Examples of net.sacredlabyrinth.phaed.simpleclans.storage.SQLiteCore


            {
                SimpleClans.getInstance().getServer().getConsoleSender().sendMessage("[SimpleClans] " + ChatColor.RED + plugin.getLang("mysql.connection.failed"));
            }
        } else
        {
            core = new SQLiteCore(plugin.getDataFolder().getPath());

            if (core.checkConnection())
            {
                SimpleClans.log("[SimpleClans] " + plugin.getLang("sqlite.connection.successful"));
View Full Code Here

TOP

Related Classes of net.sacredlabyrinth.phaed.simpleclans.storage.SQLiteCore

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.