Dimensions wiki
  • Get Started
  • Commands
  • General info
    • Worlds/Dimensions
    • How does it work?
  • Configuring Dimensions
    • Dimensions configuration
    • Portal configuration
    • Portal creator
      • Editing the portal
      • Extra options
      • Downloading the file
    • Addons
      • Free Addons
        • World guard flags addon
        • Patreon Cosmetics addon
        • Horizontal portals addon
        • ForceLink addon
        • LightAPI addon
      • Premium Addons
        • Unbreakable addon
        • HubWorld addon
        • Random location addon
        • Permissions addon
        • Biomes addon
        • DayLightSensor addon
        • Limited uses addon
        • Timed portals addon
        • Message on use addon
        • ChargeOnUse addon
        • Pasted portals addon
        • Custom lighter addon
        • Better portals addon
        • Commands on use addon
        • Stylish portals addon
        • Particles addon
          • Particles Editor
        • Bungee addon
          • Bungee setup
          • Velocity setup
          • Spigot/Paper setup
        • ModelEngine addon (BETA)
        • IgniteByEvent addon (BETA)
      • Third party addons
Powered by GitBook
On this page

Was this helpful?

  1. Configuring Dimensions
  2. Addons
  3. Premium Addons
  4. Bungee addon

Velocity setup

PreviousBungee setupNextSpigot/Paper setup

Last updated 1 year ago

Was this helpful?

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
]

The portal name is the file name of the portal in every server and must be the same otherwise the plugin is not going to function properly

Now you need to move to your spigot/paper server to complete the setup

Spigot/Paper setup