9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2026-01-06 15:41:56 +00:00

Migrate plugin to MineDown/Kyori-adventure

This commit is contained in:
William
2022-09-22 15:00:22 +01:00
parent 2ed7705903
commit 049cd8ecca
16 changed files with 53 additions and 38 deletions

View File

@@ -1,6 +1,5 @@
package net.william278.husksync.util;
import de.themoep.minedown.MineDown;
import org.jetbrains.annotations.NotNull;
import java.util.logging.Level;
@@ -16,8 +15,6 @@ public abstract class Logger {
public abstract void log(@NotNull Level level, @NotNull String message);
public abstract void log(@NotNull Level level, @NotNull MineDown mineDown);
public abstract void info(@NotNull String message);
public abstract void severe(@NotNull String message);