Skip to content

Latest commit

 

History

History
235 lines (196 loc) · 7.04 KB

File metadata and controls

235 lines (196 loc) · 7.04 KB
title Wormholes
description Live portals, random teleport, Dimensional Doors, and cross-server travel
published true
date 2026-08-28 00:00:00 UTC
tags wormholes
editor markdown
dateCreated 2026-08-09 00:00:00 UTC
<style> .wh-title { margin-top: 1rem; font-size: clamp(2rem, 5vw, 3.25rem); font-weight: 800; letter-spacing: -.035em; } .wh-lead { max-width: 46rem; margin: 0 auto 1rem; font-size: 1.08rem; line-height: 1.7; opacity: .82; } .wh-actions a { display: inline-block; margin: .2rem; padding: .55rem .85rem; border: 1px solid rgba(127, 127, 127, .32); border-radius: 8px; color: inherit; text-decoration: none; transition: border-color .15s ease, background-color .15s ease, transform .15s ease; } .wh-actions a:hover { border-color: var(--v-primary-base, #4f8cff); background: rgba(79, 140, 255, .08); transform: translateY(-1px); } .wh-media { min-height: 9rem; margin: 1.5rem 0 2.5rem; padding: 1.5rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .5rem; border: 1px dashed rgba(127, 127, 127, .5); border-radius: 10px; background: rgba(127, 127, 127, .045); text-align: center; } .wh-media strong { font-size: 1rem; color: var(--v-primary-base, #4f8cff); } .wh-media span { max-width: 46rem; line-height: 1.6; opacity: .74; } .wh-media-grid { margin: 1.5rem 0 2.5rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; } .wh-media-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); } .wh-media-grid .wh-media { min-height: 11rem; margin: 0; } .wh-steps { margin: 1rem 0 2rem; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .85rem; list-style-position: inside; } .wh-steps li { padding: 1rem; border: 1px solid rgba(127, 127, 127, .24); border-radius: 10px; background: rgba(127, 127, 127, .035); line-height: 1.55; } .wh-feature-table { margin-bottom: 2.5rem; } .wh-feature-table td:first-child { font-weight: 700; white-space: nowrap; } @media (max-width: 760px) { .wh-steps, .wh-media-grid, .wh-media-grid.three { grid-template-columns: 1fr; } .wh-feature-table td:first-child { white-space: normal; } } </style>

![Wormholes](/home-assets/wormholes.png =112x){.align-center .radius-16}

See through the portal. Walk through the portal. {.text-center .wh-title}

Wormholes adds live destination views, local and cross-server travel, random teleport portals, and survival Dimensional Doors. {.text-center .wh-lead}

Install · Build a portal · Commands {.text-center .wh-actions}

Media placeholder 1: Gameplay overview Short video or looping GIF approaching a portal, viewing the live destination, and walking through it.

Start in three steps

  1. Install Wormholes and start the server once to create plugins/Wormholes/wormholes.toml.
  2. Craft a Portal Wand, or have an administrator run /wormholes wand.
  3. Form a portal, open its menu, and choose a destination. {.wh-steps}

Static Wormholes permissions default to op. Grant the appropriate portal, door, and gateway permissions before non-operators try to build or craft. {.is-warning}

What you can build

Feature What it does Guide
Linked portal Shows and travels to another portal on the same server Portal menus and settings
Random teleport portal Searches for a safe destination using world, radius, height, and biome rules Random teleport
Dimensional Door Creates paired, personal, or public doors and trapdoors Dimensional Doors
Pocket dimension Gives personal and public doors a managed room with a return exit Pocket dimensions
Cross-server gateway Shows a remote server destination and transfers travelers Cross-server networking
{.wh-feature-table}

Portal controls

Portal owners and administrators manage a portal from its in-game menu. The menu controls its type, destination, travel direction, projection, access, appearance, activation range, and optional travel cost.

  • Use the Portal Wand while looking at the portal.
  • You can also sneak, keep the main hand empty, and right-click the portal.
  • Start with Portal menus and settings for every available control.
Media placeholder 2: Portal home menu Screenshot showing the portal name, destination, type, projection, settings, and destroy controls.
Media placeholder 3: Projection settings Screenshot or short GIF switching between Venticular and PanOptic, paired with the resulting in-world view.

Special portal systems

Random teleport and Dimensional Doors have their own interfaces and gameplay flows. Cross-server gateways also add server and portal code exchange.

Media placeholder 4: Random teleport editor RTP overview and editor screenshots with world, radius, biome, landing, rotation, and ready state visible.
Media placeholder 5: Dimensional Doors Short GIF showing placement, opening, entry, and return, plus a screenshot of the access menu.
Media placeholder 6: Cross-server gateway Short video showing the remote destination, gateway crossing, and arrival on the linked server.

Server setup

Item Value
Java 25
Servers Paper and Folia, with a Spigot 26.2 compatibility build
Config plugins/Wormholes/wormholes.toml, schema 3
Command /wormholes, /wh, or /wormhole
Optional plugins PlaceholderAPI, Iris, Vault, Citizens, and WorldGuard for RTP entry checks

More documentation

Support and source