Hello. Instead of:
com.mojang.authlib.GameProfile@55ba7da0[id=3a4bc2f1-5e77-3e23-ba29-ae631e4c611a,name=My Player Name,properties={},legacy=false] (/127.0.0.1:50000) ...
It would be better to display only the name of player:
My Player Name (/127.0.0.1:50000) ...
These messages during server work appears quite a lot and server log fills up. In the result, find something important becomes problematic (IP's was changed)..
[2017-06-08 20:54:51 | User Authenticator #8] UUID of player KuRaJ is 9fb8a635-7ffc-3349-9a8d-c81935261436 [2017-06-08 20:54:51 | Server thread] Disconnecting com.mojang.authlib.GameProfile@679138ce[id=9fb8a635-7ffc-3349-9a8d-c81935261436,name=KuRaJ,properties={textures=[com.mojang.authlib.properties.Property@5fbededf]},legacy=false] (/115.25.19.162:54376): Please wait 2 sec. before reconnecting. [2017-06-08 20:54:51 | Server thread] com.mojang.authlib.GameProfile@679138ce[id=9fb8a635-7ffc-3349-9a8d-c81935261436,name=KuRaJ,properties={textures=[com.mojang.authlib.properties.Property@5fbededf]},legacy=false] (/115.25.19.162:54376) lost connection: Please wait 2 sec. before reconnecting. [2017-06-08 21:02:22 | User Authenticator #19] UUID of player My Player Name is 3a4bc2f1-5e77-3e23-ba29-ae631e4c611a [2017-06-08 21:02:22 | Server thread] Disconnecting com.mojang.authlib.GameProfile@55ba7da0[id=3a4bc2f1-5e77-3e23-ba29-ae631e4c611a,name=My Player Name,properties={},legacy=false] (/52.73.234.4:48463): Player name cannot contain spaces. [2017-06-08 21:02:22 | Server thread] com.mojang.authlib.GameProfile@55ba7da0[id=3a4bc2f1-5e77-3e23-ba29-ae631e4c611a,name=My Player Name,properties={},legacy=false] (/52.73.234.4:48463) lost connection: Player name cannot contain spaces. [2017-06-08 23:11:43 | User Authenticator #48] UUID of player Dislave is fabaded7-fb7f-32ca-8500-32806f88dbae [2017-06-08 23:11:43 | Server thread] Disconnecting com.mojang.authlib.GameProfile@3ee3120f[id=fabaded7-fb7f-32ca-8500-32806f88dbae,name=Dislave,properties={},legacy=false] (/13.15.227.110:23102): Please wait 2 sec. before reconnecting. [2017-06-08 23:11:43 | Server thread] com.mojang.authlib.GameProfile@3ee3120f[id=fabaded7-fb7f-32ca-8500-32806f88dbae,name=Dislave,properties={},legacy=false] (/13.15.227.110:23102) lost connection: Please wait 2 sec. before reconnecting. ...