Update ToolStats.java

This commit is contained in:
hyperdefined
2025-01-26 17:14:24 -05:00
parent 93f4363c9a
commit 636374134c

View File

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