add bosses killed stat

This commit is contained in:
hyperdefined
2026-01-14 13:24:51 -05:00
parent b5040a4636
commit 7beaa151c1
5 changed files with 247 additions and 4 deletions

View File

@@ -107,6 +107,15 @@ public final class ToolStats extends JavaPlugin {
* Key for applied token. This is what goes onto the tool/armor to record the type.
*/
public final NamespacedKey tokenApplied = new NamespacedKey(this, "token-applied");
/**
* Key for withers killed.
*/
public final NamespacedKey witherKills = new NamespacedKey(this, "wither-kills");
/**
* Key for withers killed.
*/
public final NamespacedKey enderDragonKills = new NamespacedKey(this, "enderdragon-kills");
/**
* Stores how an item was created.
* 0 = crafted.