{
  "manifest_version": "1.0.0",
  "template": {
    "id": "ef6e3e44-2ae9-443c-b6c1-abb704bc8e3a",
    "slug": "BLEtpx",
    "name": "Minecraft Server (w/ dashboard)",
    "description": "Deploy your Minecraft Server",
    "url": "https://railway.com/deploy/BLEtpx",
    "upstream": {
      "repo_url": "https://github.com/ThallesP/railway-minecraft-template"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Minecraft Server",
      "source": {
        "repo": "https://github.com/ThallesP/railway-minecraft-template"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "tcp_ports": [
        25565
      ],
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "EULA",
      "service": "Minecraft Server",
      "description": "By changing the setting above to TRUE you are indicating your agreement to our EULA (https://aka.ms/MinecraftEULA).",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "TYPE",
      "service": "Minecraft Server",
      "description": "Software type",
      "secret": false,
      "strategy": "default",
      "default": "PAPER"
    },
    {
      "key": "MAX_MEMORY",
      "service": "Minecraft Server",
      "description": "Defines the maximum amount of memory, which can be increased depending on your plan.",
      "secret": false,
      "strategy": "default",
      "default": "8G"
    },
    {
      "key": "JVM_DD_OPTS",
      "service": "Minecraft Server",
      "description": "Configures Java Virtual Machine (JVM) options, specifically disabling the watchdog.",
      "secret": false,
      "strategy": "default",
      "default": "disable.watchdog:true"
    },
    {
      "key": "MAX_TICK_TIME",
      "service": "Minecraft Server",
      "description": "Sets the maximum time in milliseconds that a single tick can take before considering the server frozen. (-1 means unlimited)",
      "secret": false,
      "strategy": "default",
      "default": "-1"
    },
    {
      "key": "USE_AIKAR_FLAGS",
      "service": "Minecraft Server",
      "description": "Determines whether to use optimization flags provided by the Aikar community for better server performance.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "ENABLE_AUTOPAUSE",
      "service": "Minecraft Server",
      "description": "Requires App Sleeping in service settings. Allows automatic pausing of the server when no players are active.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "EXISTING_OPS_FILE",
      "service": "Minecraft Server",
      "description": "Defines the synchronization method for the existing ops (operators) file.",
      "secret": false,
      "strategy": "default",
      "default": "SYNCHRONIZE"
    },
    {
      "key": "ENABLE_ROLLING_LOGS",
      "service": "Minecraft Server",
      "description": "Enables or disables the rolling of server logs for efficient file management.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "AUTOPAUSE_TIMEOUT_EST",
      "service": "Minecraft Server",
      "description": "Initiate server sleep, specifying the duration (in seconds) until the server enters the sleep state after the last player disconnects.",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "AUTOPAUSE_TIMEOUT_INIT",
      "service": "Minecraft Server",
      "description": "Provide a value for AUTOPAUSE_TIMEOUT_INIT.",
      "secret": false,
      "strategy": "default",
      "default": "0"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "BLEtpx"
      }
    },
    "cli": "railway deploy --template BLEtpx",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "ef6e3e44-2ae9-443c-b6c1-abb704bc8e3a",
            "serializedConfig": {
              "services": {
                "da417c59-d68b-4acc-8e4f-ec35f24e1261": {
                  "icon": "https://pub-be57d7e4de8e43cbb04106b33b260bf4.r2.dev/minecraft_logo_icon_168974.webp",
                  "name": "Minecraft Server",
                  "source": {
                    "repo": "ThallesP/railway-minecraft-template",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "EULA": {
                      "description": "By changing the setting above to TRUE you are indicating your agreement to our EULA (https://aka.ms/MinecraftEULA).",
                      "defaultValue": "{{EULA}}"
                    },
                    "MOTD": {
                      "isOptional": true,
                      "description": "Customizes the message displayed in the server list.",
                      "defaultValue": ""
                    },
                    "TYPE": {
                      "description": "Software type",
                      "defaultValue": "PAPER"
                    },
                    "MAX_MEMORY": {
                      "isOptional": true,
                      "description": "Defines the maximum amount of memory, which can be increased depending on your plan.",
                      "defaultValue": "8G"
                    },
                    "JVM_DD_OPTS": {
                      "description": "Configures Java Virtual Machine (JVM) options, specifically disabling the watchdog.",
                      "defaultValue": "disable.watchdog:true"
                    },
                    "MAX_TICK_TIME": {
                      "description": "Sets the maximum time in milliseconds that a single tick can take before considering the server frozen. (-1 means unlimited)",
                      "defaultValue": "-1"
                    },
                    "USE_AIKAR_FLAGS": {
                      "description": "Determines whether to use optimization flags provided by the Aikar community for better server performance.",
                      "defaultValue": "true"
                    },
                    "ENABLE_AUTOPAUSE": {
                      "description": "Requires App Sleeping in service settings. Allows automatic pausing of the server when no players are active.",
                      "defaultValue": "true"
                    },
                    "EXISTING_OPS_FILE": {
                      "description": "Defines the synchronization method for the existing ops (operators) file.",
                      "defaultValue": "SYNCHRONIZE"
                    },
                    "ENABLE_ROLLING_LOGS": {
                      "description": "Enables or disables the rolling of server logs for efficient file management.",
                      "defaultValue": "true"
                    },
                    "AUTOPAUSE_TIMEOUT_EST": {
                      "description": "Initiate server sleep, specifying the duration (in seconds) until the server enters the sleep state after the last player disconnects.",
                      "defaultValue": "0"
                    },
                    "AUTOPAUSE_TIMEOUT_INIT": {
                      "defaultValue": "0"
                    }
                  },
                  "networking": {
                    "tcpProxies": {
                      "25565": {}
                    },
                    "serviceDomains": {
                      "<hasDomain>:3000": {
                        "port": 3000
                      }
                    }
                  },
                  "volumeMounts": {
                    "da417c59-d68b-4acc-8e4f-ec35f24e1261": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-09T22:14:39.753Z",
  "generator_version": "0.1.0"
}
