AdvancedWipe / Minecraft_FreeRPG_1.16

FreeRPG is a Spigot plugin that adds an RPG skill system to Minecraft.
MIT License
5 stars 6 forks source link

Playtime Error #1

Open mynameisgav1n opened 1 year ago

mynameisgav1n commented 1 year ago

The playtime for users display as this, is there any fix to this? error

AdvancedWipe commented 1 year ago

I checked my server and I have the same issue. I started looking in it, if you can post the different time stamps each player has that you showed in your screenshot, it would be great. Check your server folder in /plugins/FreeRPG/PlayerDatabase. The files are named with the UUID of each player, if you want to get the real name, open the file and check the second line. There is the real player name that is being displayed in game. Only line 3-6 is important. So the files that say firstLogin, lastLogin, lastLogout, playTime.

I look what I can do.

mynameisgav1n commented 1 year ago

8D286F5B-4C5F-41B0-8EB2-A358C2CEA03D

AdvancedWipe commented 1 year ago

Thanks