Update DEV / Snapshot / Beta Version Startmessage
This commit is contained in:
parent
ed63004ebf
commit
34e59872c0
@ -29,8 +29,13 @@ public class T2CodeTemplate {
|
||||
send.console(prefix + " §4 §e| §2Discord: §6" + discord);
|
||||
send.console(prefix + " §4 §e-------------------");
|
||||
if (version.toLowerCase().contains("dev") || version.toLowerCase().contains("snapshot") || version.toLowerCase().contains("beta")) {
|
||||
send.console(prefix + " §eYou are running §4" + version + " §eof " + prefix + "§e! Some features may not be working as expected. Please report all bugs here: http://dc.t2code.net");
|
||||
send.console(prefix + " §eYou are running §4" + version + " §eof " + prefix + "§e! Some 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();
|
||||
}
|
||||
}
|
||||
//onLoadSeparateStroke(prefix);
|
||||
return long_;
|
||||
|
Loading…
Reference in New Issue
Block a user