{ "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" } ] }