mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2026-02-04 11:31:02 +00:00
add bosses killed stat
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user