mirror of
https://github.com/ibratabian17/OpenParty.git
synced 2026-01-15 14:22:54 -03:00
32 lines
976 B
JSON
32 lines
976 B
JSON
{
|
|
"server": {
|
|
"SaveData": {
|
|
"windows": "{Home}\\AppData\\Roaming\\openparty\\",
|
|
"linux": "{Home}/.openparty/"
|
|
},
|
|
"port": 80,
|
|
"forcePort": false,
|
|
"isPublic": true,
|
|
"enableSSL": true,
|
|
"domain": "justdanceservices.prjktla.online",
|
|
"modName": "Just Dance Unlimited Mod",
|
|
"serverstatus": {
|
|
"isMaintenance": false,
|
|
"channel": "prod"
|
|
}
|
|
},
|
|
"modules": [
|
|
{
|
|
"name": "HelloWorldPlugin",
|
|
"description": "A simple example plugin that demonstrates the plugin system",
|
|
"path": "{dirname}/plugins/HelloWorldPlugin.js",
|
|
"execution": "init"
|
|
},
|
|
{
|
|
"name": "AdminPanelPlugin",
|
|
"description": "Secure admin panel for server management and maintenance",
|
|
"path": "{dirname}/plugins/AdminPanelPlugin.js",
|
|
"execution": "init"
|
|
}
|
|
]
|
|
} |