add normalize-time-creation

This commit is contained in:
hyperdefined
2025-05-06 20:29:27 -04:00
parent 70e19269ee
commit bc8f4948fe
9 changed files with 69 additions and 11 deletions

View File

@@ -93,6 +93,9 @@ public class Version12 {
toolStats.config.set("messages.crafted.crafted-by", craftedByMessage);
toolStats.config.set("messages.crafted.crafted-on", craftedOnMessage);
toolStats.logger.info("Adding normalize-time-creation");
toolStats.config.set("normalize-time-creation", false);
// save the config and reload it
try {
toolStats.config.save("plugins" + File.separator + "ToolStats" + File.separator + "config.yml");