Downloads
The Bedrock Statistics Add-On tracks player statistics in a Minecraft Bedrock world. This is similar to the Statistics in-game feature presented in Java Edition, where statistics in the form of numerical data, such as time played, number of blocks mined are tracked per world.
Currently, a player's statistics can be seen through the following methods:
/function statistics
The statistics book given when you join the world for the first time. By which a tag (stats_book_given
) will be assigned as they have been given the book.
Custom Commands (requires Minecraft Statistics Extension Pack, downloads separately)
/jayly:stats
Similar to the Java Edition statistics' screen, this add-on divides statistics into three sections:
Item statistics are viewed by each item type. To view player statistics for a specific item type, go to the Statistics screen, tap the Items button, then select the button for the desired item type.
You'll then see detailed statistics on how players have interacted with that item.
The following statistic types are recorded for each item type:
Statistic Type | Description |
---|---|
Block Mined | Tracks how many blocks of a specific type a player has mined. |
Item Broken | Counts when an item breaks due to zero durability while breaking a block. |
Item Used | Increases when a player uses an item or block, including block interactions |
Item Picked Up | Tracks the number of dropped items a player picked up. |
Item Dropped | Counts the number of items of a specific type from player's inventory. |
Note
The add-on also records item statistics for custom items, but translation for custom items may not be displayed properly in the items selection form.
Mobs statistics are viewed by each entity type. To view player statistics for a specific mob type, go to the Statistics screen, tap the Mobs button, then select the button for the desired mob type.
You'll then see detailed statistics on how players have interacted with that mob.
This add-on records the following statistics for each mob type:
Statistic Type | Description |
---|---|
Number of entities killed | Tracks the number of entities a player killed. Statistic increases when a player kills an entity of the specified type. |
Number of times player killed by entities | Tracks the times of a player is killed by entities. Statistic increases when the player is killed by an entity of the specified type. |
Known as custom statistics. These statistics includes generic statistics for a player. The following statistics are tracked by the add-on:
Statistics related to a player interacting Minecraft's cauldron block with various items.
Statistic Name | Description |
---|---|
Armor Pieces Cleaned | The number of dyed leather armors washed with a cauldron. |
Banners Cleaned | The number of banner patterns washed with a cauldron. |
Cauldrons Filled | The number of times the player filled cauldrons with water buckets. |
Shulker Boxes Cleaned | The number of times the player has washed a shulker box with a cauldron. |
Water Taken from Cauldron | The number of times the player took water from cauldrons with glass bottles. |
Statistics related to a number of times player has interacted with a vanilla Minecraft block type.
Statistics related to a player hurts another entity, or a player is hurt.
Statistic Name | Description |
---|---|
Damage Absorbed | The amount of damage the player has absorbed in health points (1 heart = 2 health points). |
Damage Dealt | The amount of damage the player has dealt in health points (1 heart = 2 health points). This includes every damage cause dealt by the player. |
Damage Taken | The amount of damage the player has taken in health points (1 heart = 2 health points). This includes every damage cause taken by the player. |
Statistics related to Total distance traveled by a player in the Minecraft world.
Statistic Name | Description |
---|---|
Distance Climbed | Total distance player has climbed. |
Distance Flown | Total distance player has flown. |
Distance Sprinted | Total distance player has sprinted. |
Distance Swum | Total distance covered with sprint-swimming. |
Distance Walked | Total distance walked. |
Distance Walked on Water | The distance covered while bobbing up and down over water. |
Distance Walked under Water | Total distance you have walked underwater. |
Distance by Boat | Total distance traveled by boats. |
Distance by Elytra | Total distance traveled by elytra. |
Distance by Horse | Total distance traveled by horses. |
Distance by Minecart | Total distance traveled by minecarts. |
Distance by Pig | Total distance traveled by pigs via saddles. |
Distance by Strider | Total distance traveled by striders via saddles. |
These statistics are implemented to match Java Edition's existing statistics.
The settings screen allows you to set your own preferences when viewing statistics.
Important
This feature requires Minecraft Statistics Extension Pack, downloads separately.
You also need to enable Beta APIs experiment to access Custom Command APIs.
Alt command: /stats (Available in Minecraft v1.21.90 / StatisticPlus v0.3.0, when this custom command name is only used by this Add-On.)
Opens up the gameplay statistics screen to a player.
Syntax
jayly:stats
Alt command: /itemstats (Available in Minecraft v1.21.90 / StatisticPlus v0.3.0, when this custom command name is only used by this Add-On.)
Manages the updating of item related statistics on scoreboard objectives. This command can be run by game directors / operators.
Syntax
jayly:itemstats track <targetObjective: string> <itemStatisticType> <itemName: Item>
jayly:itemstats untrack <targetObjective: string>
Arguments
track
mode only): Specifies the name of the objective to be updated with the result returned by stat.untrack
mode only): Specifies the name of the objective to not be updated by statistics plus add-on.jayly:mined
, jayly:broken
, jayly:used
, jayly:picked_up
, jayly:dropped
Alt command: /mobstats (Available in Minecraft v1.21.90 / StatisticPlus v0.3.0, when this custom command name is only used by this Add-On.)
Manages the updating of mob related statistics on scoreboard objectives. This command can be run by game directors / operators.
Syntax
jayly:mobstats track <targetObjective: string> <mobStatisticType> <entityType: string>
jayly:mobstats untrack <targetObjective: string>
Arguments
track
mode only): Specifies the name of the objective to be updated with the result returned by stat.untrack
mode only): Specifies the name of the objective to not be updated by statistics plus add-on.jayly:killed
, jayly:killed_by
minecraft
is required in field, e.g. (minecraft:zombie
, creator:entity
)Alt command: /customstats (Available in Minecraft v1.21.90 / StatisticPlus v0.3.0, when this custom command name is only used by this Add-On.)
Manages the updating of general statistics on scoreboard objectives. This command can be run by game directors / operators.
Syntax
jayly:customstats track <targetObjective: string> <statisticType> <statistic: enum>
jayly:customstats untrack <targetObjective: string>
Arguments
track
mode only): Specifies the name of the objective to be updated with the result returned by stat.untrack
mode only): Specifies the name of the objective to not be updated by statistics plus add-on.jayly:custom
You can find the full changelog for the add-on on Bedrock Statistics Changelog.
Release Date: July 2nd, 2025
Statistics Plus Add-On - v0.2.3
/jayly:stats
, /stats
./stats
, /itemstats
, /mobstats
, /customstats
, /liststats
. This is only possible if the custom command name is not used by another behavior pack, otherwise those command names will not be created and a content log warning will appear.Changelog for previous releases are available here.
Download the add-on from the link below.
Import the pack, then activate the add-on in world settings.
Enable Beta APIs experiment, if you're using StatisticPlus pack.
After activating both resource pack and behavior pack, you will see one of the following messages when loading the world with the pack activated correctly:
The pack is activated correctly on a brand new world
[Scripting][inform]-[Statistics] Add-On starts collecting statistics.
The pack is activated correctly on an existing world
[Scripting][warning]-[Statistics] Add-On starts collecting statistics on existing worlds. Please be aware that statistics prior to this moment are not collected.
Important