- Update auf Minecraft Version 1.20
- Kyori MiniMessage API Update auf 4.14.0
This commit is contained in:
2023-06-08 06:55:44 +02:00
parent 32fe2ab579
commit 4b7d8539ea
2 changed files with 11 additions and 5 deletions

View File

@@ -96,6 +96,9 @@ public final class T2CodeLibMain extends JavaPlugin {
T2Csend.console(prefix + " §3PlaceholderAPI: §6connected" + " §7- §e" + (System.currentTimeMillis() - long_) + "ms");
}
T2Csend.console(prefix + " §3Kyori MiniMessage Support: "+ (getMmIsLoad() ? "§2load" : "§4not load") + " §7- §e" + (System.currentTimeMillis() - long_) + "ms");
plugin.getCommand("t2code").setExecutor(new CmdExecuter());
ConfigCreate.configCreate();
T2CitemVersion.scan();