Couple small things I didn't notice on first whack

This commit is contained in:
regulad 2021-06-29 14:30:02 -04:00
parent 2729746180
commit bda83944d3
5 changed files with 10 additions and 5 deletions

View File

@ -139,8 +139,8 @@ If you are reading this it looks like you are looking to add an egg to your serv
* [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)
* [Velocity](/minecraft/proxy/java/velocity)
* [Waterfall](/minecraft/proxy/java/waterfall)
* [Cross Platform](/minecraft/proxy/cross_platform)
* [GeyserMC](/minecraft/proxy/cross_platform/geyser)

View File

@ -31,6 +31,7 @@ Its set in infinitely-generated worlds of wide open terrain - icy mountains,
* [FlameCord](/minecraft/proxy/java/flamecord)
* [Travertine](/minecraft/proxy/java/travertine)
* [TyphoonLimbo](/minecraft/proxy/java/typhoonlimbo)
* [VIAaaS](/minecraft/proxy/java/viaaas)
* [Velocity](/minecraft/proxy/java/velocity)
* [Waterfall](/minecraft/proxy/java/waterfall)
* [Cross Platform](/minecraft/proxy/cross_platform)

View File

@ -2,10 +2,11 @@
* [Java](/minecraft/proxy/java/)
* [FlameCord](/minecraft/proxy/java/flamecord)
* [Waterfall](/minecraft/proxy/java/waterfall)
* [Travertine](/minecraft/proxy/java/travertine)
* [Velocity](/minecraft/proxy/java/velocity)
* [TyphoonLimbo](/minecraft/proxy/java/typhoonlimbo)
* [VIAaaS](/minecraft/proxy/java/viaaas)
* [Velocity](/minecraft/proxy/java/velocity)
* [Waterfall](/minecraft/proxy/java/waterfall)
* [Cross Platform](/minecraft/proxy/cross_platform)
* [GeyserMC](/minecraft/proxy/cross_platform/geyser)
* [Waterdog](/minecraft/proxy/cross_platform/waterdog)

View File

@ -17,6 +17,9 @@ A limbo server is a fallback server able to handle a massive amount of simultane
[Velocity](https://velocitypowered.com)
Velocity is a Minecraft server proxy with unparalleled server support, scalability, and flexibility.
#### VIAaaS
[VIAaaS](https://github.com/ViaVersion/VIAaaS) is the Minecraft plugin VIAaaS made standalone as a proxy.
#### Waterfall
[Waterfall](https://papermc.io/downloads#Waterfall)
Paper fork of the BungeeCord software, with improved Forge support and more features.

View File

@ -13,7 +13,7 @@
"ghcr.io\/pterodactyl\/yolks:java_16"
],
"file_denylist": [],
"startup": "java -Xms128M -Xmx{{SERVER_MEMORY}}M -jar {{SERVER_JARFILE}} -sslPort {{WEBSERVER_PORT}}",
"startup": "java -Xms128M -Xmx{{SERVER_MEMORY}}M -jar {{SERVER_JARFILE}} -sslPort={{WEBSERVER_PORT}}",
"config": {
"files": "{\r\n \"config\/viaaas.yml\": {\r\n \"parser\": \"yaml\",\r\n \"find\": {\r\n \"port\": \"{{server.build.default.port}}\",\r\n \"bind-address\": \"0.0.0.0\"\r\n }\r\n }\r\n}",
"startup": "{\r\n \"done\": \"Application started:\"\r\n}",
@ -43,7 +43,7 @@
"env_variable": "WEBSERVER_PORT",
"default_value": "25543",
"user_viewable": true,
"user_editable": false,
"user_editable": true,
"rules": "required|string"
}
]