feat: updated logo

This commit is contained in:
Andrey Terentev 2024-09-24 01:23:11 +07:00
parent 482e70f728
commit bf8f4042b4

View File

@ -9,12 +9,16 @@ import java.net.InetSocketAddress;
public class ServerBootstrap { public class ServerBootstrap {
private static final String[] LOGO = { private static final String[] LOGO = {
"==============================================",
"Minestom Server Base v3 - by ScarletRedMan",
"", "",
" 8b d8 .dP\"Y8 88\"\"Yb 88888 ", " 8b d8 .dP\"Y8 88\"\"Yb 88888 ",
" 88b d88 `Ybo.\" 88__dP .dP ", " 88b d88 `Ybo.\" 88__dP .dP ",
" 88YbdP88 o.`Y8b 88\"\"Yb o `Yb ", " 88YbdP88 o.`Y8b 88\"\"Yb o `Yb ",
" 88 YY 88 8bodP' 88oodP YbodP ", " 88 YY 88 8bodP' 88oodP YbodP ",
"", "",
"Minecraft version: " + MinecraftServer.VERSION_NAME + " (protocol: " + MinecraftServer.PROTOCOL_VERSION + ")",
"==============================================",
}; };
private final MinecraftServer server; private final MinecraftServer server;