When connecting to the server I get:
[INFO] Starting Minecraft server on 2001::6:25565
[INFO] Preparing level "world"
[INFO] Preparing start region for level 0
[INFO] Preparing spawn area: 73%
[INFO] Done (1,475s)! For help, type "help" or "?"
[INFO] /2001:0:0:0:0:0:0:6:52084 lost connection
[INFO] snacka3[/2001:0:0:0:0:0:0:6:52085] logged in with entity id 440 at (183.5, 65.0, 253.5)
I think it should read:
[INFO] Starting Minecraft server on [2001::6]:25565
[INFO] Preparing level "world"
[INFO] Preparing start region for level 0
[INFO] Preparing spawn area: 73%
[INFO] Done (1,475s)! For help, type "help" or "?"
[INFO] [2001::6]:52084 lost connection
[INFO] snacka3 [2001::6]:52085 logged in with entity id 440 at (183.5, 65.0, 253.5)
Related? MC-3776