You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a !c modifier to some commands to exclude scores on convert maps (maps that are from osu!standard and converted to the specified gamemode)
You can get countless #1 on convert leaderboards because nobody plays them, so it would be way better to compare some of the data, like the ones involving leaderboards, without converts (this applies to the three gamemodes)
It could be added to the following commands:
osustatsglobals, osustatscount, osustatslist, mapper and topif
The text was updated successfully, but these errors were encountered:
So for osustatsglobals, osustatscount, and osustatslist I pull the data directly from https://osustats.ppy.sh.
Unfortunately, their API currently doesn't provide a way to exclude converts and since their data comes paginated, I can't reasonably filter them myself :(
I'll message the creators and ask about it but no promises there.
For mapper and topif it's certainly doable. I'll put it on the todo list and update this issue on it.
Add a !c modifier to some commands to exclude scores on convert maps (maps that are from osu!standard and converted to the specified gamemode)
You can get countless #1 on convert leaderboards because nobody plays them, so it would be way better to compare some of the data, like the ones involving leaderboards, without converts (this applies to the three gamemodes)
It could be added to the following commands:
osustatsglobals, osustatscount, osustatslist, mapper and topif
The text was updated successfully, but these errors were encountered: