Update Terraria Vanilla variables (#1426)
This commit is contained in:
		
							parent
							
								
									c19ebdc246
								
							
						
					
					
						commit
						b0cc71b141
					
				@ -1,18 +1,22 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
 | 
					    "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
 | 
				
			||||||
    "meta": {
 | 
					    "meta": {
 | 
				
			||||||
        "version": "PTDL_v1"
 | 
					        "version": "PTDL_v1",
 | 
				
			||||||
 | 
					        "update_url": null
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "exported_at": "2020-12-06T02:18:03-08:00",
 | 
					    "exported_at": "2021-11-29T09:48:58+01:00",
 | 
				
			||||||
    "name": "Terraria Vanilla",
 | 
					    "name": "Terraria Vanilla",
 | 
				
			||||||
    "author": "iamkubi@gmail.com",
 | 
					    "author": "iamkubi@gmail.com",
 | 
				
			||||||
    "description": "Dig, fight, explore, build! Nothing is impossible in this action-packed adventure game.",
 | 
					    "description": "Dig, fight, explore, build! Nothing is impossible in this action-packed adventure game.",
 | 
				
			||||||
    "features": null,
 | 
					    "features": null,
 | 
				
			||||||
    "image": "quay.io\/parkervcp\/pterodactyl-images:base_debian",
 | 
					    "images": [
 | 
				
			||||||
 | 
					        "quay.io\/parkervcp\/pterodactyl-images:base_debian"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
 | 
					    "file_denylist": [],
 | 
				
			||||||
    "startup": ".\/TerrariaServer.bin.x86_64 -config serverconfig.txt",
 | 
					    "startup": ".\/TerrariaServer.bin.x86_64 -config serverconfig.txt",
 | 
				
			||||||
    "config": {
 | 
					    "config": {
 | 
				
			||||||
        "files": "{\r\n    \"serverconfig.txt\": {\r\n        \"parser\": \"properties\",\r\n        \"find\": {\r\n            \"worldpath\": \"\/home\/container\/saves\/Worlds\",\r\n            \"worldname\": \"{{server.build.env.WORLD_NAME}}\",\r\n            \"world\": \"\/home\/container\/saves\/Worlds\/{{server.build.env.WORLD_NAME}}.wld\",\r\n            \"difficulty\": \"{{server.build.env.WORLD_DIFFICULTY}}\",\r\n            \"autocreate\": \"{{server.build.env.WORLD_SIZE}}\",\r\n            \"port\": \"{{server.build.default.port}}\",\r\n            \"maxplayers\": \"{{server.build.env.MAX_PLAYERS}}\",\r\n            \"motd\": \"{{server.build.env.SERVER_MOTD}}\"\r\n        }\r\n    }\r\n}",
 | 
					        "files": "{\r\n    \"serverconfig.txt\": {\r\n        \"parser\": \"properties\",\r\n        \"find\": {\r\n            \"worldpath\": \"\/home\/container\/saves\/Worlds\",\r\n            \"worldname\": \"{{server.build.env.WORLD_NAME}}\",\r\n            \"world\": \"\/home\/container\/saves\/Worlds\/{{server.build.env.WORLD_NAME}}.wld\",\r\n            \"difficulty\": \"{{server.build.env.WORLD_DIFFICULTY}}\",\r\n            \"autocreate\": \"{{server.build.env.WORLD_SIZE}}\",\r\n            \"port\": \"{{server.build.default.port}}\",\r\n            \"maxplayers\": \"{{server.build.env.MAX_PLAYERS}}\",\r\n            \"motd\": \"{{server.build.env.SERVER_MOTD}}\"\r\n        }\r\n    }\r\n}",
 | 
				
			||||||
        "startup": "{\r\n    \"done\": \"Type 'help' for a list of commands\",\r\n    \"userInteraction\": []\r\n}",
 | 
					        "startup": "{\"done\": \"Type 'help' for a list of commands\"}",
 | 
				
			||||||
        "logs": "{}",
 | 
					        "logs": "{}",
 | 
				
			||||||
        "stop": "exit"
 | 
					        "stop": "exit"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@ -48,8 +52,8 @@
 | 
				
			|||||||
            "env_variable": "MAX_PLAYERS",
 | 
					            "env_variable": "MAX_PLAYERS",
 | 
				
			||||||
            "default_value": "8",
 | 
					            "default_value": "8",
 | 
				
			||||||
            "user_viewable": true,
 | 
					            "user_viewable": true,
 | 
				
			||||||
            "user_editable": false,
 | 
					            "user_editable": true,
 | 
				
			||||||
            "rules": "required|numeric|digits_between:1,3"
 | 
					            "rules": "required|numeric|max:255"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "World Size",
 | 
					            "name": "World Size",
 | 
				
			||||||
@ -58,7 +62,7 @@
 | 
				
			|||||||
            "default_value": "1",
 | 
					            "default_value": "1",
 | 
				
			||||||
            "user_viewable": true,
 | 
					            "user_viewable": true,
 | 
				
			||||||
            "user_editable": true,
 | 
					            "user_editable": true,
 | 
				
			||||||
            "rules": "required|numeric|digits_between:1,3"
 | 
					            "rules": "required|numeric|in:1,2,3"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "Difficulty",
 | 
					            "name": "Difficulty",
 | 
				
			||||||
@ -67,7 +71,7 @@
 | 
				
			|||||||
            "default_value": "3",
 | 
					            "default_value": "3",
 | 
				
			||||||
            "user_viewable": true,
 | 
					            "user_viewable": true,
 | 
				
			||||||
            "user_editable": true,
 | 
					            "user_editable": true,
 | 
				
			||||||
            "rules": "required|string|max:20"
 | 
					            "rules": "required|numeric|in:0,1,2,3"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "MOTD",
 | 
					            "name": "MOTD",
 | 
				
			||||||
@ -79,4 +83,4 @@
 | 
				
			|||||||
            "rules": "required|string|max:128"
 | 
					            "rules": "required|string|max:128"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user