Hi,
So I have this game with two game modes where you have to collect 5 chests. There's a stopwatch counting the time taken to complete that. Once you collect all the 5 chests a new world (WinMenu) will open. This world class has stored in World world the previous world and Timer is sharing the String result that shows the time elapsed in a 00:00:00.00 format, as well as int elapsedTime where is stored the time before formatting.
With this I would like to make a 2 Scoreboard worlds (or just one if possible or simpler) where the player can access the top 5 players with their time for each mode.
I was wondering if it would be possible to achieve that with the built-in ScoreBoard class? If it is the case some help for how to use that said class in my situation would be appreciated since I still didn't quite understand how UserInfo works. If not I'll just try to make it with File i/o and only have the scoreboard in local.
Thank you for your time.

