mirror of
				https://github.com/pelican-eggs/eggs.git
				synced 2025-11-04 02:48:07 +00:00 
			
		
		
		
	Merge pull request #2727 from parkervcp/update_rust_autowipe
fix the rust autowipe egg
This commit is contained in:
		
						commit
						cc05582f8b
					
				@ -4,7 +4,7 @@
 | 
				
			|||||||
        "version": "PTDL_v2",
 | 
					        "version": "PTDL_v2",
 | 
				
			||||||
        "update_url": null
 | 
					        "update_url": null
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "exported_at": "2024-02-02T22:41:26+02:00",
 | 
					    "exported_at": "2024-02-02T22:25:49-05:00",
 | 
				
			||||||
    "name": "Rust Autowipe",
 | 
					    "name": "Rust Autowipe",
 | 
				
			||||||
    "author": "support@pterodactyl.io",
 | 
					    "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.",
 | 
					    "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",
 | 
					            "rules": "required|string|max:40",
 | 
				
			||||||
            "field_type": "text"
 | 
					            "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",
 | 
					            "name": "Level",
 | 
				
			||||||
            "description": "The world file for Rust to use.",
 | 
					            "description": "The world file for Rust to use.",
 | 
				
			||||||
@ -219,6 +209,16 @@
 | 
				
			|||||||
            "user_editable": true,
 | 
					            "user_editable": true,
 | 
				
			||||||
            "rules": "nullable|url",
 | 
					            "rules": "nullable|url",
 | 
				
			||||||
            "field_type": "text"
 | 
					            "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