Updated to v1.6.1 for Minecraft 1.19.1

This commit is contained in:
Artemis-the-gr8 2022-08-04 15:25:56 +02:00
parent 84ee9a86db
commit 177effeae5
4 changed files with 1 additions and 4 deletions

View File

@ -36,7 +36,6 @@ public final class Main extends JavaPlugin {
@Override
public void onEnable() {
//TODO fix (move these two into initializeMainClasses also, and remove all the Main.get... methods)
new Metrics(this, 15923);
//initialize all the Managers, singletons, ConfigHandler and the API

View File

@ -12,7 +12,6 @@ import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.jetbrains.annotations.NotNull;
public final class StatCommand implements CommandExecutor {
private static ThreadManager threadManager;

View File

@ -125,4 +125,4 @@ public final class EasterEggProvider {
return Tag.selfClosingInserting(componentPlaceholder);
});
}
}
}

View File

@ -133,5 +133,4 @@ public final class EnumHandler {
.map(String::toLowerCase)
.collect(Collectors.toList());
}
}