Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -8,7 +8,6 @@ import us.ajg0702.queue.api.commands.ISubCommand;
|
||||
import us.ajg0702.utils.common.Messages;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Iterator;
|
||||
import java.util.List;
|
||||
import java.util.Locale;
|
||||
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
package us.ajg0702.queue.commands.commands.manage;
|
||||
|
||||
import com.google.common.collect.ImmutableList;
|
||||
import net.kyori.adventure.text.Component;
|
||||
import net.kyori.adventure.text.format.NamedTextColor;
|
||||
import org.spongepowered.configurate.ConfigurateException;
|
||||
import us.ajg0702.queue.api.commands.ICommandSender;
|
||||
import us.ajg0702.queue.commands.SubCommand;
|
||||
import us.ajg0702.queue.common.QueueMain;
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
package us.ajg0702.queue.commands.commands.manage.debug;
|
||||
|
||||
import com.google.common.collect.ImmutableList;
|
||||
import net.kyori.adventure.text.Component;
|
||||
import us.ajg0702.queue.api.commands.ICommandSender;
|
||||
import us.ajg0702.queue.api.queues.QueueServer;
|
||||
import us.ajg0702.queue.commands.SubCommand;
|
||||
|
||||
@@ -26,11 +26,14 @@ public class LogConverter extends Logger {
|
||||
logger.warn(message);
|
||||
break;
|
||||
case "INFO":
|
||||
logger.info(message);
|
||||
break;
|
||||
default:
|
||||
logger.info(message);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings({"unused", "SameReturnValue"})
|
||||
public String logName() {
|
||||
return "%%__USER__%%";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user