Files
OpenParty/settings.json

26 lines
719 B
JSON
Raw Normal View History

2024-06-15 19:57:02 +08:00
{
"server": {
"SaveData": {
2024-07-01 16:32:59 +08:00
"windows": "{Home}\\AppData\\Roaming\\openparty\\",
2024-06-15 19:57:02 +08:00
"linux": "{Home}/.openparty/"
},
"port": 80,
"forcePort": false,
"isPublic": true,
"enableSSL": true,
"domain": "jdp.justdancenext.xyz",
2024-07-07 18:25:26 +08:00
"modName": "Just Dance Unlimited Mod",
2024-06-15 19:57:02 +08:00
"serverstatus": {
"isMaintenance": false,
"channel": "prod"
}
2024-07-07 18:44:52 +08:00
},
"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"
}
]
2024-06-15 19:57:02 +08:00
}