Skip to content

Installation

Drop these into your plugins/ folder and start the server once so they generate their files:

  1. Vault + an economy plugin (e.g. EssentialsX) β€” needed to charge for applying a stattrack.
  2. NBTAPI β€” needed to store counters on items.

Place dStattrack-1.3.jar into plugins/ and restart the server.

On first start the plugin creates:

plugins/dStattrack/
β”œβ”€β”€ config.yml # price, tracked items, lore, sounds, GUI
└── messages.yml # all player-facing text (MiniMessage)
/plugins

dStattrack should be green. Then, holding a sword:

/dstattrack add

If you have the price and permission, the sword gains a dStattrack lore block. If you see β€œEconomy (Vault) is not available.”, Vault or your economy plugin isn’t installed correctly β€” see Requirements.

  • Change the price, tracked items, lore lines and sounds in config.yml.
  • Reword any message in messages.yml.
  • Apply changes without a restart: /dstattrack does not have a reload subcommand β€” see Reloading for how config changes are applied.

Next: the Quick Start.