added a config updater

This commit is contained in:
hyperdefined
2023-10-19 17:59:53 -04:00
parent c7a5aef9ee
commit 0968497fc0
4 changed files with 73 additions and 18 deletions

View File

@@ -75,7 +75,6 @@ public class PlayerJoin implements Listener {
continue;
}
String hash = toolStats.hashMaker.makeHash(itemStack.getType(), owner, timestamp);
toolStats.logger.info(hash);
container.set(toolStats.hash, PersistentDataType.STRING, hash);
}