Skip to content

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

@imaginethinking

Description

@imaginethinking

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'}
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions