mirror of
				https://github.com/pelican-eggs/eggs.git
				synced 2025-10-31 17:08:06 +00:00 
			
		
		
		
	Correct and re-export Sponge Vanilla to correct inconsistent format from manual editing
This commit is contained in:
		
							parent
							
								
									3037204090
								
							
						
					
					
						commit
						cc7948268f
					
				| @ -4,7 +4,7 @@ | ||||
|         "version": "PTDL_v2", | ||||
|         "update_url": null | ||||
|     }, | ||||
|     "exported_at": "2023-05-17T23:20:29+01:00", | ||||
|     "exported_at": "2023-11-16T17:37:38+00:00", | ||||
|     "name": "SpongeVanilla", | ||||
|     "author": "parker@parkervcp.com", | ||||
|     "description": "SpongeVanilla is the implementation of the Sponge API on top of Vanilla Minecraft.", | ||||
| @ -13,12 +13,12 @@ | ||||
|         "java_version", | ||||
|         "pid_limit" | ||||
|     ], | ||||
|     "images": [ | ||||
|         "ghcr.io\/pterodactyl\/yolks:java_17", | ||||
|         "ghcr.io\/pterodactyl\/yolks:java_16", | ||||
|         "ghcr.io\/pterodactyl\/yolks:java_11", | ||||
|         "ghcr.io\/pterodactyl\/yolks:java_8" | ||||
|     ], | ||||
|     "docker_images": { | ||||
|         "Java 17": "ghcr.io\/pterodactyl\/yolks:java_17", | ||||
|         "Java 16": "ghcr.io\/pterodactyl\/yolks:java_16", | ||||
|         "Java 11": "ghcr.io\/pterodactyl\/yolks:java_11", | ||||
|         "Java 8": "ghcr.io\/pterodactyl\/yolks:java_8" | ||||
|     }, | ||||
|     "file_denylist": [], | ||||
|     "startup": "java -Xms128M -Xmx{{SERVER_MEMORY}}M -jar {{SERVER_JARFILE}}", | ||||
|     "config": { | ||||
| @ -42,7 +42,8 @@ | ||||
|             "default_value": "recommended", | ||||
|             "user_viewable": true, | ||||
|             "user_editable": true, | ||||
|             "rules": "required|string" | ||||
|             "rules": "required|string", | ||||
|             "field_type": "text" | ||||
|         }, | ||||
|         { | ||||
|             "name": "Server Jar File", | ||||
| @ -51,7 +52,8 @@ | ||||
|             "default_value": "server.jar", | ||||
|             "user_viewable": true, | ||||
|             "user_editable": true, | ||||
|             "rules": "required|regex:\/^([\\w\\d._-]+)(\\.jar)$\/" | ||||
|             "rules": "required|regex:\/^([\\w\\d._-]+)(\\.jar)$\/", | ||||
|             "field_type": "text" | ||||
|         } | ||||
|     ] | ||||
| } | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user