Dantevg / WebStats

Spigot plugin to display the scoreboard, PlaceholderAPI and other plugin statistics on the web
https://dantevg.nl/mods-plugins/WebStats
MIT License
19 stars 10 forks source link

Column number units #58

Closed Dantevg closed 1 year ago

Dantevg commented 1 year ago

Some values have large numbers and it can be hard to see what they mean. The option to specify per column what the unit of the values is would solve this. Possible units / categories:

Example config: (minutes, ticks, items, timestamp are taken as the source units, WebStats will choose best units to display)

column-units:
  Play Minutes: minutes
  Aviate: ticks
  Mine Diamond: items
  Last Seen: timestamp

Possible extra function: show original value on hover ("tooltip")