Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Statify
PluginCC0-1.0

Statify

Statify is a very simple, lightweight (no autocomplete), and powerful plugin to create and calculate stats, as well as expressions containing stats. Made by @quantumbagel (https://github.com/quantumbagel)

168
Downloads
2
Followers
2 years ago
Updated
📦
1
Versions
managementutilitybukkit
Download Latestvbeta-1View on Modrinth

📖About Statify

Statify - Simple Minecraft Stats Done Right

UPDATE 4/10: Statify 2 is coming Summer 2024 with better autocomplete, less bugs, and good karma!

Hi! I'm @quantumbagel, and this is my first plugin - Statify. It's a tiny (<50kb), resource-efficient, and powerful serverside plugin to get stats for one player - or the entire server.

Why do I need this?

If you want a way to aggregate stats throughout the server (not just through the Statistics menu for one player - this plugin allows easy visualization of stats.

Pros/Cons

Here's a list of pros and cons of this plugin (this isn't a perfect plugin)

Pros

  • Complex queries allowed (killed:zombie+killed:skeleton, (killed:zombie+killed:skeleton)^custom:beds_broken, or even tan(killed:zombie) + killed:skeleton)
  • Ranking of individual categories for a certain player
  • Ability to create and save complex queries under a shorthand
  • Yes, there is a recursion detector

Cons

  • No autocomplete, you have to know the general layout of MC stats (for an excellent guide, check https://minecraft.fandom.com/wiki/Statistics)
  • My first plugin, so there are probably copious quantities of bugs and glitches
  • Doesn't work well with offline-mode (cracked Minecraft) because of the possibility of duplicate usernames
  • No multithreading
  • No custom command sanity checks
  • Bugginess with really big numbers >:(
    This is a Bukkit plugin, so put the .jar in the plugins folder of your Spigot/Bukkit/CraftBukkit server.

How do I even use these commands?

NB: [description] is NOT REQUIRED, equals sign after is DEFAULT VALUE, IS REQUIRED

/leaderboard, /lb

Format:

/leaderboard [number of top entries]=10 <complex expression>

Examples:

/lb killed:zombie (A simple request for the top 10 player zombie kills)

/lb 5 killed:zombie (A request for the top 5 player zombie kills)

/lb killed:total (A request for the player with the highest sum of the "killed" category (most entity kills))

/lb APlayerOfMinecraft:kd (APlayerOfMinecraft is username, kd is custom command that user defined (in this case kill differential))

/lb killed:zombie + APlayerOfMinecraft:kd (You can use both in conjunction using these stats as numbers)

/lb killed:zombie * APlayerOfMinecraft:kd + custom:walk_one_cm

/stat

Format:

/stat [username]=<player who is sending> <category> [number of top entries]=10

Examples

/stat killed (returns top 10 ranking of the "killed" category for the player who sent the message)

/stat killed 5 (returns top 10 ranking of the "killed" category for the player who sent the message)

/stat APlayerOfMinecraft killed (returns top 10 ranking of the "killed" category of the player "APlayerOfMinecraft")

/stat APlayerOfMinecraft killed 5 (returns top 5 ranking of the "killed" category of the player "APlayerOfMinecraft")

/custom

Format:

/custom set <command name> <complex expression>

/custom list [username]=<player who is sending>

/custom get [username]=<player who is sending> <command name>

/custom delete <command name>

Examples

/custom set kd killed:total-killed_by:total (Set the player who is sending's custom command "kd" to "killed:total-killed_by:total". If the player's name was "APlayerOfMinecraft," this could be referenced the exact same way as the /leaderboard examples above.)

/custom list (List the current player's defined commands)

/custom list APlayerOfMinecraft (List the player "APlayerOfMinecraft"'s defined stats)

/custom get kd (Print the current definition of the custom stat kd for the current player)

/custom get APlayerOfMinecraft kd (Print the current definition of the custom stat kd for the player "APlayerOfMinecraft")

/custom delete kd (Delete the command kd for the current player, if defined)

/playerrank

Format

/playerrank [number of top entries]=10

Examples

/playerrank (List the top 10 players on the server using the PlayerScore algorithm that I made up on the spot)

/playerrank 5 (List the top 5 players on the server)

That's all - I hope you enjoy this little plugin!

👥 Team & Contributors

QuantumBagel
QuantumBagelOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkit
Minecraft Versions
1.201.20.11.20.2

🔗 Links

Modrinth Page