Velocity setup
First, you need to put DimensionsVelocity.jar inside the plugins folder in your proxy.
Now, you need to open ./plugins/dimensionsvelocity/config.toml and set the following to whatever suits your needs
config-version: "1.0.0" # This is important, it must be included BUT NOT MODIFIED
fallbackServer: "<your main server where you want players to travel if the portal cannot find a destination portal>"
Portals: [
"<portalName>-><server>",
# "examplePortal->serverOne",
# "otherPortal->netherServer",
# "<portalName>-><serverName>", #This will teleport the player to the specified server when the specified portal is used, and if the portal used is in <serverName> then the player would be teleported in the fallbackServer mentioned in the config
# "<serverFrom>-><portalName>-><serverName>" #Now this will work like the above but if the portal used was in the <serverFrom> it will ALWAYS teleport to <serverName> no matter what
]
Now you need to move to your spigot/paper server to complete the setup
Spigot/Paper setupLast updated
Was this helpful?