This commit is contained in:
2022-07-14 21:37:58 +02:00
parent 8f05d5c677
commit 14741afb8d
4 changed files with 29 additions and 11 deletions

View File

@@ -110,11 +110,6 @@ public final class T2CodeMain extends JavaPlugin {
send.console(prefix + " §eYou are running §4" + version + " §eof " + prefix + "§e! §4This is a trial version! §eSome features may not be working as expected." +
" Please report all bugs here: http://dc.t2code.net §4UpdateChecker & bStats may be disabled!");
send.console(prefix + " §4 §e-------------------");
try {
Thread.sleep(5000);
} catch (InterruptedException e) {
e.printStackTrace();
}
}
try {