1
0
mirror of https://github.com/timvisee/lazymc.git synced 2025-07-25 17:21:59 -07:00

Constrain supported lobby versions

This commit is contained in:
timvisee
2021-11-22 22:20:41 +01:00
parent e23a61ab0f
commit 8b09faae3d
2 changed files with 2 additions and 2 deletions

@@ -23,7 +23,7 @@ Current limitations:
- Only works with offline mode - Only works with offline mode
- Only works with vanilla Minecraft clients, does not work with modded (e.g. Forge, FTB) - Only works with vanilla Minecraft clients, does not work with modded (e.g. Forge, FTB)
- Probably only works with Minecraft 1.16-1.17.1 (tested with 1.17.1) - Probably only works with Minecraft 1.17-1.17.1 (tested with 1.17.1)
- This method will consume the client, following configured join methods won't be used. - This method will consume the client, following configured join methods won't be used.
At this time it is unknown if some of the above limitations will ever be lifted, At this time it is unknown if some of the above limitations will ever be lifted,

@@ -127,8 +127,8 @@ command = "java -Xmx1G -Xms1G -jar server.jar --nogui"
# Don't enable this unless you know what you're doing. # Don't enable this unless you know what you're doing.
# #
# - Only works with offline mode # - Only works with offline mode
# - Only works with Minecraft 1.17-1.17.1 (tested with 1.17.1)
# - Only works with vanilla Minecraft clients, does not work with modded # - Only works with vanilla Minecraft clients, does not work with modded
# - Only tested with Minecraft 1.17.1
# Maximum time in seconds in the lobby while the server starts. # Maximum time in seconds in the lobby while the server starts.
#timeout = 600 #timeout = 600