Warning Message to Startup

Add warning message to startup of NCP
This commit is contained in:
CaptainObvious0 2019-03-02 22:13:28 -06:00 committed by GitHub
parent 354aac3b9f
commit 046c261f2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1085,6 +1085,7 @@ public class NoCheatPlus extends JavaPlugin implements NoCheatPlusAPI {
StaticLog.setStreamID(Streams.STATUS);
// Tell the server administrator that we finished loading NoCheatPlus now.
logManager.info(Streams.INIT, "Version " + getDescription().getVersion() + " is enabled.");
logManager.severe(Streams.INIT, "You are running a modified version of NCP. This version should only be used on 1.13 servers. This is only intended as a band-aid fix while NCP can be properly updated to 1.13. You may be sacrificing cheat protection for compatibility");
}
/**