mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2025-12-06 06:41:44 +00:00
Update ToolStats.java
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user