Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions embeds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -450,15 +450,15 @@ security:
sure:
• `online-mode=` is set to `false` in server.properties
• `bungeecord:` is set to `false` in spigot.yml
• `enabled:` and `online-mode` under `velocity-support` is set to true in paper.yml
• `enabled:` and `online-mode` under `proxies` and `velocity` is set to true in `config/paper-global.yml`
• `secret` under `velocity-support` is set to Velocity's `forwarding-secret` setting. Both of these must be exactly the same or you will be unable to connect to your server!
inline: false
- title: 'Using Velocity with BungeeGuard forwarding'
description: |+
When using Velocity with BungeeGuard forwarding as your proxy, make sure:
• `online-mode=` is set to `false` in server.properties
• `bungeecord:` is set to `true` in spigot.yml
• `enabled:` under `velocity-support` is set to false in paper.yml – This setting is for Velocity modern forwarding and you will not be able to join your server with both this and bungeecord forwarding enabled!
• `enabled:` and `online-mode` under `proxies` and `velocity` is set to false in `config/paper-global.yml` – This setting is for Velocity modern forwarding and you will not be able to join your server with both this and bungeecord forwarding enabled!
• you have BungeeGuard installed (!`bungeeguard`) and that your token in the BungeeGuard plugin on the backend servers matches what is set for Velocity's `forwarding-secret` setting or you will be unable to connect to your server!
inline: false

Expand Down