File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/main/java/lol/hyper/toolstats/tools/config/versions Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,8 @@ public void update() {
5252 toolStats .logger .info ("Updating config.yml to version 9." );
5353 toolStats .config .set ("config-version" , 9 );
5454
55- toolStats .logger .info ("Adding new tokens configuration!" );
55+ toolStats .logger .info ("Adding new tokens configuration! Don't worry, this is disabled by default." );
56+ toolStats .logger .info ("You can find more information here: https://github.com/hyperdefined/ToolStats/wiki/Token-System" );
5657 // false by default so it doesn't break servers on updating
5758 toolStats .config .set ("tokens.enabled" , false );
5859 toolStats .config .set ("tokens.craft-tokens" , true );
@@ -71,6 +72,7 @@ public void update() {
7172 addToken ("damage-taken" , "&7ToolStats: &8Damage Taken Token" , "&8Combine with an armor piece in an anvil to track damage taken." );
7273 addToken ("arrows-shot" , "&7ToolStats: &8Arrows Shot Token" , "&8Combine with a bow or crossbow in an anvil to track arrows shot." );
7374 addToken ("flight-time" , "&7ToolStats: &8Flight Time Token" , "&8Combine with an elytra in an anvil to track flight time." );
75+ addToken ("reset" , "&7ToolStats: &8Reset Token" , "&8Combine in an anvil with to reset ALL stats for this item. Tokens on this item stay." );
7476
7577 // save the config and reload it
7678 try {
You can’t perform that action at this time.
0 commit comments