Riftvelocity Pn
Resource Link: Rift Velocity
Supported Versions: 1.7 - 1.21.5
Supported Software: Velocity
View our detailed general setup installation guide to install your setup!

Dependencies

Setup with Ace Lobby

Linking the Ace Lobby setup is simple, as it’s already preconfigured for seamless integration.

Add the server to velocity.toml

velocity.toml
[servers]
# Configure your servers here. Each key represents the server's name, and the value
# represents the IP address of the server to connect to.
lobby = "127.0.0.1:30066"

# In what order we should try servers when a player logs in or is kicked from a server.
try = [
  "lobby",
]

Setup the /hub command

Go to plugins/velocity-tools/config.yml
config.yml
  hub:
    enabled: true
    servers:
      - "lobby" # Use the lobby server name from velocity.toml

Secure your server

Secure your backend servers to prevent players from joining them directly and bypassing the proxy. For a detailed guide click here.
If you get stuck at any point, I recommend checking Velocity’s official documentation.

FAQs