A new egg feature modal was introduced in Panel v1.7.0 triggering when server has run out of disk space to provide more user-friendly instructions to both admins and normal users. This is unique to SteamCMD specific errors.
		
			
				
	
	
		
			53 lines
		
	
	
		
			3.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			3.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
 | |
|     "meta": {
 | |
|         "version": "PTDL_v1",
 | |
|         "update_url": null
 | |
|     },
 | |
|     "exported_at": "2021-11-14T11:18:28+01:00",
 | |
|     "name": "SCP: Secret Laboratory - MultiAdmin",
 | |
|     "author": "info@goover.de",
 | |
|     "description": "The latest vanilla version of SCP:SL running through MultiAdmin for compatibility. LocalAdmin does not work. No SMod2.",
 | |
|     "features": [
 | |
|         "steam_disk_space"
 | |
|     ],
 | |
|     "images": [
 | |
|         "ghcr.io\/parkervcp\/yolks:mono_latest"
 | |
|     ],
 | |
|     "file_denylist": [],
 | |
|     "startup": "mono MultiAdmin.exe --port {{SERVER_PORT}}",
 | |
|     "config": {
 | |
|         "files": "{\r\n    \"scp_multiadmin.cfg\": {\r\n        \"parser\": \"properties\",\r\n        \"find\": {\r\n            \"use_new_input_system\": \"false\",\r\n            \"max_players:\": \" {{server.build.env.MAX_PLAYERS}}\"\r\n        }\r\n    },\r\n    \".config\/SCP Secret Laboratory\/config\/{{SERVER_PORT}}\/config_gameplay.txt\": {\r\n        \"parser\": \"properties\",\r\n        \"find\": {\r\n            \"server_ip:\": \"0.0.0.0\",\r\n            \"forward_ports\": \" false\",\r\n            \"contact_email:\": \"{{server.build.env.CONTACT_EMAIL}}\",\r\n            \"max_players:\": \"{{server.build.env.MAX_PLAYERS}}\"\r\n        }\r\n    }\r\n}",
 | |
|         "startup": "{\r\n    \"done\": \"Waiting for players\",\r\n    \"userInteraction\": []\r\n}",
 | |
|         "logs": "{\r\n    \"custom\": false,\r\n    \"location\": \"logs\/latest.log\"\r\n}",
 | |
|         "stop": "EXIT"
 | |
|     },
 | |
|     "scripts": {
 | |
|         "installation": {
 | |
|             "script": "# Downloads SteamCMD\r\napt update\r\napt -y --no-install-recommends install curl unzip lib32gcc-s1 ca-certificates wget jq\r\ncd \/tmp\r\ncurl -sSL -o steamcmd.tar.gz http:\/\/media.steampowered.com\/installer\/steamcmd_linux.tar.gz\r\n\r\n# Extracts SteamCMD\r\nmkdir -p \/mnt\/server\/steam\r\ntar -xzvf steamcmd.tar.gz -C \/mnt\/server\/steam\r\ncd \/mnt\/server\/steam\r\nchown -R root:root \/mnt\r\n\r\n# Downloads the server\r\nexport HOME=\/mnt\/server\r\n.\/steamcmd.sh +login anonymous +force_install_dir \/mnt\/server +app_update 996560 +quit\r\n\r\n# Hoster policy\r\necho 'gamedir_for_configs: true' >> \/mnt\/server\/hoster_policy.txt\r\nchmod +x \/mnt\/server\/hoster_policy.txt\r\n\r\n# Downloads MultiAdmin\r\ncd $HOME\r\nwget -qN https:\/\/github.com\/ServerMod\/MultiAdmin\/releases\/latest\/download\/MultiAdmin.exe\r\nchmod +x \/mnt\/server\/MultiAdmin.exe\r\n\r\n# Compatibility fix for MultiAdmin\r\necho \"use_new_input_system: false\" >> \/mnt\/server\/scp_multiadmin.cfg\r\necho \"max_players: 20\" >> \/mnt\/server\/scp_multiadmin.cfg",
 | |
|             "container": "ghcr.io\/parkervcp\/installers:debian",
 | |
|             "entrypoint": "bash"
 | |
|         }
 | |
|     },
 | |
|     "variables": [
 | |
|         {
 | |
|             "name": "Contact Email",
 | |
|             "description": "A contact email is required for this server to show up on the public server list. Leave \"default\" to opt out.",
 | |
|             "env_variable": "CONTACT_EMAIL",
 | |
|             "default_value": "default",
 | |
|             "user_viewable": false,
 | |
|             "user_editable": false,
 | |
|             "rules": "required|string|max:254"
 | |
|         },
 | |
|         {
 | |
|             "name": "Max Players",
 | |
|             "description": "This will change the maximum player count.",
 | |
|             "env_variable": "MAX_PLAYERS",
 | |
|             "default_value": "20",
 | |
|             "user_viewable": false,
 | |
|             "user_editable": false,
 | |
|             "rules": "required|integer"
 | |
|         }
 | |
|     ]
 | |
| }
 |