From de43549fae2aaae44b31415bdeb783a985c364f1 Mon Sep 17 00:00:00 2001 From: powercas_gamer Date: Mon, 17 Jun 2024 18:00:31 +0000 Subject: [PATCH 1/5] 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. From 41635147614245a2c339839eb77078abe66d7857 Mon Sep 17 00:00:00 2001 From: powercas_gamer Date: Mon, 17 Jun 2024 18:10:05 +0000 Subject: [PATCH 2/5] remove irc from contact page --- docs/misc/contact.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/misc/contact.md b/docs/misc/contact.md index b769512da..5e6605a07 100644 --- a/docs/misc/contact.md +++ b/docs/misc/contact.md @@ -9,12 +9,6 @@ description: There are many ways to contact us, see here for more information. The PaperMC project handles most communication via Discord. Use the following invite: https://discord.gg/papermc -## IRC - -Some of our Discord channels are bridged to IRC. - -- [#paper on irc.esper.net](https://webchat.esper.net/?channels=paper) - ## Forums Reach out for support, or contact us on our forums. From 54e7cee6c9764ff1cc5574806bbaaee6ef2db2f7 Mon Sep 17 00:00:00 2001 From: powercas_gamer Date: Mon, 17 Jun 2024 18:13:01 +0000 Subject: [PATCH 3/5] remove from footer --- config/footer.config.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/footer.config.ts b/config/footer.config.ts index e9a768dae..5ba530d8a 100644 --- a/config/footer.config.ts +++ b/config/footer.config.ts @@ -23,10 +23,6 @@ const footer: Footer = { label: "Forums", href: "https://forums.papermc.io", }, - { - label: "IRC", - href: "https://webchat.esper.net/?channels=paper", - }, ], }, { From 5c47ffae221ee578a05dcd1aeb94f0a26b539607 Mon Sep 17 00:00:00 2001 From: powercas_gamer Date: Mon, 17 Jun 2024 18:13:14 +0000 Subject: [PATCH 4/5] this annoyed me --- config/sidebar.waterfall.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sidebar.waterfall.ts b/config/sidebar.waterfall.ts index c1770ffb2..a73fe8424 100644 --- a/config/sidebar.waterfall.ts +++ b/config/sidebar.waterfall.ts @@ -11,7 +11,7 @@ const waterfall: SidebarsConfig = { type: "doc", id: "README", }, - items: ["configuration", "getting-started"], + items: ["getting-started", "configuration"], }, ], }; From a4aeaa819fbfde0233737a1e879d1bde08b72af0 Mon Sep 17 00:00:00 2001 From: powercas_gamer Date: Thu, 20 Jun 2024 08:53:48 +0000 Subject: [PATCH 5/5] newline --- docs/velocity/admin/getting-started/README.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/velocity/admin/getting-started/README.mdx b/docs/velocity/admin/getting-started/README.mdx index faecb96ee..7054d874b 100644 --- a/docs/velocity/admin/getting-started/README.mdx +++ b/docs/velocity/admin/getting-started/README.mdx @@ -112,7 +112,8 @@ 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", "factions" + "lobby", + "factions" ] ```