mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2026-02-04 11:31:02 +00:00
add critical strikes
This commit is contained in:
@@ -115,6 +115,10 @@ public final class ToolStats extends JavaPlugin {
|
||||
* Key for withers killed.
|
||||
*/
|
||||
public final NamespacedKey enderDragonKills = new NamespacedKey(this, "enderdragon-kills");
|
||||
/**
|
||||
* Key for critical strikes.
|
||||
*/
|
||||
public final NamespacedKey criticalStrikes = new NamespacedKey(this, "critical-strikes");
|
||||
|
||||
/**
|
||||
* Stores how an item was created.
|
||||
|
||||
Reference in New Issue
Block a user