Pom changes

This commit is contained in:
len
2021-05-10 10:57:26 +02:00
parent 2f798a9e1c
commit e7f399010f
3 changed files with 37 additions and 27 deletions
@@ -1,9 +1,12 @@
package com.alttd.chat;
import com.alttd.chat.config.Config;
import com.alttd.chat.database.DatabaseConnection;
import net.luckperms.api.LuckPerms;
import net.luckperms.api.LuckPermsProvider;
import java.io.File;
public class ChatImplementation implements ChatAPI{
private ChatAPI instance;
@@ -13,6 +16,7 @@ public class ChatImplementation implements ChatAPI{
ChatImplementation() {
instance = this;
Config.init(new File(System.getProperty("user.home")));
// init database
// init depends//or set them the first time they are called?
}