mirror of
https://github.com/parkervcp/eggs.git
synced 2025-02-17 03:42:56 +08:00
Couple small things I didn't notice on first whack
This commit is contained in:
parent
2729746180
commit
bda83944d3
@ -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)
|
* [FlameCord](/minecraft/proxy/java/flamecord)
|
||||||
* [Travertine](/minecraft/proxy/java/travertine)
|
* [Travertine](/minecraft/proxy/java/travertine)
|
||||||
* [TyphoonLimbo](/minecraft/proxy/java/typhoonlimbo)
|
* [TyphoonLimbo](/minecraft/proxy/java/typhoonlimbo)
|
||||||
* [Velocity](/minecraft/proxy/java/velocity)
|
|
||||||
* [VIAaaS](/minecraft/proxy/java/viaaas)
|
* [VIAaaS](/minecraft/proxy/java/viaaas)
|
||||||
|
* [Velocity](/minecraft/proxy/java/velocity)
|
||||||
* [Waterfall](/minecraft/proxy/java/waterfall)
|
* [Waterfall](/minecraft/proxy/java/waterfall)
|
||||||
* [Cross Platform](/minecraft/proxy/cross_platform)
|
* [Cross Platform](/minecraft/proxy/cross_platform)
|
||||||
* [GeyserMC](/minecraft/proxy/cross_platform/geyser)
|
* [GeyserMC](/minecraft/proxy/cross_platform/geyser)
|
||||||
|
@ -31,6 +31,7 @@ It’s set in infinitely-generated worlds of wide open terrain - icy mountains,
|
|||||||
* [FlameCord](/minecraft/proxy/java/flamecord)
|
* [FlameCord](/minecraft/proxy/java/flamecord)
|
||||||
* [Travertine](/minecraft/proxy/java/travertine)
|
* [Travertine](/minecraft/proxy/java/travertine)
|
||||||
* [TyphoonLimbo](/minecraft/proxy/java/typhoonlimbo)
|
* [TyphoonLimbo](/minecraft/proxy/java/typhoonlimbo)
|
||||||
|
* [VIAaaS](/minecraft/proxy/java/viaaas)
|
||||||
* [Velocity](/minecraft/proxy/java/velocity)
|
* [Velocity](/minecraft/proxy/java/velocity)
|
||||||
* [Waterfall](/minecraft/proxy/java/waterfall)
|
* [Waterfall](/minecraft/proxy/java/waterfall)
|
||||||
* [Cross Platform](/minecraft/proxy/cross_platform)
|
* [Cross Platform](/minecraft/proxy/cross_platform)
|
||||||
|
@ -2,10 +2,11 @@
|
|||||||
|
|
||||||
* [Java](/minecraft/proxy/java/)
|
* [Java](/minecraft/proxy/java/)
|
||||||
* [FlameCord](/minecraft/proxy/java/flamecord)
|
* [FlameCord](/minecraft/proxy/java/flamecord)
|
||||||
* [Waterfall](/minecraft/proxy/java/waterfall)
|
|
||||||
* [Travertine](/minecraft/proxy/java/travertine)
|
* [Travertine](/minecraft/proxy/java/travertine)
|
||||||
* [Velocity](/minecraft/proxy/java/velocity)
|
|
||||||
* [TyphoonLimbo](/minecraft/proxy/java/typhoonlimbo)
|
* [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)
|
* [Cross Platform](/minecraft/proxy/cross_platform)
|
||||||
* [GeyserMC](/minecraft/proxy/cross_platform/geyser)
|
* [GeyserMC](/minecraft/proxy/cross_platform/geyser)
|
||||||
* [Waterdog](/minecraft/proxy/cross_platform/waterdog)
|
* [Waterdog](/minecraft/proxy/cross_platform/waterdog)
|
||||||
|
@ -17,6 +17,9 @@ A limbo server is a fallback server able to handle a massive amount of simultane
|
|||||||
[Velocity](https://velocitypowered.com)
|
[Velocity](https://velocitypowered.com)
|
||||||
Velocity is a Minecraft server proxy with unparalleled server support, scalability, and flexibility.
|
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
|
||||||
[Waterfall](https://papermc.io/downloads#Waterfall)
|
[Waterfall](https://papermc.io/downloads#Waterfall)
|
||||||
Paper fork of the BungeeCord software, with improved Forge support and more features.
|
Paper fork of the BungeeCord software, with improved Forge support and more features.
|
@ -13,7 +13,7 @@
|
|||||||
"ghcr.io\/pterodactyl\/yolks:java_16"
|
"ghcr.io\/pterodactyl\/yolks:java_16"
|
||||||
],
|
],
|
||||||
"file_denylist": [],
|
"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": {
|
"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}",
|
"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}",
|
"startup": "{\r\n \"done\": \"Application started:\"\r\n}",
|
||||||
@ -43,7 +43,7 @@
|
|||||||
"env_variable": "WEBSERVER_PORT",
|
"env_variable": "WEBSERVER_PORT",
|
||||||
"default_value": "25543",
|
"default_value": "25543",
|
||||||
"user_viewable": true,
|
"user_viewable": true,
|
||||||
"user_editable": false,
|
"user_editable": true,
|
||||||
"rules": "required|string"
|
"rules": "required|string"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user