From bda83944d35c53d1006182251b05fe4498a3f4a8 Mon Sep 17 00:00:00 2001 From: regulad <52430642+regulad@users.noreply.github.com> Date: Tue, 29 Jun 2021 14:30:02 -0400 Subject: [PATCH] Couple small things I didn't notice on first whack --- README.md | 2 +- minecraft/README.md | 1 + minecraft/proxy/README.md | 5 +++-- minecraft/proxy/java/README.md | 3 +++ minecraft/proxy/java/viaaas/egg-v-i-aaa-s.json | 4 ++-- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a18aa3e7..efaa7a55 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/minecraft/README.md b/minecraft/README.md index 1cd6d519..8b7644b3 100644 --- a/minecraft/README.md +++ b/minecraft/README.md @@ -31,6 +31,7 @@ It’s 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) diff --git a/minecraft/proxy/README.md b/minecraft/proxy/README.md index 0ade0eb7..a58c2562 100644 --- a/minecraft/proxy/README.md +++ b/minecraft/proxy/README.md @@ -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) diff --git a/minecraft/proxy/java/README.md b/minecraft/proxy/java/README.md index b9be1296..6fe06983 100644 --- a/minecraft/proxy/java/README.md +++ b/minecraft/proxy/java/README.md @@ -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. \ No newline at end of file diff --git a/minecraft/proxy/java/viaaas/egg-v-i-aaa-s.json b/minecraft/proxy/java/viaaas/egg-v-i-aaa-s.json index 708939f9..19837abd 100644 --- a/minecraft/proxy/java/viaaas/egg-v-i-aaa-s.json +++ b/minecraft/proxy/java/viaaas/egg-v-i-aaa-s.json @@ -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" } ]