mirror of
				https://github.com/pelican-eggs/eggs.git
				synced 2025-10-31 17:08:06 +00:00 
			
		
		
		
	adding the stock rust egg
Added the stock rust egg. Added stock rust egg readme
This commit is contained in:
		
							parent
							
								
									1c4539577f
								
							
						
					
					
						commit
						4daef4590b
					
				
							
								
								
									
										14
									
								
								stock-eggs/source/rust/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								stock-eggs/source/rust/README.md
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,14 @@ | ||||
| # [Rust](https://rust.facepunch.com/) | ||||
| 
 | ||||
| The only aim in Rust is to survive. To do this you will need to overcome struggles such as hunger, thirst and cold. Build a fire. Build a shelter. Kill animals for meat. Protect yourself from other players, and kill them for meat. Create alliances with other players and form a town. Do whatever it takes to survive.  | ||||
| 
 | ||||
| #### Port Requirements | ||||
| The Rust server requires 3 ports minimum. | ||||
| 
 | ||||
| | Port    | default | | ||||
| |---------|---------| | ||||
| | Game    | 28015   | | ||||
| | Game +1 | 28016   | | ||||
| | RCON    | 28017   | | ||||
| 
 | ||||
| Please note the server may not show up on steam game server lists due to this requirement if all ports are not set/added. | ||||
							
								
								
									
										144
									
								
								stock-eggs/source/rust/egg-rust.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										144
									
								
								stock-eggs/source/rust/egg-rust.json
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,144 @@ | ||||
| { | ||||
|     "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", | ||||
|     "meta": { | ||||
|         "version": "PTDL_v1" | ||||
|     }, | ||||
|     "exported_at": "2019-03-25T10:30:58-04:00", | ||||
|     "name": "Rust", | ||||
|     "author": "support@pterodactyl.io", | ||||
|     "description": "The only aim in Rust is to survive. To do this you will need to overcome struggles such as hunger, thirst and cold. Build a fire. Build a shelter. Kill animals for meat. Protect yourself from other players, and kill them for meat. Create alliances with other players and form a town. Do whatever it takes to survive.", | ||||
|     "image": "quay.io\/pterodactyl\/core:rust", | ||||
|     "startup": ".\/RustDedicated -batchmode +server.port {{SERVER_PORT}} +server.identity \"rust\" +rcon.port {{RCON_PORT}} +rcon.web true +server.hostname \\\"{{HOSTNAME}}\\\" +server.level \\\"{{LEVEL}}\\\" +server.description \\\"{{DESCRIPTION}}\\\" +server.url \\\"{{SERVER_URL}}\\\" +server.headerimage \\\"{{SERVER_IMG}}\\\" +server.worldsize \\\"{{WORLD_SIZE}}\\\" +server.seed \\\"{{WORLD_SEED}}\\\" +server.maxplayers {{MAX_PLAYERS}} +rcon.password \\\"{{RCON_PASS}}\\\" +server.saveinterval {{SAVEINTERVAL}} {{ADDITIONAL_ARGS}}", | ||||
|     "config": { | ||||
|         "files": "{}", | ||||
|         "startup": "{\r\n    \"done\": \"Server startup complete\",\r\n    \"userInteraction\": []\r\n}", | ||||
|         "logs": "{\r\n    \"custom\": false,\r\n    \"location\": \"latest.log\"\r\n}", | ||||
|         "stop": "quit" | ||||
|     }, | ||||
|     "scripts": { | ||||
|         "installation": { | ||||
|             "script": "apt update\r\napt -y --no-install-recommends install curl unzip lib32gcc1 ca-certificates\r\ncd \/tmp\r\ncurl -sSL -o steamcmd.tar.gz http:\/\/media.steampowered.com\/installer\/steamcmd_linux.tar.gz\r\n\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\nexport HOME=\/mnt\/server\r\n.\/steamcmd.sh +login anonymous +force_install_dir \/mnt\/server +app_update 258550 +quit\r\nmkdir -p \/mnt\/server\/.steam\/sdk32\r\ncp -v \/mnt\/server\/steam\/linux32\/steamclient.so \/mnt\/server\/.steam\/sdk32\/steamclient.so", | ||||
|             "container": "ubuntu:16.04", | ||||
|             "entrypoint": "bash" | ||||
|         } | ||||
|     }, | ||||
|     "variables": [ | ||||
|         { | ||||
|             "name": "Server Name", | ||||
|             "description": "The name of your server in the public server list.", | ||||
|             "env_variable": "HOSTNAME", | ||||
|             "default_value": "A Rust Server", | ||||
|             "user_viewable": 1, | ||||
|             "user_editable": 1, | ||||
|             "rules": "required|string|max:40" | ||||
|         }, | ||||
|         { | ||||
|             "name": "OxideMod", | ||||
|             "description": "Set whether you want the server to use and auto update OxideMod or not. Valid options are \"1\" for true and \"0\" for false.", | ||||
|             "env_variable": "OXIDE", | ||||
|             "default_value": "0", | ||||
|             "user_viewable": 1, | ||||
|             "user_editable": 1, | ||||
|             "rules": "required|boolean" | ||||
|         }, | ||||
|         { | ||||
|             "name": "Level", | ||||
|             "description": "The world file for Rust to use.", | ||||
|             "env_variable": "LEVEL", | ||||
|             "default_value": "Procedural Map", | ||||
|             "user_viewable": 1, | ||||
|             "user_editable": 1, | ||||
|             "rules": "required|string|max:20" | ||||
|         }, | ||||
|         { | ||||
|             "name": "Description", | ||||
|             "description": "The description under your server title. Commonly used for rules & info. Use \\n for newlines.", | ||||
|             "env_variable": "DESCRIPTION", | ||||
|             "default_value": "Powered by Pterodactyl", | ||||
|             "user_viewable": 1, | ||||
|             "user_editable": 1, | ||||
|             "rules": "required|string" | ||||
|         }, | ||||
|         { | ||||
|             "name": "URL", | ||||
|             "description": "The URL for your server. This is what comes up when clicking the \"Visit Website\" button.", | ||||
|             "env_variable": "SERVER_URL", | ||||
|             "default_value": "http:\/\/pterodactyl.io", | ||||
|             "user_viewable": 1, | ||||
|             "user_editable": 1, | ||||
|             "rules": "nullable|url" | ||||
|         }, | ||||
|         { | ||||
|             "name": "World Size", | ||||
|             "description": "The world size for a procedural map.", | ||||
|             "env_variable": "WORLD_SIZE", | ||||
|             "default_value": "3000", | ||||
|             "user_viewable": 1, | ||||
|             "user_editable": 1, | ||||
|             "rules": "required|integer" | ||||
|         }, | ||||
|         { | ||||
|             "name": "World Seed", | ||||
|             "description": "The seed for a procedural map.", | ||||
|             "env_variable": "WORLD_SEED", | ||||
|             "default_value": "", | ||||
|             "user_viewable": 1, | ||||
|             "user_editable": 1, | ||||
|             "rules": "nullable|string" | ||||
|         }, | ||||
|         { | ||||
|             "name": "Max Players", | ||||
|             "description": "The maximum amount of players allowed in the server at once.", | ||||
|             "env_variable": "MAX_PLAYERS", | ||||
|             "default_value": "40", | ||||
|             "user_viewable": 1, | ||||
|             "user_editable": 1, | ||||
|             "rules": "required|integer" | ||||
|         }, | ||||
|         { | ||||
|             "name": "Server Image", | ||||
|             "description": "The header image for the top of your server listing.", | ||||
|             "env_variable": "SERVER_IMG", | ||||
|             "default_value": "", | ||||
|             "user_viewable": 1, | ||||
|             "user_editable": 1, | ||||
|             "rules": "nullable|url" | ||||
|         }, | ||||
|         { | ||||
|             "name": "RCON Port", | ||||
|             "description": "Port for RCON connections.", | ||||
|             "env_variable": "RCON_PORT", | ||||
|             "default_value": "28016", | ||||
|             "user_viewable": 1, | ||||
|             "user_editable": 0, | ||||
|             "rules": "required|integer" | ||||
|         }, | ||||
|         { | ||||
|             "name": "RCON Password", | ||||
|             "description": "RCON access password.", | ||||
|             "env_variable": "RCON_PASS", | ||||
|             "default_value": "CHANGEME", | ||||
|             "user_viewable": 1, | ||||
|             "user_editable": 1, | ||||
|             "rules": "required|string|max:64" | ||||
|         }, | ||||
|         { | ||||
|             "name": "Additional Arguments", | ||||
|             "description": "Add additional startup parameters to the server.", | ||||
|             "env_variable": "ADDITIONAL_ARGS", | ||||
|             "default_value": "", | ||||
|             "user_viewable": 1, | ||||
|             "user_editable": 1, | ||||
|             "rules": "nullable|string" | ||||
|         }, | ||||
|         { | ||||
|             "name": "Save Interval", | ||||
|             "description": "Sets the server\u2019s auto-save interval in seconds.", | ||||
|             "env_variable": "SAVEINTERVAL", | ||||
|             "default_value": "60", | ||||
|             "user_viewable": 1, | ||||
|             "user_editable": 1, | ||||
|             "rules": "required|integer" | ||||
|         } | ||||
|     ] | ||||
| } | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user