From cc90b0f015f77b0d75cdcb7a5de620708038fce3 Mon Sep 17 00:00:00 2001 From: hyperdefined Date: Sun, 26 Jan 2025 13:09:51 -0500 Subject: [PATCH] Updated Token System (markdown) --- Token-System.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Token-System.md b/Token-System.md index d366c89..7d7c0f6 100644 --- a/Token-System.md +++ b/Token-System.md @@ -4,7 +4,7 @@ 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 disabled this, set `craft-tokens` to `false` in your config. Below are the crafting recipes. +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. 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.