- Relocate options.txt to host-modpack root and configure AutoModpack sync with allowEditsInFiles - Standardize default keybindings in keybindings.txt (Left Shift = Crouch, Left Control = Sprint) - Remove options.txt from defaultoptions payload to resolve early-boot graphics init race condition - Update runtime configuration for packetfixer - Update instance README.md, mod-configs.md, runbook scp targets, and releases endpoint URL
55 lines
No EOL
1.4 KiB
JSON
Executable file
55 lines
No EOL
1.4 KiB
JSON
Executable file
{
|
|
"DO_NOT_CHANGE_IT": 2,
|
|
"modpackName": "MC SotoHome",
|
|
"modpackHost": true,
|
|
"generateModpackOnStart": true,
|
|
"syncedFiles": [
|
|
"/mods/*.jar",
|
|
"!/mods/SimpleBackups*.jar",
|
|
"/shaderpacks/*",
|
|
"!/config/luckperms/libs/**",
|
|
"!/mods/improvedmobs*.jar",
|
|
"!/mods/spark*.jar",
|
|
"/options.txt",
|
|
"!/mods/antixray*.jar",
|
|
"!/mods/doubledoors*.jar",
|
|
"!/mods/Clumps*.jar",
|
|
"!/mods/collective*.jar",
|
|
"!/config/antixray.toml",
|
|
"!/mods/lts_auth*.jar",
|
|
"/resourcepacks/*",
|
|
"/config/**",
|
|
"!/config/simplebackups-common.toml",
|
|
"!/config/spark/**"
|
|
],
|
|
"allowEditsInFiles": [
|
|
"/config/**",
|
|
"/options.txt"
|
|
],
|
|
"forceCopyFilesToStandardLocation": [
|
|
"/mods/*.jar",
|
|
"/config/**"
|
|
],
|
|
"nonModpackFilesToDelete": {},
|
|
"autoExcludeServerSideMods": true,
|
|
"autoExcludeUnnecessaryFiles": true,
|
|
"requireAutoModpackOnClient": true,
|
|
"nagUnModdedClients": true,
|
|
"nagMessage": "This server provides dedicated modpack through AutoModpack!",
|
|
"nagClickableMessage": "Click here to get the AutoModpack!",
|
|
"nagClickableLink": "https://modrinth.com/project/automodpack",
|
|
"bindAddress": "",
|
|
"bindPort": -1,
|
|
"addressToSend": "",
|
|
"portToSend": -1,
|
|
"disableInternalTLS": false,
|
|
"requireMagicPackets": false,
|
|
"updateIpsOnEveryStart": false,
|
|
"bandwidthLimit": 0,
|
|
"validateSecrets": false,
|
|
"secretLifetime": 336,
|
|
"selfUpdater": false,
|
|
"acceptedLoaders": [
|
|
"forge"
|
|
]
|
|
} |