Skip to content

Commit 6363741

Browse files
committed
Update ToolStats.java
1 parent 93f4363 commit 6363741

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/java/lol/hyper/toolstats/ToolStats.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,9 @@ public void loadConfig() {
232232
}
233233

234234
if (config.getBoolean("tokens.enabled")) {
235-
logger.info("Tokens are enabled! All stat tracking (besides origins) is forced disabled.");
236-
logger.info("If you want to track stats on items, add the correct token to it!");
235+
logger.info("The token system is enabled! This means you must apply tokens to items in order for them to track.");
236+
logger.info("Item origins (crafted, traded, found, etc) will still apply to items.");
237+
logger.info("https://github.com/hyperdefined/ToolStats/wiki/Token-System");
237238
}
238239

239240
tokens = config.getBoolean("tokens.enabled");

0 commit comments

Comments
 (0)