-
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
ImLighty
committed
Nov 16, 2023
1 parent
236bc41
commit a19a678
Showing
3 changed files
with
13 additions
and
8 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
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 |
---|---|---|
|
@@ -4,16 +4,16 @@ | |
"version": "PTDL_v2", | ||
"update_url": null | ||
}, | ||
"exported_at": "2023-11-16T09:24:36-05:00", | ||
"exported_at": "2023-11-16T10:46:21-05:00", | ||
"name": "Dragonfly", | ||
"author": "[email protected]", | ||
"description": "A Go egg optimized to run Dragonfly, a Minecraft Bedrock Edition server software written in Go. The installer will compile the cloned repository given by the GitHub URL variable", | ||
"features": null, | ||
"docker_images": { | ||
"golang:bullseye": "golang:bullseye" | ||
"ghcr.io\/imlighty\/dragonfly-pterodactyl:main": "ghcr.io\/imlighty\/dragonfly-pterodactyl:main" | ||
}, | ||
"file_denylist": [], | ||
"startup": "wget -O - https:\/\/raw.githubusercontent.com\/imlighty\/dragonfly-pterodactyl\/main\/startup.sh | bash", | ||
"startup": "curl -s https:\/\/raw.githubusercontent.com\/imlighty\/dragonfly-pterodactyl\/main\/startup.sh | bash && .\/server", | ||
"config": { | ||
"files": "{}", | ||
"startup": "{\r\n \"done\": \"Server running on\"\r\n}", | ||
|
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