mirror of
				https://github.com/pelican-eggs/eggs.git
				synced 2025-10-31 17:08:06 +00:00 
			
		
		
		
	fix the rust autowipe egg
changes the framework variable to accept vanilla, carbon, and oxide.
This commit is contained in:
		
							parent
							
								
									a2631d6ced
								
							
						
					
					
						commit
						4fc236270a
					
				| @ -4,7 +4,7 @@ | ||||
|         "version": "PTDL_v2", | ||||
|         "update_url": null | ||||
|     }, | ||||
|     "exported_at": "2024-02-02T22:41:26+02:00", | ||||
|     "exported_at": "2024-02-02T22:25:49-05:00", | ||||
|     "name": "Rust Autowipe", | ||||
|     "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.", | ||||
| @ -60,16 +60,6 @@ | ||||
|             "rules": "required|string|max:40", | ||||
|             "field_type": "text" | ||||
|         }, | ||||
|         { | ||||
|             "name": "Modding Framework", | ||||
|             "description": "The modding framework to be used: carbon, oxide, vanilla.\r\nDefaults to \"vanilla\" for a non-modded server installation.", | ||||
|             "env_variable": "FRAMEWORK", | ||||
|             "default_value": "vanilla", | ||||
|             "user_viewable": true, | ||||
|             "user_editable": true, | ||||
|             "rules": "required|boolean", | ||||
|             "field_type": "text" | ||||
|         }, | ||||
|         { | ||||
|             "name": "Level", | ||||
|             "description": "The world file for Rust to use.", | ||||
| @ -219,6 +209,16 @@ | ||||
|             "user_editable": true, | ||||
|             "rules": "nullable|url", | ||||
|             "field_type": "text" | ||||
|         }, | ||||
|         { | ||||
|             "name": "Modding Framework", | ||||
|             "description": "The modding framework to be used: carbon, oxide, vanilla.\r\nDefaults to \"vanilla\" for a non-modded server installation.", | ||||
|             "env_variable": "FRAMEWORK", | ||||
|             "default_value": "vanilla", | ||||
|             "user_viewable": true, | ||||
|             "user_editable": true, | ||||
|             "rules": "required|string|in:vanilla,carbon,oxide", | ||||
|             "field_type": "text" | ||||
|         } | ||||
|     ] | ||||
| } | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user