update: automodpack
This commit is contained in:
39
minecraft/automodpack/automodpack-server.json
Normal file
39
minecraft/automodpack/automodpack-server.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"DO_NOT_CHANGE_IT": 2,
|
||||
"modpackName": "",
|
||||
"modpackHost": true,
|
||||
"generateModpackOnStart": true,
|
||||
"syncedFiles": [
|
||||
"!/kubejs/server_scripts/**",
|
||||
"/mods/*.jar",
|
||||
"/kubejs/**",
|
||||
"/emotes/*"
|
||||
],
|
||||
"allowEditsInFiles": [
|
||||
"/config/**",
|
||||
"/options.txt"
|
||||
],
|
||||
"forceCopyFilesToStandardLocation": [],
|
||||
"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": true,
|
||||
"secretLifetime": 336,
|
||||
"selfUpdater": false,
|
||||
"acceptedLoaders": [
|
||||
"fabric"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user