Files
OpenParty/settings.json
2024-07-07 18:44:52 +08:00

26 lines
719 B
JSON

{
"server": {
"SaveData": {
"windows": "{Home}\\AppData\\Roaming\\openparty\\",
"linux": "{Home}/.openparty/"
},
"port": 80,
"forcePort": false,
"isPublic": true,
"enableSSL": true,
"domain": "jdp.justdancenext.xyz",
"modName": "Just Dance Unlimited Mod",
"serverstatus": {
"isMaintenance": false,
"channel": "prod"
}
},
"modules": [
{
"name": "FAKEWDF",
"description": "Create a fake response for WDF so that the mod can run on older version",
"path": "{dirname}/core/wdf/fakewdf.js",
"execution": "init"
}
]
}