Add sqlite support

This commit is contained in:
Luck
2016-06-22 16:47:54 +01:00
Unverified
parent f6d8fb5286
commit 60f6bac903
15 changed files with 301 additions and 188 deletions
@@ -1,6 +1,5 @@
package me.lucko.luckperms;
import com.google.gson.Gson;
import me.lucko.luckperms.data.Datastore;
import me.lucko.luckperms.groups.GroupManager;
import me.lucko.luckperms.users.UserManager;
@@ -75,6 +74,4 @@ public interface LuckPermsPlugin {
* @param r the task to run
*/
void doSync(Runnable r);
Gson getGson();
}