mcserver/instances/forge-1.20.1-survival/runtime/data/automodpack/automodpack-server.json
JaniSoto fdb2922a16 feat(forge-1.20.1): update difficulty triggers, JourneyMap payload, keybinds, and docs
- Add Twilight Forest and Blue Skies dimensions to Majrusz Difficulty expert stage triggers
- Add JourneyMap UI config files to AutoModpack client payload and sync rules
- Register non-conflicting Ars Nouveau keybindings with Alt modifiers
- Update repo and instance docs to reflect 77 server / 19 client mods and default-options patch
- Enhance Player Quick Join section layout for better readability
2026-08-17 15:04:06 +00:00

57 lines
No EOL
1.5 KiB
JSON
Executable file

{
"DO_NOT_CHANGE_IT": 2,
"modpackName": "MC SotoHome",
"modpackHost": true,
"generateModpackOnStart": true,
"syncedFiles": [
"/mods/*.jar",
"/journeymap/config/**",
"!/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/**",
"/journeymap/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"
]
}