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,
|
2024-06-30 13:26:07 +08:00
|
|
|
"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": [
|
|
|
|
|
{
|
2025-05-22 21:05:05 +07:00
|
|
|
"name": "WDFPlugin",
|
2024-07-07 18:44:52 +08:00
|
|
|
"description": "Create a fake response for WDF so that the mod can run on older version",
|
2025-05-22 21:05:05 +07:00
|
|
|
"path": "{dirname}/core/wdf/FakeWdfPlugin.js",
|
|
|
|
|
"execution": "init"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "HelloWorldPlugin",
|
|
|
|
|
"description": "A simple example plugin that demonstrates the plugin system",
|
|
|
|
|
"path": "{dirname}/plugins/HelloWorldPlugin.js",
|
2024-07-07 18:44:52 +08:00
|
|
|
"execution": "init"
|
|
|
|
|
}
|
|
|
|
|
]
|
2024-06-15 19:57:02 +08:00
|
|
|
}
|