Allow prefix data to be loaded from PrefixConfig
This commit is contained in:
@@ -3,7 +3,9 @@ package com.alttd.chat;
|
||||
import com.alttd.chat.database.DatabaseConnection;
|
||||
import net.luckperms.api.LuckPerms;
|
||||
|
||||
public interface ChatAPI {
|
||||
import java.util.HashMap;
|
||||
|
||||
public abstract interface ChatAPI {
|
||||
|
||||
static ChatAPI get() {
|
||||
return ChatImplementation.get();
|
||||
@@ -17,4 +19,6 @@ public interface ChatAPI {
|
||||
|
||||
void ReloadChatFilters();
|
||||
|
||||
HashMap<String, String> getPrefixes();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user