An open API service indexing awesome lists of open source software.

https://github.com/forestoflight/statistic-display

An easy statistics tracker for Minecraft Bedrock Edition.
https://github.com/forestoflight/statistic-display

minecraft minecraft-bedrock minecraft-bedrock-addon minecraft-bedrock-edition minecraft-script-api

Last synced: about 2 months ago
JSON representation

An easy statistics tracker for Minecraft Bedrock Edition.

Awesome Lists containing this project

README

          

![Statistic Display Logo](./stat_logo_banner.png)


Multiplayer statistics that are just easy.

[![GitHub Downloads](https://img.shields.io/github/downloads/ForestOfLight/Statistic-Display/total?label=Github%20downloads&logo=github)](https://github.com/ForestOfLight/Statistic-Display/releases/latest)
[![Curseforge Downloads](https://cf.way2muchnoise.eu/full_1127625_downloads.svg)](https://www.curseforge.com/minecraft-bedrock/scripts/statistic-display)
[![Minecraft - Version](https://img.shields.io/badge/Minecraft-v26.10_(Bedrock)-brightgreen)](https://feedback.minecraft.net/hc/en-us/sections/360001186971-Release-Changelogs)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/c7b2ef373dee40b8a5d2903d3001231f)](https://app.codacy.com/gh/ForestOfLight/Statistic-Display/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![Discord](https://badgen.net/discord/members/9KGche8fxm?icon=discord&label=Discord&list=what)](https://discord.gg/9KGche8fxm)

This is an addon for Minecraft Bedrock Edition that easily displays statistics on the scoreboard. It is designed with multiplayer servers in mind, but also works nicely for singleplayer worlds! All statistics are tracked even when not on display and can be displayed with a single command, and all with only one scoreboard objective.

Supported statistics:

- **Player Deaths**
- **Time Since Last Death**
- **Blocks Mined** (including each type of block)
- **Blocks Placed** (including each type of block)
- **Tools Broken** (including each type of tool)
- **Items Used** (including each type of item)
- **Interacted with Block or Entity** (including each type of block and entity)
- **Effects Gained** (including each type of effect)
- **Entities Killed** (including each type of entity)
- **Killed By Entity** (including each type of entity)
- **Damage Dealt**
- **Damage Taken** (including each type of damage)
- **Items Picked Up** (including each type of item)
- **Items Dropped** (including each type of item)
- **Dimension Changes** (including each type of dimension)
- **Player Joins**
- **Highest Xp Level**
- **Longest Session**
- **Chats Sent**
- **Emotes Performed**
- **Totems Popped**
- **Other**
- World Initialized
- Most Players Online
- Longest Inactivity
- TNT Exploded
- **And more!**

> [!IMPORTANT]
> This addon is a **Canopy Extension**, which means **Canopy** must be installed in your world for it to work.

**Canopy** can be downloaded here from its [GitHub Repo here](https://github.com/ForestOfLight/Canopy).

## Usage

### Commands

**Usage: `/stat:list [statistic/searchterm]`**
Displays a list of all available statistics. Use the searchterm to search for specific identifiers.

**Usage: `/stat:stat `**
Displays the specified statistic on the scoreboard.

**Usage: `/stat:reset `**
Resets the counts for the specified statistic, or all statistics.

**Usage: `/stat:stat hide`**
Hides the scoreboard.

**Usage: `/stat:print [player]`**
Prints the top 15 players for the specified statistic, or for only the specified player.

**Usage: `/stat:carousel `**
Starts or stops the carousel of statistics.

**Usage: `/stat:carousel `**
Adds or removes a statistic from the carousel.

**Usage: `/stat:carousel list`**
Lists all statistics in the carousel.

### Rules

**Usage: `showTotal`**
A boolean rule that determines whether to show the total count in the statistic display.

**Usage: `showOfflinePlayers`**
A boolean rule that determines whether to show the offline players in the statistic display.

**Usage: `carouselInterval`**
A float rule that determines the interval (in seconds) between carousel statistic changes.

---

### Special Thanks to CommandLeo

For their Java Edition version of the [Statistic Display](https://github.com/CommandLeo/scarpet/wiki/Statistic-Display) (as an scarpet app), which inspired me to create this **Canopy** extension addon.