Skip to content

Commit c50cae7

Browse files
chore: Misc velocity doc changes (#422)
1 parent 65c426b commit c50cae7

File tree

7 files changed

+7
-17
lines changed

7 files changed

+7
-17
lines changed

config/footer.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ const footer: Footer = {
2323
label: "Forums",
2424
href: "https://forums.papermc.io",
2525
},
26-
{
27-
label: "IRC",
28-
href: "https://webchat.esper.net/?channels=paper",
29-
},
3026
],
3127
},
3228
{

config/sidebar.waterfall.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const waterfall: SidebarsConfig = {
1111
type: "doc",
1212
id: "README",
1313
},
14-
items: ["configuration", "getting-started"],
14+
items: ["getting-started", "configuration"],
1515
},
1616
],
1717
};

docs/misc/contact.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ description: There are many ways to contact us, see here for more information.
99

1010
The PaperMC project handles most communication via Discord. Use the following invite: https://discord.gg/papermc
1111

12-
## IRC
13-
14-
Some of our Discord channels are bridged to IRC.
15-
16-
- [#paper on irc.esper.net](https://webchat.esper.net/?channels=paper)
17-
1812
## Forums
1913

2014
Reach out for support, or contact us on our forums.

docs/velocity/admin/getting-started/README.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ minigames = "127.0.0.1:30068"
112112

113113
# In what order we should try servers when a player logs in or is kicked from a server.
114114
try = [
115-
"lobby"
115+
"lobby",
116+
"factions"
116117
]
117118
```
118119

docs/velocity/admin/getting-started/forwarding.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ forwarding instead.
3838

3939
:::
4040

41-
To use modern forwarding with any supported server implementation, set the `player-info-forwarding`
41+
To use modern forwarding with any supported server implementation, set the `player-info-forwarding-mode`
4242
setting in `velocity.toml` to `modern`. Then, you need to ensure your server is properly configured
4343
to use Velocity forwarding.
4444

@@ -91,13 +91,13 @@ server implementations. It has excellent compatibility (supporting versions as o
9191
released in 2013) and will work with Forge if you also install SpongeForge on your modded server and
9292
configure it correctly. However, it is not secure.
9393

94-
If you must use BungeeCord-compatible forwarding, simply set your `player-info-forwarding` setting
94+
If you must use BungeeCord-compatible forwarding, simply set your `player-info-forwarding-mode` setting
9595
in `velocity.toml` to `legacy`. You will also need to make sure your server can accept the forwarded
9696
player data sent by Velocity.
9797

9898
To add some security, particularly for proxies hosted on shared hosting, Velocity optionally
9999
supports the [BungeeGuard](https://www.spigotmc.org/resources/bungeeguard.79601/) plugin. To use it,
100-
set the `player-info-forwarding` setting in `velocity.toml` to `bungeeguard`, then add the value in
100+
set the `player-info-forwarding-mode` setting in `velocity.toml` to `bungeeguard`, then add the value in
101101
the `forwarding.secret` file to the token section in the BungeeGuard configuration.
102102

103103
### Configuring legacy forwarding for Spigot / Paper

docs/velocity/admin/reference/libraries.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Velocity uses a number of open-source libraries:
1313
| [Gson](https://github.com/google/gson) | [Google](https://github.com/google) | [Apache License 2.0](https://github.com/google/gson/blob/master/LICENSE) |
1414
| [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) |
1515
| [libdeflate](https://github.com/ebiggers/libdeflate) | [Eric Biggers](https://github.com/ebiggers) | [MIT License](https://github.com/ebiggers/libdeflate/blob/master/COPYING) |
16-
| [text](https://github.com/KyoriPowered/text) | [KyoriPowered](https://github.com/KyoriPowered) | [MIT License](https://github.com/KyoriPowered/text/blob/master/license.txt) |
1716
| [adventure](https://github.com/KyoriPowered/adventure) | [KyoriPowered](https://github.com/KyoriPowered) | [MIT License](https://github.com/KyoriPowered/adventure/blob/main/4/license.txt) |
1817
| [Brigadier](https://github.com/Mojang/brigadier) | [Mojang](https://www.minecraft.net) | [MIT License](https://github.com/Mojang/brigadier/blob/master/LICENSE) |
1918
| [event](https://github.com/KyoriPowered/event) | [KyoriPowered](https://github.com/KyoriPowered) | [MIT License](https://github.com/KyoriPowered/event/blob/master/license.txt) |

docs/waterfall/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ configuration.
3232

3333
## Getting a proxy JAR
3434

35-
Paper provides runnable proxy JARs directly from our [downloads page](https://papermc.io/downloads#Waterfall).
35+
Paper provides runnable proxy JARs directly from our [downloads page](https://papermc.io/downloads/waterfall).
3636

3737
Click on the build number to download a file.
3838

0 commit comments

Comments
 (0)