Added updater
This commit is contained in:
@@ -18,7 +18,7 @@ dependencies {
|
||||
implementation("net.kyori:adventure-text-serializer-plain:4.0.0-SNAPSHOT")
|
||||
compileOnly("com.google.guava:guava:30.1.1-jre")
|
||||
|
||||
compileOnly("us.ajg0702:ajUtils:1.1.10")
|
||||
compileOnly("us.ajg0702:ajUtils:1.1.16")
|
||||
}
|
||||
|
||||
publishing {
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
package us.ajg0702.queue.api.util;
|
||||
|
||||
public interface QueueLogger {
|
||||
import us.ajg0702.utils.common.UtilsLogger;
|
||||
|
||||
public interface QueueLogger extends UtilsLogger {
|
||||
void warn(String message);
|
||||
void warning(String message);
|
||||
void info(String message);
|
||||
|
||||
Reference in New Issue
Block a user