Added cycle logging (#646)

* Added cycle logging

* Use properties for cycle logging

We may not want it since it can be kinda spammy, so we can toggle this feature. We probably want it though.

* Improved cycle logging
This commit is contained in:
ipkpjersi
2024-09-21 13:36:45 -04:00
committed by GitHub
parent 43775016ba
commit db696431e6
4 changed files with 97 additions and 6 deletions
+3 -1
View File
@@ -23,5 +23,7 @@
"timeout": 60,
"item_requirements": true,
"max_players": 200,
"website_integration": false
"website_integration": false,
"cycle_logging": true,
"cycle_logging_tick": 10
}