mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-11 11:37:29 +08:00
Merge pull request #1883 from kubo6472/feature-nomoretyphoons
Remove unmaintained typhoonlimbo
This commit is contained in:
commit
1b584ed756
@ -170,7 +170,6 @@ If you are reading this it looks like you are looking to add an egg to your serv
|
||||
* [Java](game_eggs/minecraft/proxy/java)
|
||||
* [FlameCord](game_eggs/minecraft/proxy/java/flamecord)
|
||||
* [Travertine](game_eggs/minecraft/proxy/java/travertine)
|
||||
* [TyphoonLimbo](game_eggs/minecraft/proxy/java/typhoonlimbo)
|
||||
* [Velocity](game_eggs/minecraft/proxy/java/velocity)
|
||||
* [Waterfall](game_eggs/minecraft/proxy/java/waterfall)
|
||||
* [Bedrock](game_eggs/minecraft/proxy/bedrock)
|
||||
|
@ -80,7 +80,6 @@
|
||||
* [Java](minecraft/proxy/java)
|
||||
* [FlameCord](minecraft/proxy/java/flamecord)
|
||||
* [Travertine](minecraft/proxy/java/travertine)
|
||||
* [TyphoonLimbo](minecraft/proxy/java/typhoonlimbo)
|
||||
* [Velocity](minecraft/proxy/java/velocity)
|
||||
* [VIAaas](minecraft/proxy/java/viaaas)
|
||||
* [Waterfall](minecraft/proxy/java/waterfall)
|
||||
|
@ -43,7 +43,6 @@ It’s set in infinitely-generated worlds of wide open terrain - icy mountains,
|
||||
* [Java](proxy/java)
|
||||
* [FlameCord](proxy/java/flamecord)
|
||||
* [Travertine](proxy/java/travertine)
|
||||
* [TyphoonLimbo](proxy/java/typhoonlimbo)
|
||||
* [Velocity](proxy/java/velocity)
|
||||
* [VIAaas](proxy/java/viaaas)
|
||||
* [Waterfall](proxy/java/waterfall)
|
||||
|
@ -3,7 +3,6 @@
|
||||
* [Java](/game_eggs/minecraft/proxy/java/)
|
||||
* [FlameCord](/game_eggs/minecraft/proxy/java/flamecord)
|
||||
* [Travertine](/game_eggs/minecraft/proxy/java/travertine)
|
||||
* [TyphoonLimbo](/game_eggs/minecraft/proxy/java/typhoonlimbo)
|
||||
* [Velocity](/game_eggs/minecraft/proxy/java/velocity)
|
||||
* [VIAaaS](/game_eggs/minecraft/proxy/java/viaaas)
|
||||
* [Waterfall](/game_eggs/minecraft/proxy/java/waterfall)
|
||||
|
@ -9,10 +9,6 @@ FlameCord is a patch for Travertine to fix possible exploits and add useful func
|
||||
[Travertine](https://papermc.io/downloads#Travertine)
|
||||
Waterfall, with additional support for Minecraft 1.7.10.
|
||||
|
||||
#### TyphoonLimbo
|
||||
[TyphoonLimbo](https://github.com/TyphoonMC/TyphoonLimbo)
|
||||
A limbo server is a fallback server able to handle a massive amount of simultaneous connections. The player spawns into the void then waits here. It can be used to keep players connected to a network after a lobby crashed or as an afk server.
|
||||
|
||||
#### Velocity
|
||||
[Velocity](https://velocitypowered.com)
|
||||
Velocity is a Minecraft server proxy with unparalleled server support, scalability, and flexibility.
|
||||
|
@ -1,10 +0,0 @@
|
||||
# TyphoonLimbo server
|
||||
A limbo server is a fallback server able to handle a massive amount of simultaneous connections. The player spawns into the void then waits here. It can be used to keep players connected to a network after a lobby crashed or as an afk 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 |
|
@ -1,33 +0,0 @@
|
||||
{
|
||||
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
|
||||
"meta": {
|
||||
"version": "PTDL_v1",
|
||||
"update_url": null
|
||||
},
|
||||
"exported_at": "2021-11-25T23:59:39+00:00",
|
||||
"name": "TyphoonLimbo",
|
||||
"author": "parker@parkervcp.com",
|
||||
"description": "Lightweight minecraft limbo server",
|
||||
"features": [
|
||||
"pid_limit"
|
||||
],
|
||||
"images": [
|
||||
"ghcr.io\/parkervcp\/yolks:debian"
|
||||
],
|
||||
"file_denylist": [],
|
||||
"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\/bash\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\napt update\r\napt install -y 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.14-buster",
|
||||
"entrypoint": "bash"
|
||||
}
|
||||
},
|
||||
"variables": []
|
||||
}
|
Loading…
Reference in New Issue
Block a user