Updated Token System (markdown)

hyperdefined
2025-01-26 13:40:55 -05:00
parent 1f9172223f
commit ead3f65016

@@ -4,9 +4,9 @@ The token system is a way for players to add stats to items they want. Players e
To enable, set `tokens.enabled` true in your config. I recommend setting up the tokens section before using on your server.
## Obtaining Tokens
By default, tokens can be crafted by players. If you want to disable this, set `craft-tokens` to `false` in your config. Below are the crafting recipes.
Tokens be obtained by being crafted or given via commands. By default, tokens can be crafted. If you want to disable 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 <player> <token-type>`. You can specify more than one by using `/toolstats givetokens <player> <token-type> <amount>`. Requires `toolstats.givetokens` permission.
If you want to use commands, you can use `/toolstats givetokens <player> <token-type>`. You can specify more than one by using `/toolstats givetokens <player> <token-type> <amount>`. Requires `toolstats.givetokens` permission.
| Blocks Mined | Player Kills | Mob Kills |
|---|---|---|
@@ -17,7 +17,7 @@ If you want to disable crafting, you can give tokens by using the command `/tool
| ![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 | Damage Taken |
|---|---|
|---|---|---|
| ![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) | ![damage-taken](https://raw.githubusercontent.com/hyperdefined/ToolStats/refs/heads/master/images/crafting/damage-taken.png) |
## Use Tokens