From b930cb0fdb668b9769acefe96231296512e96e61 Mon Sep 17 00:00:00 2001 From: powercas_gamer Date: Mon, 17 Jun 2024 18:00:31 +0000 Subject: [PATCH] fix wrong velocity config opt --- docs/velocity/admin/getting-started/README.mdx | 2 +- docs/velocity/admin/getting-started/forwarding.md | 6 +++--- docs/velocity/admin/reference/libraries.md | 1 - docs/waterfall/getting-started.md | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/velocity/admin/getting-started/README.mdx b/docs/velocity/admin/getting-started/README.mdx index 0e021489e..faecb96ee 100644 --- a/docs/velocity/admin/getting-started/README.mdx +++ b/docs/velocity/admin/getting-started/README.mdx @@ -112,7 +112,7 @@ minigames = "127.0.0.1:30068" # In what order we should try servers when a player logs in or is kicked from a server. try = [ - "lobby" + "lobby", "factions" ] ``` diff --git a/docs/velocity/admin/getting-started/forwarding.md b/docs/velocity/admin/getting-started/forwarding.md index 1e316c132..d3fa6ba72 100644 --- a/docs/velocity/admin/getting-started/forwarding.md +++ b/docs/velocity/admin/getting-started/forwarding.md @@ -38,7 +38,7 @@ forwarding instead. ::: -To use modern forwarding with any supported server implementation, set the `player-info-forwarding` +To use modern forwarding with any supported server implementation, set the `player-info-forwarding-mode` setting in `velocity.toml` to `modern`. Then, you need to ensure your server is properly configured to use Velocity forwarding. @@ -91,13 +91,13 @@ server implementations. It has excellent compatibility (supporting versions as o released in 2013) and will work with Forge if you also install SpongeForge on your modded server and configure it correctly. However, it is not secure. -If you must use BungeeCord-compatible forwarding, simply set your `player-info-forwarding` setting +If you must use BungeeCord-compatible forwarding, simply set your `player-info-forwarding-mode` setting in `velocity.toml` to `legacy`. You will also need to make sure your server can accept the forwarded player data sent by Velocity. To add some security, particularly for proxies hosted on shared hosting, Velocity optionally supports the [BungeeGuard](https://www.spigotmc.org/resources/bungeeguard.79601/) plugin. To use it, -set the `player-info-forwarding` setting in `velocity.toml` to `bungeeguard`, then add the value in +set the `player-info-forwarding-mode` setting in `velocity.toml` to `bungeeguard`, then add the value in the `forwarding.secret` file to the token section in the BungeeGuard configuration. ### Configuring legacy forwarding for Spigot / Paper diff --git a/docs/velocity/admin/reference/libraries.md b/docs/velocity/admin/reference/libraries.md index 5d6f16e05..aea776137 100644 --- a/docs/velocity/admin/reference/libraries.md +++ b/docs/velocity/admin/reference/libraries.md @@ -13,7 +13,6 @@ Velocity uses a number of open-source libraries: | [Gson](https://github.com/google/gson) | [Google](https://github.com/google) | [Apache License 2.0](https://github.com/google/gson/blob/master/LICENSE) | | [Netty](https://github.com/netty/netty) | [Netty Project](https://netty.io) | [Apache License 2.0](https://github.com/netty/netty/blob/4.1/LICENSE.txt) | | [libdeflate](https://github.com/ebiggers/libdeflate) | [Eric Biggers](https://github.com/ebiggers) | [MIT License](https://github.com/ebiggers/libdeflate/blob/master/COPYING) | -| [text](https://github.com/KyoriPowered/text) | [KyoriPowered](https://github.com/KyoriPowered) | [MIT License](https://github.com/KyoriPowered/text/blob/master/license.txt) | | [adventure](https://github.com/KyoriPowered/adventure) | [KyoriPowered](https://github.com/KyoriPowered) | [MIT License](https://github.com/KyoriPowered/adventure/blob/main/4/license.txt) | | [Brigadier](https://github.com/Mojang/brigadier) | [Mojang](https://www.minecraft.net) | [MIT License](https://github.com/Mojang/brigadier/blob/master/LICENSE) | | [event](https://github.com/KyoriPowered/event) | [KyoriPowered](https://github.com/KyoriPowered) | [MIT License](https://github.com/KyoriPowered/event/blob/master/license.txt) | diff --git a/docs/waterfall/getting-started.md b/docs/waterfall/getting-started.md index 970cb46d4..34364abc4 100644 --- a/docs/waterfall/getting-started.md +++ b/docs/waterfall/getting-started.md @@ -32,7 +32,7 @@ configuration. ## Getting a proxy JAR -Paper provides runnable proxy JARs directly from our [downloads page](https://papermc.io/downloads#Waterfall). +Paper provides runnable proxy JARs directly from our [downloads page](https://papermc.io/downloads/waterfall). Click on the build number to download a file.