2020-03-09 10:57:01 +08:00
{
"_comment" : "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO" ,
"meta" : {
2021-01-25 02:09:42 +08:00
"version" : "PTDL_v1" ,
"update_url" : null
2020-03-09 10:57:01 +08:00
} ,
2021-01-25 19:08:43 +08:00
"exported_at" : "2021-01-25T03:08:06-08:00" ,
2020-03-09 10:57:01 +08:00
"name" : "Magma" ,
"author" : "support@pterodactyl.io" ,
"description" : "Magma is most powerful Forge server providing you with Forge mods and Bukkit Plugins using Spigot and Paper for Performance Optimization and Stability." ,
2021-01-25 02:09:42 +08:00
"features" : null ,
2021-01-06 03:39:42 +08:00
"images" : [
"quay.io\/pterodactyl\/core:java" ,
"quay.io\/pterodactyl\/core:java-11"
] ,
2021-01-25 02:09:42 +08:00
"file_denylist" : "" ,
2020-03-09 10:57:01 +08:00
"startup" : "java -Xms128M -Xmx{{SERVER_MEMORY}}M -jar {{SERVER_JARFILE}}" ,
"config" : {
"files" : "{\r\n \"server.properties\": {\r\n \"parser\": \"properties\",\r\n \"find\": {\r\n \"server-ip\": \"0.0.0.0\",\r\n \"enable-query\": \"true\",\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" : "{\r\n \"custom\": false,\r\n \"location\": \"logs\/latest.log\"\r\n}" ,
"stop" : "stop"
} ,
"scripts" : {
"installation" : {
2021-01-25 19:08:43 +08:00
"script" : "apt update\r\napt install -y curl\r\n\r\nif [ ! -d \/mnt\/server\/ ]; then\r\n mkdir \/mnt\/server\r\nfi\r\n\r\ncd \/mnt\/server\/\r\n\r\nif [ ! -z ${MC_VERSION} ]; then\r\n DOWNLOAD_LINK=https:\/\/api.magmafoundation.org\/api\/resources\/magma\/${MC_VERSION}\/dev\/latest\/download\r\nelse\r\n DOWNLOAD_LINK=https:\/\/api.magmafoundation.org\/api\/resources\/magma\/1.12.2\/dev\/latest\/download\r\nfi\r\n\r\necho -e \"Download URL is ${DOWNLOAD_LINK}\"\r\n\r\n## validate download link\r\nif [ ! -z \"${DOWNLOAD_LINK}\" ] ; then \r\n if curl --output \/dev\/null --silent --head --fail ${DOWNLOAD_LINK}; then\r\n echo -e \"link is valid. setting download link to ${DOWNLOAD_LINK}\"\r\n DOWNLOAD_LINK=${DOWNLOAD_LINK}\r\n else \r\n echo -e \"link is invalid closing out\"\r\n exit 2\r\n fi\r\nfi\r\n\r\n## mv old server files\r\nif [ -f ${SERVER_JARFILE} ]; then\r\n echo -e \"moving old server.jar\"\r\n mv ${SERVER_JARFILE} ${SERVER_JARFILE}.old\r\nfi\r\n\r\n## download files\r\necho -e \"running: curl -sSL -o ${SERVER_JARFILE} ${DOWNLOAD_LINK}\"\r\ncurl -s -o ${SERVER_JARFILE} -sSL ${DOWNLOAD_LINK}\r\n\r\necho -e \"Install Complete\"" ,
2021-01-25 02:09:42 +08:00
"container" : "debian:buster-slim" ,
"entrypoint" : "bash"
2020-03-09 10:57:01 +08:00
}
} ,
"variables" : [
{
"name" : "Server Jar File" ,
"description" : "The name of the server jarfile to run the server with." ,
"env_variable" : "SERVER_JARFILE" ,
"default_value" : "server.jar" ,
2021-01-25 02:09:42 +08:00
"user_viewable" : false ,
"user_editable" : false ,
2020-03-09 10:57:01 +08:00
"rules" : "required|regex:\/^([\\w\\d._-]+)(\\.jar)$\/"
} ,
{
2021-01-25 19:08:43 +08:00
"name" : "Minecraft Version" ,
"description" : "Optional.\r\n\r\nSpecify vanilla version other than default 1.12.2." ,
"env_variable" : "MC_VERSION" ,
2021-01-25 02:09:42 +08:00
"default_value" : "" ,
"user_viewable" : true ,
"user_editable" : true ,
"rules" : "nullable|string|max:20"
2020-03-09 10:57:01 +08:00
}
]
}