Installation
1. Install the dependencies first
Section titled β1. Install the dependencies firstβDrop these into your plugins/ folder and start the server once so they generate their files:
- Vault + an economy plugin (e.g. EssentialsX) β needed to charge for applying a stattrack.
- NBTAPI β needed to store counters on items.
2. Drop in dStattrack
Section titled β2. Drop in dStattrackβ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)3. Verify it loaded
Section titled β3. Verify it loadedβ/pluginsdStattrack should be green. Then, holding a sword:
/dstattrack addIf 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.
4. Configure (optional)
Section titled β4. Configure (optional)β- Change the price, tracked items, lore lines and sounds in config.yml.
- Reword any message in messages.yml.
- Apply changes without a restart:
/dstattrackdoes not have a reload subcommand β see Reloading for how config changes are applied.
Next: the Quick Start.