![]()
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:
Custom Commands - either /jayly:stats or /stats command, which opens up the statistics screen to a player.
Craft a statistics book item, which can be obtained using the following recipe:

When the statistics book is used, it opens up the statistics screen to a player.

Similar to the Java Edition statistics' screen, this add-on divides statistics into three sections:
Important
Search functionality requires Minecraft Statistics Extension Pack, downloads separately.

You also need to enable Beta APIs experiment to access Custom Command APIs.

Search for statistics by item or entity type ids, or custom statistic ids. Please note that multi-language support is not supported in search feature, however results will still be displayed in the player's current language.
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 icons 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.
Alt command: /stats
Opens up the gameplay statistics screen to a player.
Manages the updating of statistics on scoreboard objectives. This command can be run by game directors / operators.
Note: This command is only available in Statistics Extension Pack.
Syntax
jayly:statsYou can find the full changelog for the add-on on Bedrock Statistics Changelog.
Download the add-on from the link below.
Import the pack, then activate the add-on in world settings.

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.