first commit

This commit is contained in:
Leonid Pershin
2026-05-08 01:03:14 +03:00
commit f2ca12a0a8
382 changed files with 22964 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"chunkunloadnoplayer": {
"desc:": "How many minutes chunkloaded chunks stay active after player logging out. default:10, min 0, max 2000",
"chunkunloadnoplayer": 10
},
"debugLog": {
"desc:": "Print log messages for which chunk tickets are unloaded where. Default: false",
"debugLog": false
},
"excludedtickets": {
"desc:": "List of excluded ticket/chunkload types, these are mod-specific. : e.g. format : [\"mekanism\", \"player\"]",
"excludedtickets": []
}
}