Skip to content

Releases: ForestOfLight/Statistic-Display

v1.1.0 for MC 1.21.31 & Canopy 1.3.4

20 Oct 00:24
Compare
Choose a tag to compare

New Features

  • Backend rewrite: Now uses a single statDisplay objective for all statistics, removing the maximum limit of tracked stats.
  • ./stat <statistic> print [player]: Prints the top 15 players for a stat or just the specified player.
  • ./stat toggle [total/offline]: Toggles between total or offline player stats.
  • ./stat carousel <start/stop>: Starts or stops the statistic carousel.
  • ./stat carousel <add/remove>: Adds or removes a statistic from the carousel.
  • ./stat carousel list: Lists all carousel statistics.
  • ./stat carousel interval [seconds]: Sets carousel change intervals.
  • toolsBroken: Tracks when players break tools, including tool-specific stats.
  • highestXpLevel: Tracks the highest XP level achieved by players.
  • ./transferstats: Transfers stats from v1.0.0 to v1.1.0, cleaning up old data.

Improvements

  • ./stat clear renamed to ./stat hide for clarity.

v1.0.0 for MC 1.21.30 & Canopy v1.3.3

21 Sep 10:24
Compare
Choose a tag to compare

Commands & Rules

  • commandStat: Enables or disables the stat command.
  • ./stat <statistic>: Displays the specified statistic in the sidebar.
  • ./stat list: Lists all available statistics.
  • ./stat clear: Clears the sidebar.
  • ./stat <statistic> reset: Resets all counts for a specific statistic.

Available Statistics

  • deaths: Tracks player deaths.
  • blocksMined & blocksMined_[block_id]: Tracks total blocks mined and specific blocks.
  • blocksPlaced & blocksPlaced_[block_id]: Tracks total blocks placed and specific blocks.
  • itemsUsed & itemsUsed_[item_id]: Tracks items used and specific items.
  • killed & killed_[entity_id]: Tracks entities killed and specific entities.
  • killedBy & killedBy_[entity_id]: Tracks player deaths by entity and specific entities.
  • interactedWith & interactedWith_[block_id/entity_id]: Tracks interactions with blocks or entities.