45 lines
1022 B
JSON
45 lines
1022 B
JSON
|
{
|
||
|
"basicServerData": {
|
||
|
"name": "AMP Powered Portal Knights Server",
|
||
|
"ipv4": "0.0.0.0",
|
||
|
"port": 28001,
|
||
|
"saveFolderPath": "./savedata"
|
||
|
},
|
||
|
"gameplayMode": "Adventure",
|
||
|
"universeSize": "Normal",
|
||
|
"universeId": 0,
|
||
|
"hideConsoleWindow": false,
|
||
|
"admins": {
|
||
|
"credentials": {
|
||
|
"password": "admin_password_please_change"
|
||
|
},
|
||
|
"canLogin": true,
|
||
|
"canKickPlayers": true,
|
||
|
"canModifyWorld": true,
|
||
|
"canInteractWithCraftingStations": true,
|
||
|
"canInteractWithChests": true,
|
||
|
"canInteractWithNPCs": true
|
||
|
},
|
||
|
"users": {
|
||
|
"credentials": {
|
||
|
"password": ""
|
||
|
},
|
||
|
"canLogin": true,
|
||
|
"canKickPlayers": false,
|
||
|
"canModifyWorld": true,
|
||
|
"canInteractWithCraftingStations": true,
|
||
|
"canInteractWithChests": true,
|
||
|
"canInteractWithNPCs": true
|
||
|
},
|
||
|
"guests": {
|
||
|
"credentials": {
|
||
|
"password": ""
|
||
|
},
|
||
|
"canLogin": false,
|
||
|
"canKickPlayers": false,
|
||
|
"canModifyWorld": false,
|
||
|
"canInteractWithCraftingStations": false,
|
||
|
"canInteractWithChests": false,
|
||
|
"canInteractWithNPCs": false
|
||
|
}
|
||
|
}
|