HomeJavaModsFrozenStats
FrozenStats

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

Supported Server Software

Software Supported
Paper
Spigot
Purpur
Folia ✅ (folia-supported: true)

Features


Commands & Permissions

Command Permission Default
/stats stats.use true
/stats <player> stats.other op
/stats reload stats.reload op

Soft Dependencies


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:

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
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more