mirror of
				https://github.com/pelican-eggs/eggs.git
				synced 2025-11-04 10:58: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",
 | 
					        "version": "PTDL_v2",
 | 
				
			||||||
        "update_url": null
 | 
					        "update_url": null
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "exported_at": "2023-05-17T23:20:29+01:00",
 | 
					    "exported_at": "2023-11-16T17:37:38+00:00",
 | 
				
			||||||
    "name": "SpongeVanilla",
 | 
					    "name": "SpongeVanilla",
 | 
				
			||||||
    "author": "parker@parkervcp.com",
 | 
					    "author": "parker@parkervcp.com",
 | 
				
			||||||
    "description": "SpongeVanilla is the implementation of the Sponge API on top of Vanilla Minecraft.",
 | 
					    "description": "SpongeVanilla is the implementation of the Sponge API on top of Vanilla Minecraft.",
 | 
				
			||||||
@ -13,12 +13,12 @@
 | 
				
			|||||||
        "java_version",
 | 
					        "java_version",
 | 
				
			||||||
        "pid_limit"
 | 
					        "pid_limit"
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "images": [
 | 
					    "docker_images": {
 | 
				
			||||||
        "ghcr.io\/pterodactyl\/yolks:java_17",
 | 
					        "Java 17": "ghcr.io\/pterodactyl\/yolks:java_17",
 | 
				
			||||||
        "ghcr.io\/pterodactyl\/yolks:java_16",
 | 
					        "Java 16": "ghcr.io\/pterodactyl\/yolks:java_16",
 | 
				
			||||||
        "ghcr.io\/pterodactyl\/yolks:java_11",
 | 
					        "Java 11": "ghcr.io\/pterodactyl\/yolks:java_11",
 | 
				
			||||||
        "ghcr.io\/pterodactyl\/yolks:java_8"
 | 
					        "Java 8": "ghcr.io\/pterodactyl\/yolks:java_8"
 | 
				
			||||||
    ],
 | 
					    },
 | 
				
			||||||
    "file_denylist": [],
 | 
					    "file_denylist": [],
 | 
				
			||||||
    "startup": "java -Xms128M -Xmx{{SERVER_MEMORY}}M -jar {{SERVER_JARFILE}}",
 | 
					    "startup": "java -Xms128M -Xmx{{SERVER_MEMORY}}M -jar {{SERVER_JARFILE}}",
 | 
				
			||||||
    "config": {
 | 
					    "config": {
 | 
				
			||||||
@ -42,7 +42,8 @@
 | 
				
			|||||||
            "default_value": "recommended",
 | 
					            "default_value": "recommended",
 | 
				
			||||||
            "user_viewable": true,
 | 
					            "user_viewable": true,
 | 
				
			||||||
            "user_editable": true,
 | 
					            "user_editable": true,
 | 
				
			||||||
            "rules": "required|string"
 | 
					            "rules": "required|string",
 | 
				
			||||||
 | 
					            "field_type": "text"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "Server Jar File",
 | 
					            "name": "Server Jar File",
 | 
				
			||||||
@ -51,7 +52,8 @@
 | 
				
			|||||||
            "default_value": "server.jar",
 | 
					            "default_value": "server.jar",
 | 
				
			||||||
            "user_viewable": true,
 | 
					            "user_viewable": true,
 | 
				
			||||||
            "user_editable": 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