Velocity

How to set up

Firstly you must setup Velocity server. Here you can find Velocity corearrow-up-right.

after seting up your Velocity server open velocity.toml (this is lines that u need to change).

bind = "0.0.0.0:YOUR_SERVER_PORT" 
player-info-forwarding-mode = "MODERN"
online-mode = "true" # you need remember this value
# if you don't want to make specified IP for Velocity servers,
# you need remove every thing from 

[forced-hosts]

LoomVelocity config.yml

port: 8080 # use your own open port
ip: '' 
hub-server: spawn # your hub/spawn server

How to add server?

find [servers] section in the velocity.toml

  1. [VELOCITY] open forwarding.secret in Velocity folder and copy text it contains

  2. [SERVER] open servers.properties and set online-mode to false

  3. [SERVER] open paper-global.yml (it locates in main folder if you're using old version of paper, but if you're using new one it's in config folder).

  4. [SERVER] find proxies section and set this values

How to connect to loom

Drop VelocityLoom into plugin folder and after first start, open configs and set Redis configs

Last updated