This commit is contained in:
2022-11-10 10:09:07 +01:00
parent a7b9c06b42
commit 561715af46
3 changed files with 8 additions and 6 deletions

View File

@@ -159,6 +159,7 @@ public final class T2CodeLibMain extends JavaPlugin {
if (adventure == null) {
throw new IllegalStateException("Tried to access Adventure when the plugin was disabled!");
}
Bukkit.getConsoleSender().sendMessage(Util.getPrefix() + " Adventure load");
return adventure;
}