mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-06 16:37:38 +01:00
Add option to start server without terminal enabled
This commit is contained in:
parent
37f8306fb4
commit
8529249b85
@ -795,7 +795,8 @@ public final class MinecraftServer {
|
|||||||
|
|
||||||
LOGGER.info("Minestom server started successfully.");
|
LOGGER.info("Minestom server started successfully.");
|
||||||
|
|
||||||
MinestomTerminal.start();
|
if (System.getProperty("minestom.terminal.disabled") == null)
|
||||||
|
MinestomTerminal.start();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user