Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TNTGAMES] Missing leaderboards (Weekly/Monthly) #675

Open
ElotherYT opened this issue Dec 10, 2024 · 0 comments
Open

[TNTGAMES] Missing leaderboards (Weekly/Monthly) #675

ElotherYT opened this issue Dec 10, 2024 · 0 comments

Comments

@ElotherYT
Copy link

ElotherYT commented Dec 10, 2024

Hello,

The current leaderboard endpoint for TNTGames (as shown below) appears to include only the overall wins for all its game modes, whereas non-TNTGames game modes seem to have endpoints for weekly and monthly stats. I wanted to ask if this was done intentionally, and if not, would it be possible to include more endpoints for TNTGames game modes? It would be extremely helpful for Discord bots and the general TNTGames community to have endpoints for weekly and monthly wins, which are currently only accessible via the in-game leaderboard holograms - the current method of obtaining weekly and monthly leaderboards have been to get a player to log on each week and capture an image of the leaderboard in-game, which can be very inconvienient.

Specifically, for TNT Tag, it would be great to see endpoints for kills, deaths, tags, power-ups collected, and overall TNTGames tokens. I understand that this may not be possible or within the current scope of development, but it would be helpful to get a definitive answer. I asked a similar question around 18 months ago but unfortunately did not get closure on the issue (#605).

Many thanks,
ImagineThinking

'TNTGAMES'=[
	Leaderboard{
		path='wins_tntrun', 
		prefix='Overall', 
		count=99, 
		leaders=[], 
		title='TNT Run Wins'
		}, 
	Leaderboard{
		path='wins_pvprun', 
		prefix='Overall', 
		count=99, 
		leaders=[], 
		title='PVP Run Wins'
		}, 
	Leaderboard{
		path='wins_capture', 
		prefix='Overall', 
		count=99, 
		leaders=[], 
		title='Wizards Wins'
		}, 
	Leaderboard{
		path='wins_tntag', 
		prefix='Overall', 
		count=99, 
		leaders=[], 
		title='TNT Tag Wins'
		}, 
	Leaderboard{
		path='wins_bowspleef', 
		prefix='Overall', 
		count=99, 
		leaders=[], 
		title='Spleef Wins'}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant