NovaFFA

Statistics

Kills, deaths, streaks, and the top kills and deaths leaderboard

NovaFFA tracks four numbers per player: kills, deaths, current streak and highest streak. A kill/death ratio is derived from the first two.

Viewing them

/statistics
/statistics <player>

Aliased /stats, plus /novaffa stats [player]. Opens statistics.yml, showing the target's kills, deaths, kill/death ratio and both streaks.

Streaks

A kill extends the current streak by one. A death resets it to zero, and if that streak was higher than the player's previous best, it becomes the new highest streak. Both are kept forever, the highest streak is never lowered by a later reset.

A kill extends the current streak by one and can raise the highest streak, a death resets the current streak to zero but never lowers the highest streak

On a kill

Under on_kill in config.yml:

KeyControls
give_kit_againWhether the killer is handed their kit again straight after
healWhether the killer is healed and fed back to full straight after

Leaderboard

Top 10 kills and top 10 deaths are kept in memory and refreshed once a minute, not recomputed on every lookup, see Placeholders for the exact placeholder names. There is no in-game leaderboard menu, this is placeholder only, for use in a scoreboard, hologram or external leaderboard board.

Where it is stored

One file per player, plugins/NovaFFA/players/<uuid>.yml. See Storage.

On this page