mirror of
				https://github.com/pelican-eggs/eggs.git
				synced 2025-10-31 17:08:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			77 lines
		
	
	
		
			3.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			77 lines
		
	
	
		
			3.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
 | |
|     "meta": {
 | |
|         "version": "PTDL_v2",
 | |
|         "update_url": null
 | |
|     },
 | |
|     "exported_at": "2023-05-17T23:20:29+01:00",
 | |
|     "name": "Mohist",
 | |
|     "author": "alex.chang-lam@protonmail.com",
 | |
|     "description": "Spigot fork with performance optimizations.",
 | |
|     "features": [
 | |
|         "eula",
 | |
|         "java_version",
 | |
|         "pid_limit"
 | |
|     ],
 | |
|     "docker_images": {
 | |
|         "Java 8": "ghcr.io\/pterodactyl\/yolks:java_8",
 | |
|         "Java 11": "ghcr.io\/pterodactyl\/yolks:java_11",
 | |
|         "Java 16": "ghcr.io\/pterodactyl\/yolks:java_16",
 | |
|         "Java 17": "ghcr.io\/pterodactyl\/yolks:java_17",
 | |
|         "Java 18": "ghcr.io\/pterodactyl\/yolks:java_18"
 | |
|     },
 | |
|     "file_denylist": [],
 | |
|     "startup": "java -Xmx{{SERVER_MEMORY}}M -jar {{SERVER_JARFILE}} pause",
 | |
|     "config": {
 | |
|         "files": "{\r\n    \"server.properties\": {\r\n        \"parser\": \"properties\",\r\n        \"find\": {\r\n            \"server-ip\": \"0.0.0.0\",\r\n            \"server-port\": \"{{server.build.default.port}}\"\r\n        }\r\n    }\r\n}",
 | |
|         "startup": "{\r\n    \"done\": \")! For help, type \",\r\n    \"userInteraction\": [\r\n        \"Go to eula.txt for more info.\"\r\n    ]\r\n}",
 | |
|         "logs": "{}",
 | |
|         "stop": "stop"
 | |
|     },
 | |
|     "scripts": {
 | |
|         "installation": {
 | |
|             "script": "#!\/bin\/bash\r\n# Mohist Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napt update\r\napt install -y curl\r\n\r\n#Go into main direction\r\nif [ ! -d \/mnt\/server ]; then\r\n    mkdir \/mnt\/server\r\nfi\r\n\r\ncd \/mnt\/server\r\n\r\nif [ ! -z ${BUILD_VERSION} ]; then\r\n    DOWNLOAD_LINK=https:\/\/mohistmc.com\/api\/${MC_VERSION}\/${BUILD_VERSION}\/download\r\nelse\r\n    DOWNLOAD_LINK=https:\/\/mohistmc.com\/api\/${MC_VERSION}\/${BUILD_TYPE}\/download\r\nfi\r\n\r\n#Downloading jars\r\necho -e \"Download link is ${DOWNLOAD_LINK}\"\r\necho -e \"Downloading build version ${BUILD_VERSION}\"\r\nif [ ! -z \"${DOWNLOAD_LINK}\" ]; then \r\n    if curl --output \/dev\/null --silent --fail ${DOWNLOAD_LINK}; then\r\n        echo -e \"Download link is valid.\"\r\n    else\r\n        echo -e \"Link is invalid closing out\"\r\n        exit 2\r\n    fi\r\nfi\r\n\r\ncurl -s -o server.jar -sS ${DOWNLOAD_LINK}\r\n\r\n#Checking if downloaded jars exist\r\nif [ ! -f .\/server.jar ]; then\r\n    echo \"!!! Error downloading build version ${BUILD_VERSION} !!!\"\r\n    exit\r\nfi",
 | |
|             "container": "debian:buster-slim",
 | |
|             "entrypoint": "bash"
 | |
|         }
 | |
|     },
 | |
|     "variables": [
 | |
|         {
 | |
|             "name": "Server Jar File",
 | |
|             "description": "The name of the jarfile to run the server with.",
 | |
|             "env_variable": "SERVER_JARFILE",
 | |
|             "default_value": "server.jar",
 | |
|             "user_viewable": true,
 | |
|             "user_editable": false,
 | |
|             "rules": "required|string|max:20"
 | |
|         },
 | |
|         {
 | |
|             "name": "Minecraft Version",
 | |
|             "description": "The version of Minecraft to download.",
 | |
|             "env_variable": "MC_VERSION",
 | |
|             "default_value": "1.16.5",
 | |
|             "user_viewable": true,
 | |
|             "user_editable": true,
 | |
|             "rules": "required|string|max:20"
 | |
|         },
 | |
|         {
 | |
|             "name": "Build Number",
 | |
|             "description": "Optional: \r\nThe build number for the Mohist release. Overrides Build Type.",
 | |
|             "env_variable": "BUILD_VERSION",
 | |
|             "default_value": "",
 | |
|             "user_viewable": true,
 | |
|             "user_editable": true,
 | |
|             "rules": "nullable|string|max:20"
 | |
|         },
 | |
|         {
 | |
|             "name": "Build Type",
 | |
|             "description": "The type of server jar to download from Mohist.\r\n\r\nValid types are \"recommended\" and \"latest\".",
 | |
|             "env_variable": "BUILD_TYPE",
 | |
|             "default_value": "latest",
 | |
|             "user_viewable": true,
 | |
|             "user_editable": true,
 | |
|             "rules": "required|string|max:20"
 | |
|         }
 | |
|     ]
 | |
| }
 |