forked from SteamWar/SteamWar
Update version handling for Minecraft 1.21.5: Adjust TypeUtils and ServerStarter to support PAPER_21.
This commit is contained in:
@@ -61,7 +61,7 @@ public class ServerStarter {
|
||||
private String worldDir = null;
|
||||
|
||||
private Node node = null;
|
||||
private ServerVersion version = ServerVersion.PAPER_20;
|
||||
private ServerVersion version = ServerVersion.PAPER_21;
|
||||
private Portrange portrange = BAU_PORTS;
|
||||
private Function<Integer, String> serverNameProvider = port -> node.getName() + port;
|
||||
private BooleanSupplier startCondition = () -> true;
|
||||
|
||||
Reference in New Issue
Block a user