Add plugin
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
package com.alttd.chat;
|
||||
package com.alttd.velocitychat;
|
||||
|
||||
import com.alttd.chat.database.DatabaseConnection;
|
||||
import com.alttd.velocitychat.database.DatabaseConnection;
|
||||
import net.luckperms.api.LuckPerms;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
public interface ChatAPI {
|
||||
|
||||
ChatAPI get();
|
||||
@@ -10,4 +12,11 @@ public interface ChatAPI {
|
||||
LuckPerms getLuckPerms();
|
||||
|
||||
DatabaseConnection getDataBase();
|
||||
|
||||
String getPrefix(UUID uuid);
|
||||
|
||||
String getPrefix(UUID uuid, boolean all);
|
||||
|
||||
String getStaffPrefix(UUID uuid);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user