From fccb3119cb24480c92b4183002e9c6f1a17c21d2 Mon Sep 17 00:00:00 2001 From: hyperdefined Date: Sat, 25 Jan 2025 17:26:39 -0500 Subject: [PATCH] Updated Token System (markdown) --- Token-System.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/Token-System.md b/Token-System.md index c6e7daf..d5e0611 100644 --- a/Token-System.md +++ b/Token-System.md @@ -1 +1,25 @@ -will add later \ No newline at end of file +The token system is a way for players to add stats to items they want. Players either craft or are given a token to add to an item. Once added, that tool will track that given statistic. Once this system is on, all stats will be turned off unless the player's tool/armor has a token applied. + +## Setup +To enable, set `tokens.enabled` true in your config. I recommend setting up the tokens section before using on your server. + +## Getting Tokens +By default, tokens can be crafted by players. If you want to disabled this, set `craft-tokens` to `false` in your config. Below are the crafting recipes. + +If you want to disable crafting, you can give tokens by using the command `/toolstats givetokens `. You can specify more than one by using `/toolstats givetokens `. Requires `toolstats.givetokens` permission. + +| Blocks Mined | Player Kills | Mob Kills | +|---|---|---| +| ![blocks-mined](https://raw.githubusercontent.com/hyperdefined/ToolStats/refs/heads/master/images/crafting/blocks-mined.png) | ![player-kills](https://raw.githubusercontent.com/hyperdefined/ToolStats/refs/heads/master/images/crafting/player-kills.png) | ![player-kills](https://raw.githubusercontent.com/hyperdefined/ToolStats/refs/heads/master/images/crafting/player-kills.png) | + +| Crops Mined | Sheep Sheared | Fish Caught | +|---|---|---| +| ![crops-mined](https://raw.githubusercontent.com/hyperdefined/ToolStats/refs/heads/master/images/crafting/crops-mined.png) | ![sheep-sheared](https://raw.githubusercontent.com/hyperdefined/ToolStats/refs/heads/master/images/crafting/sheep-sheared.png) | ![fish-caught](https://raw.githubusercontent.com/hyperdefined/ToolStats/refs/heads/master/images/crafting/fish-caught.png) | + +| Flight Time | Arrows Shot | +|---|---| +| ![flight-time](https://raw.githubusercontent.com/hyperdefined/ToolStats/refs/heads/master/images/crafting/flight-time.png) | ![arrows-shot](https://raw.githubusercontent.com/hyperdefined/ToolStats/refs/heads/master/images/crafting/arrows-shot.png) | + +## Use Tokens +To use a token, simply apply it in an anvil like below. You can configure how many levels it takes for each in the config. +![anvil](https://raw.githubusercontent.com/hyperdefined/ToolStats/refs/heads/master/images/crafting/anvil.png) \ No newline at end of file