FrozenStats
🟡 Updated this yearPreview

🔍 Analysis
- 👍 0.1% endorsement rate
- 🏆 #52 of 173 folia mods in this game by downloads
📋 About This Mod
!(https://cdn.modrinth.com/data/cached_images/c6b9b7bc24826709719683d9717db39c897816d7.jpeg) > # FrozenStats ❄️
A stats GUI plugin for Minecraft — styled like DonutSMP Stats. Built with Maven, using the exact same architecture as the original DonutStats source.
## Supported Versions - Minecraft 1. 21 – 1. 21. 11
## Supported Server Software | Software | Supported | |----------|-----------| | Paper | ✅ | | Spigot | ✅ | | Purpur | ✅ | | Folia | ✅ (`folia-supported: true`) |
## Features
- Stats GUI identical to DonutSMP (Money, Total Money Paid, Kills, Deaths, Playtime, Blocks, Mobs, Shop stats)
- Shards replaced with "Total Money Paid" — tracks the lifetime total of all Vault deposits made to the player
- Full `RRGGBB` hex colour support in all config text
- PlaceholderAPI support — every lore line runs through PAPI
- Configurable sounds (all keys are registry-safe for 1. 21)
- `/stats`, `/stats
## Commands & Permissions
| Command | Permission | Default |
|---------|-----------|---------|
| `/stats` | `stats.use` | `true` |
| `/stats
## Soft Dependencies - PlaceholderAPI — for all `%holorams_%`, `%donutshop_%`, `%donutsell_%`, and `%frozenstats_%` placeholders - Vault — for current balance display and lifetime total-paid tracking
## Total Money Paid — How it Works
FrozenStats tracks the cumulative total money ever paid/deposited to each player via Vault.
Data is stored in `plugins/FrozenStats/data/totalpaid.yml` (UUID → double).
### PlaceholderAPI placeholders | Placeholder | Description | |-------------|-------------| | `%frozenstats_total_paid%` | Vault-formatted total (e.g. `$1,234. 56`) | | `%frozenstats_total_paid_short%` | Short form (e.g. `1. 2k`, `3. 4M`) | | `%frozenstats_total_paid_raw%` | Raw double value |
### Recording payments from another plugin If you have a custom shop or reward plugin, call FrozenStats' API to record each payment:
```java Plugin fs = Bukkit.getPluginManager().getPlugin("FrozenStats"); if (fs instanceof FrozenStats frozenStats) { frozenStats.recordPayment(player.getUniqueId(), amount); } ```
## Config Files
| File | Purpose | |------|---------| | `config.yml` | Messages & sound keys | | `gui.yml` | All GUI items (rows, title, slots, materials, names, lore) | | `data/totalpaid.yml` | Auto-generated — stores lifetime payment data per UUID |
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- DrFrozenXD
- Version
- 1.0.0
- Downloads
- 757
- Endorsements
- 1
- Category
- folia
- Created
- 4/29/2026
- Updated
- 4/19/2026
- Game Versions
- 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does FrozenStats support?
The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.
What is the latest version of FrozenStats?
Version 1.0.0, published 2026-04-19 with 757 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await