%player% shows up <unknown>
Appmeurtre opened this issue ยท 3 comments
I'm using latest paper version and %player% shows up in game as
I cleared up IP_UUID.dat thinking maybe its dedect me as Newbie (for check if %% dont work) but it count me as Regular
Hey! <unknown>
normally appears for %player% in the regular (not newbie) motd if a player is registered in the IP_UUID.dat but not cached by Spigot in the usercache.json. This could happen when you create a fresh/ new Spigot server and copy an existing ServerlistMOTD folder with an existing IP_UUID.dat in it, as far as I know. Was this the case? Could you please check if your UUID/ username exists in the usercache.json?
Normally, this should fix itself when you join your server and Spigot registers you in the usercache.json. Can you test that for me?
Note: You should only edit/ delete the IP_UUID.dat when your server is stopped.
Hey!
<unknown>
normally appears for %player% in the regular (not newbie) motd if a player is registered in the IP_UUID.dat but not cached by Spigot in the usercache.json. This could happen when you create a fresh/ new Spigot server and copy an existing ServerlistMOTD folder with an existing IP_UUID.dat in it, as far as I know. Was this the case? Could you please check if your UUID/ username exists in the usercache.json?Normally, this should fix itself when you join your server and Spigot registers you in the usercache.json. Can you test that for me?
Note: You should only edit the IP_UUID.dat when your server is stopped.
Thank you so much! It was due to usercache.json. Now everything is working