-
Notifications
You must be signed in to change notification settings - Fork 13
Description
I'm having some trouble with the leaderboards, the placeholder used in the menu.yml > {LEADER_SCORE_FORMATTED_[position]} seems to max out at "999". See attached screenshot.
This also means that the leaderboard currently isn't showing the correct names.
This should be the current top 5;
.antoniooke - 3460
LikeAConstant - 3281
Darkwolf_42021 - 3273
Koel_Kast - 2880
TheJustBalanced - 2629
And it currently shows
.Frikadel1678 - 999 (which is actually 1643)
HetKnappeKoppie - 999 (which is actually 1062)
DanilPwankeek - 999 (which is actually 1163)
rozajetos - 999 (which is actually 1078)
Darkwolf_42021 - 999 (which is actually 3273) (no. 3 in the actual leaderboard)
But for some reason it just shows these other names with 999, so as you can imagine that's quite a big problem.
I'm using this objective as descripted in the wiki: objective: PLACEHOLDERAPI;ajlb_value_milestones_fishcaught_weekly
So maybe the PlaceholderAPI for AjLeaderBoards is capping at 999, idk but it might give you some more info.
Parsing the placeholder through papi gives me the correct result.