Releases: ForestOfLight/Statistic-Display
Releases · ForestOfLight/Statistic-Display
v1.1.4 for MC 1.21.50 & Canopy 1.3.7
New Features
other
category: Displays world-wide statistics, including:- World Initializations.
- Highest Player Count Online.
Improvements
- Compatibility: Added support for Canopy v1.3.7.
v1.1.3 for MC 1.21.50 & Canopy 1.3.6
Updated dependencies to Minecraft 1.21.50.
v1.1.2 for MC 1.21.41 & Canopy 1.3.5
New Features
timeSinceDeath
: Tracks minutes since last player death.damageDealt
: Tracks when players deal damage to entities.damageTaken
: Tracks when players take damage, with sub-stats for damage sources.chats
: Tracks when players send messages in chat.joins
: Tracks player join events.emotes
: Tracks when players perform emotes.
Improvements
- Carousel display: Now pauses automatically when manually setting the display to a specific statistic.
- General maintenance: Removed
./transferstats
command (use prior version if still needed).
v1.1.1 for MC 1.21.41 & Canopy v1.3.5
Updated dependencies to Minecraft 1.21.41.
New Features
effectsGained
: Tracks when players gain effects, with sub-stats for each effect.changedDimensions
: Tracks when players change dimensions, with sub-stats for each dimension.
v1.1.0 for MC 1.21.31 & Canopy 1.3.4
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
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.