mirror of
https://github.com/ibratabian17/OpenParty.git
synced 2026-01-15 14:22:54 -03:00
26 lines
719 B
JSON
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"
|
|
}
|
|
]
|
|
} |