mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-26 16:19:04 +08:00
Merge pull request #251 from parkervcp/add/typhoonlimbo
add TyphoonLimbo
This commit is contained in:
commit
4c8d689a39
@ -76,6 +76,7 @@ If you are reading this it looks like you are looking to add an egg to your serv
|
|||||||
|
|
||||||
[Minecraft Proxies](/minecraft_proxy/) (these are for the java version of minecraft)
|
[Minecraft Proxies](/minecraft_proxy/) (these are for the java version of minecraft)
|
||||||
* [Waterfall](/minecraft_proxy/waterfall/)
|
* [Waterfall](/minecraft_proxy/waterfall/)
|
||||||
|
* [TyphoonLimbo](/minecraft_proxy/typhoonlimbo/)
|
||||||
|
|
||||||
[Mount & Blade Warband](/mount_and_blade/warband/)
|
[Mount & Blade Warband](/mount_and_blade/warband/)
|
||||||
|
|
||||||
|
10
minecraft_proxy/typhoonlimbo/README.md
Normal file
10
minecraft_proxy/typhoonlimbo/README.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# TyphoonLimbo server
|
||||||
|
Lightweight minecraft limbo server
|
||||||
|
|
||||||
|
## Server Ports
|
||||||
|
The minecraft server requires a single port for access (default 25565) but plugins may require extra ports to enabled for the server.
|
||||||
|
|
||||||
|
|
||||||
|
| Port | default |
|
||||||
|
|-------|---------|
|
||||||
|
| Game | 25565 |
|
26
minecraft_proxy/typhoonlimbo/egg-typhoon-limbo.json
Normal file
26
minecraft_proxy/typhoonlimbo/egg-typhoon-limbo.json
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
|
||||||
|
"meta": {
|
||||||
|
"version": "PTDL_v1"
|
||||||
|
},
|
||||||
|
"exported_at": "2019-07-15T23:01:54-04:00",
|
||||||
|
"name": "TyphoonLimbo",
|
||||||
|
"author": "parker@parkervcp.com",
|
||||||
|
"description": "Lightweight minecraft limbo server",
|
||||||
|
"image": "quay.io\/parkervcp\/pterodactyl-images:base_alpine",
|
||||||
|
"startup": "`sleep 2 && .\/TyphoonLimbo`",
|
||||||
|
"config": {
|
||||||
|
"files": "{\r\n \"config.json\": {\r\n \"parser\": \"json\",\r\n \"find\": {\r\n \"listen_address\": \":{{server.build.default.port}}\"\r\n }\r\n }\r\n}",
|
||||||
|
"startup": "{\r\n \"done\": \"launched on port\"\r\n}",
|
||||||
|
"logs": "{}",
|
||||||
|
"stop": "^C"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"installation": {
|
||||||
|
"script": "#!\/bin\/ash\r\n# TyphoonLimbo Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\nexport GOPATH=$HOME\/go\r\nexport PATH=$GOROOT\/bin:$GOPATH\/bin:$PATH\r\n\r\napk add --no-cache --update git curl\r\n\r\ncd \/tmp\/\r\n\r\necho \"pulling the TyphoonLimbo pterodactyl branch\"\r\n\r\ngit clone https:\/\/github.com\/TyphoonMC\/TyphoonLimbo.git\r\ncd TyphoonLimbo\r\n\r\ngo get github.com\/TyphoonMC\/TyphoonCore\r\n\r\necho -e \"building TyphoonLimbo\"\r\ngo build\r\n\r\nmv TyphoonLimbo \/mnt\/server\/\r\n\r\nif [ -f \/mnt\/server\/config.json ]; then\r\n\techo -e \"config exists nothing to do\"\r\nelse\r\n\techo -e \"copying default config over\"\r\n\tcp config.json \/mnt\/server\/\r\nfi\r\n\r\necho -e \"install complete\"",
|
||||||
|
"container": "golang:1.12-alpine",
|
||||||
|
"entrypoint": "ash"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"variables": []
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user