Update lobby limitations, describe whitelist issue with probe user

This commit is contained in:
timvisee
2021-11-25 13:43:21 +01:00
parent 40fe5b5dd2
commit 93f75adc5c
2 changed files with 33 additions and 6 deletions

View File

@@ -127,15 +127,18 @@ command = "java -Xmx1G -Xms1G -jar server.jar --nogui"
# The client will be teleported to the real server once it is ready.
# This may keep the client occupied forever if no timeout is set.
# Consumes client, not allowing other join methods afterwards.
# See: https://git.io/JMIi4
# !!! WARNING !!!
# This is highly experimental, incomplete and unstable.
# This may break the game and crash clients.
# Don't enable this unless you know what you're doing.
#
# - Only works with offline mode
# - Only works with Minecraft 1.16.3-1.17.1 (tested with 1.17.1)
# - Only works with vanilla Minecraft clients, does not work with modded
# - Server must be in offline mode
# - Server must use Minecraft version 1.16.3 to 1.17.1 (tested with 1.17.1)
# - Server must use vanilla Minecraft
# - May work with Forge, enable in config, depends on used mods, test before use
# - Does not work with other mods, such as FTB
# Maximum time in seconds in the lobby while the server starts.
#timeout = 600