smal changes

This commit is contained in:
2022-06-08 06:27:05 +02:00
parent 72d33dca90
commit fb289bd66e
5 changed files with 24 additions and 11 deletions

View File

@@ -122,7 +122,11 @@ public final class T2CodeMain extends JavaPlugin {
NMSVersion.onCheck();
MCVersion.onCheck();
if (MCVersion.minecraft1_19) {
send.console(prefix + " §4!!!!!!!!!!!!!!!!!!!!");
send.console(prefix );
send.warning(this, "The 1.19 is a very fresh / new version. If there are any bugs in our plugins, please report them to us via our Discord: http://dc.t2code.net");
send.console(prefix);
send.console(prefix + " §4!!!!!!!!!!!!!!!!!!!!");
try {
Thread.sleep(5000);
} catch (InterruptedException e) {