mirror of
				https://github.com/pelican-eggs/eggs.git
				synced 2025-11-04 10:58:06 +00:00 
			
		
		
		
	fix port in startup
This commit is contained in:
		
							parent
							
								
									7ba3239cb3
								
							
						
					
					
						commit
						57ab5ae695
					
				@ -3,12 +3,12 @@
 | 
			
		||||
    "meta": {
 | 
			
		||||
        "version": "PTDL_v1"
 | 
			
		||||
    },
 | 
			
		||||
    "exported_at": "2020-02-28T11:43:12-05:00",
 | 
			
		||||
    "exported_at": "2020-03-01T10:21:04-05:00",
 | 
			
		||||
    "name": "Mindustry",
 | 
			
		||||
    "author": "unknown@unknown.com",
 | 
			
		||||
    "description": "Mindustry is a hybrid tower-defense sandbox factory game. Create elaborate supply chains of conveyor belts to feed ammo into your turrets, produce materials to use for building, and defend your structures from waves of enemies.",
 | 
			
		||||
    "image": "quay.io\/parkervcp\/pterodactyl-image:debian_openjdk-11",
 | 
			
		||||
    "startup": "java -Xms128M -Xmx{{SERVER_MEMORY}}M -jar server-release.jar port {{SERVER_JARFILE}},name {{SERVER_NAME}},host {{MAPNAME}}",
 | 
			
		||||
    "startup": "java -Xms128M -Xmx{{SERVER_MEMORY}}M -jar server-release.jar port {{PORT}},name {{SERVER_NAME}},host {{MAPNAME}}",
 | 
			
		||||
    "config": {
 | 
			
		||||
        "files": "{}",
 | 
			
		||||
        "startup": "{\r\n    \"done\": \"Server loaded. \"\r\n}",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user