Jayly Logo
Posts > Check Statistics in Minecraft Bedrock
By Jayly · Posted: 2025/03/27

Check Statistics in Minecraft Bedrock

stats_promo_art

Using the Minecraft Statistics Add-On, players can track certain tasks in the form of numerical data in a Minecraft Bedrock world. This is similar to the Statistics in-game feature presented in Java Edition, where statistics such as time played, number of blocks mined are tracked per world.

Statistics Screen

Currently, a player's statistics can be seen through the following function command:

/function statistics

or 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.

main screen

Similar to the Java Edition statistics' screen, this add-on divides statistics into three sections:

Item Statistics

item statistics screen

Item statistics are viewed by each item type. The following statistic types are recorded:

Statistic TypeDescription
Block MinedStatistics related to the number of a particiuar block type a player has mined.
Item BrokenStatistics related to the number of times when a player cause an item's durability to go to negative. Players' statistic increases when playerBreakBlock API event fires and the item before breaking a block has durability of zero.
Item UsedStatistics related to the number of block or item used. Players' statistic increases when a player uses a block or item, this includes when the block or item triggers a block interaction (via itemUseOn API event).
Item Picked UpStatistics related to the number of dropped items a player picked up. Players' statistic increases when the player picks up a dropped item of the specified type.
Item DroppedStatistics related to the number of items that droped. Players' statistic increases when a player drops an item of the specified type from 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.

Mob Statistics

mobs statistics screen

For mob statistics, they are divided into statistics for each entity type. This add-on records the following mob statistics:

Statistic TypeDescription
Number of entities killedStatistics related to the number of entities a player killed. Players' statistic increases when a player kills an entity of the specified type.
Number of times player killed by entitiesStatistics related to the times of a player being killed by entities. Players' statistic increases when the player is killed by an entity of the specified type.

General Statistics

general statistics screen

Known as custom statistics. These statistics includes generic statistics for a player. The following statistics are tracked by the add-on:

Player Interactions with Cauldrons

Statistics related to a player interacting Minecraft's cauldron block with various items.

Statistic NameDescription
Armor Pieces CleanedThe number of dyed leather armors washed with a cauldron.
Banners CleanedThe number of banner patterns washed with a cauldron.
Cauldrons FilledThe number of times the player filled cauldrons with water buckets.
Shulker Boxes CleanedThe number of times the player has washed a shulker box with a cauldron.
Water Taken from CauldronThe number of times the player took water from cauldrons with glass bottles.

Player Interactions with Vanilla Blocks

Statistics related to a player interacting with Vanilla Minecraft blocks.

Statistic NameDescription
Barrels OpenedThe number of times the player has opened a barrel.
Bells RungThe number of times the player has rung a bell.
Cake Slices EatenThe number of cake slices eaten.
Chests OpenedThe number of times the player opened chests.
This excludes trapped chests, ender chests and other chest types.
Dispensers SearchedThe number of times player has interacted with dispensers.
Droppers SearchedThe number of times interacted with droppers.
Ender Chests OpenedThe number of times the player opened ender chests.
Hoppers SearchedThe number of times interacted with hoppers.
Interactions with AnvilThe number of times interacted with anvils.
Interactions with BeaconThe number of times interacted with beacons.
Interactions with Blast FurnaceThe number of times interacted with blast furnaces.
Interactions with Brewing StandThe number of times interacted with brewing stands.
Interactions with CampfireThe number of times interacted with campfires.
Interactions with Cartography TableThe number of times interacted with cartography tables.
Interactions with Crafting TableThe number of times interacted with crafting tables.
Interactions with FurnaceThe number of times interacted with furnaces.
Interactions with GrindstoneThe number of times interacted with grindstones.
Interactions with LecternThe number of times interacted with lecterns.
Interactions with LoomThe number of times interacted with looms.
Interactions with Smithing TableThe number of times interacted with smithing tables.
Interactions with SmokerThe number of times interacted with smokers.
Interactions with StonecutterThe number of times interacted with stonecutters.
Trapped Chests TriggeredThe number of times the player opened trapped chests.

Player's Health Statistics

Statistics related to a player hurts another entity, or a player is hurt.

Statistic NameDescription
Damage AbsorbedThe amount of damage the player has absorbed in health points (1 heart = 2 health points).
Damage DealtThe 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 TakenThe amount of damage the player has taken in health points (1 heart = 2 health points).
This includes every damage cause taken by the player.

Player's Distance Traveled Statistics

Statistics related to the total distance traveled by a player in the Minecraft world.

Statistic NameDescription
Distance ClimbedThe total distance traveled up ladders or vines.
The statistic increments when Player::isClimbing is true.
Distance FlownDistance traveled upward and forward at the same time, while more than one block above the ground.
The statistic increments when Player::isFlying is true.
Distance SprintedThe total distance sprinted.
The statistic increments when Player::isSprinting is true.
Distance SwumThe total distance covered with sprint-swimming.
Distance WalkedThe total distance walked.
Distance Walked on WaterThe distance covered while bobbing up and down over water.
Distance Walked under WaterThe total distance you have walked underwater.
Distance by BoatThe total distance traveled by boats.
Distance by ElytraThe total distance traveled by elytra.
Distance by HorseThe total distance traveled by horses.
Distance by MinecartThe total distance traveled by minecarts.
Distance by PigThe total distance traveled by pigs via saddles.
Distance by StriderThe total distance traveled by striders via saddles.

Various Minecraft Statistics

These statistics are implemented to match Java Edition's existing statistics.

Settings Screen

settings screen

The settings screen allows you to set your own preferences when viewing statistics.

Chat Commands

Important

  • This feature requires Minecraft Statistics Extension Pack, downloads separately.

    Extension pack

  • You also need to enable Beta APIs experiment to access chat events.

The add-on also provides chat commands to access statistics:

Changelog

v1.2.0

Release Date: March 23rd, 2025

v1.1.1

Release Date: November 23rd, 2024

v1.1.0

Release Date: October 23rd, 2024

v1.0.0

Release Date: October 1st, 2024

Initial release.

Installation

  1. Download the add-on from the link below.

  2. Import the pack, then activate the add-on in world settings.

    enable pack

  3. Enable Beta APIs experiment, if you're on Minecraft v1.21.0.

    enable experiments

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:

  1. View your gameplay statistics through /function statistics command or the Statistics [Use Item] book.

Credits

Downloads

Important

  • If you're on Minecraft Education, 'Beta APIs' experiment is required to use this add-on.
  • This add-on can only be used in latest version of either Minecraft or Minecraft Education.