mirror of
				https://github.com/pelican-eggs/eggs.git
				synced 2025-11-04 10:58:06 +00:00 
			
		
		
		
	Added query port to the starbound config
This commit is contained in:
		
							parent
							
								
									67a62fabd1
								
							
						
					
					
						commit
						d8dc905233
					
				@ -10,7 +10,7 @@
 | 
			
		||||
    "image": "quay.io\/pterodactyl\/core:source",
 | 
			
		||||
    "startup": ".\/starbound_server",
 | 
			
		||||
    "config": {
 | 
			
		||||
        "files": "{\r\n    \"storage\/starbound_server.config\": {\r\n        \"parser\": \"json\",\r\n        \"find\": {\r\n            \"gameServerPort\": \"{{server.build.default.port}}\"\r\n        }\r\n    }\r\n}",
 | 
			
		||||
        "files": "{\r\n    \"storage\/starbound_server.config\": {\r\n        \"parser\": \"json\",\r\n        \"find\": {\r\n            \"gameServerPort\": \"{{server.build.default.port}}\",\r\n            \"queryServerPort\": \"{{server.build.default.port}}\"\r\n        }\r\n    }\r\n}",
 | 
			
		||||
        "startup": "{\r\n    \"done\": \"Starting UniverseServer\",\r\n    \"userInteraction\": []\r\n}",
 | 
			
		||||
        "logs": "{\r\n    \"custom\": true,\r\n    \"location\": \"logs\/latest.log\"\r\n}",
 | 
			
		||||
        "stop": "^C"
 | 
			
		||||
@ -60,4 +60,4 @@
 | 
			
		||||
            "rules": "string"
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user