-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
448ef25
commit b3c4e52
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |