mobarena / MobArenaStats

An extension plugin for MobArena that collects arena session stats.
GNU General Public License v3.0
3 stars 2 forks source link

/ma arena-stats <arena> displays, even if it doesn't exist #13

Open Nesseley opened 3 years ago

Nesseley commented 3 years ago

/ma arena-stats grrr Will display statistics for arena "grrr" even if that arena doesn't exist at all.

It should tell you "Sorry, this arena doesn't exist" or something like that.

garbagemule commented 3 years ago

What about stats from arenas that no longer exist?

Nesseley commented 3 years ago

Hm that is true, how about "There is no stats to show for this arena" instead?

garbagemule commented 3 years ago

I think that's a good idea. It should be easy enough to check for because the total session count will be 0.

Perhaps if the total count is 0, then check if MobArena knows about it. If it does, "No stats for arena grrr", otherwise "Unknown arena grrr".

Nesseley commented 3 years ago

That sounds very nice :)