## New
- ```/race check <track_name>```: Check the information of all participants on the track.
- ```/racetrack rankinglist <track_name> [page]```: Add a page parameter to browse more rankings.
- ```/racetrack clearRankingList <track_name>```: Clear the ranking list.
- ```/race stop <track_name> [show_ranking_on_stop]```: Add a new parameter to decide whether to show the ranking at the end of the race.
## Fix
- Improved the display format and spacing of the player's result time: ``` minute : second : millisecond ```
- Fixed an issue where regions were still not visible even when the client's debug option to display all regions was enabled.
- Fixed an issue where track initialization would fail if the chunk was not loaded.
- Fixed an issue where stopping a specific track would fail if the chunk was not loaded. (If this still occurs, use the command `/kill @e[type=speed_uuuuuuup:region_marker]` to remove the marker).
- Fixed an issue where entities used for marking points were incorrectly removed after a chunk was unloaded.
- Fixed a bug where racetrack data was incorrectly shared across different saves in single-player mode.
- Fixed a bug where the `/racetrack list` command produced no information when no racetrack existed in the save.