Skip to content

Commit

Permalink
feat: add egg-endstone.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed May 13, 2024
1 parent 448ef25 commit b3c4e52
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions egg-endstone.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2024-05-13T11:38:42+00:00",
"name": "Endstone",
"author": "[email protected]",
"description": "Endstone is a powerful server software for Minecraft: Bedrock Edition. It provides a high-level plugin API that allows server owners to easily add features to the Bedrock Dedicated Servers.",
"features": [],
"docker_images": {
"Python 3.9": "ghcr.io\/endstonemc\/pterodactyl-yolks:python-3.9",
"Python 3.10": "ghcr.io\/endstonemc\/pterodactyl-yolks:python-3.10",
"Python 3.11": "ghcr.io\/endstonemc\/pterodactyl-yolks:python-3.11",
"Python 3.12": "ghcr.io\/endstonemc\/pterodactyl-yolks:python-3.12"
},
"file_denylist": [],
"startup": "[ \"{{ENDSTONE_VERSION}}\" = \"latest\" ] && pip install -U endstone || pip install -U \"endstone=={{ENDSTONE_VERSION}}\"; python -m endstone -y",
"config": {
"files": "{\r\n \"server.properties\": {\r\n \"parser\": \"properties\",\r\n \"find\": {\r\n \"server-port\": \"{{server.build.default.port}}\"\r\n }\r\n }\r\n}",
"startup": "{\r\n \"done\": \"Server started.\"\r\n}",
"logs": "{}",
"stop": "stop"
},
"scripts": {
"installation": {
"script": null,
"container": "alpine:3.4",
"entrypoint": "ash"
}
},
"variables": [
{
"name": "Endstone Version",
"description": "The version of endstone to download. \r\n\r\nLeave at latest to always get the latest version.",
"env_variable": "ENDSTONE_VERSION",
"default_value": "latest",
"user_viewable": true,
"user_editable": true,
"rules": "required|string|max:20",
"field_type": "text"
}
]
}

0 comments on commit b3c4e52

Please sign in to comment.