mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 07:20:24 +01:00
Added version output to CraftBukkit that displays on startup.
Add a version display to the startup of CraftBukkit so that we have all the information we need for support purposes simply by requesting a server log be pastebinned. I wanted to have it display right after the official Minecraft version is, but that would require modifying the server itself. By: EvilSeph <evilseph@unaligned.org>
This commit is contained in:
parent
608ef2636e
commit
3402e64ba9
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ public final class CraftServer implements Server {
|
|||
this.serverVersion = CraftServer.class.getPackage().getImplementationVersion();
|
||||
|
||||
pluginManager.RegisterInterface(JavaPluginLoader.class);
|
||||
Logger.getLogger("Minecraft").log(Level.INFO, "This server is running " + getName() + " version " + getVersion());
|
||||
}
|
||||
|
||||
public void loadPlugins() {
|
||||
|
|
Loading…
Reference in a new issue