add dropped-by

This commit is contained in:
hyperdefined
2025-05-07 17:51:54 -04:00
parent bc8f4948fe
commit b2ef154cc6
5 changed files with 64 additions and 7 deletions

View File

@@ -93,6 +93,10 @@ public final class ToolStats extends JavaPlugin {
* Key for arrows shot.
*/
public final NamespacedKey arrowsShot = new NamespacedKey(this, "arrows-shot");
/**
* Key for arrows shot.
*/
public final NamespacedKey droppedBy = new NamespacedKey(this, "dropped-by");
/**
* Key for tracking flight time.
*/