Multiverse Portals mvse

Multiverse Portals
Many servers. One portal network.
A Paper 1.21+ Bukkit plugin that links independent Minecraft servers with portals — no BungeeCord, no Velocity. Players travel with the vanilla Transfer packet (and Geyser for Bedrock). Your world can send players out and receive guests from the open public network.
> Not the classic Multiverse-Portals addon for Multiverse-Core. This is a separate cross-server portal network plugin.
- Website & jar: mp.mvse.ws
- Source: GitHub
- Issues: GitHub Issues
- Also on Hangar and Modrinth
Not Folia — Paper / Purpur only.
Features
- Cross-server portals via the vanilla Transfer packet (no proxy required)
- Java ↔ Java and Bedrock ↔ Bedrock routing (Geyser / Floodgate optional)
- Public live map & catalog of open network servers at mp.mvse.ws
- Map neighbors — discover nearby worlds on the public catalog
- Local wool portals (ColorPortals-style) on the same server
- Sign types:
[Multi],[To],[Pair](+ aliases[mvp]/[portal]) - In-game languages:
/mvp lang en|de|ru|zh
Install (5 minutes)
- Drop
MultiversePortals-*.jarintoplugins/ - In
server.properties:
accept-transfers=true
- Restart
Optional: ViaVersion, Geyser + Floodgate.
> Tip: leave server.display-name empty to use your Minecraft MOTD as the public name.
Local-only mode: LAN / private IP, or accept-transfers=false → not listed in the public catalog.
Portal signs
Put a pressure plate next to the sign. Line 1 = type:
| Sign | What it does |
|---|---|
[Multi] / [mvp] / [portal] |
Finds a live server once and sticks until you break the sign |
[To] + IP:port (or server-id) |
Always goes to that destination |
[Pair] |
Creates a code — same code on the other server = round-trip |
For public one-way hops, players run /mvp ready once.
Pair two of your servers
- Server A:
[Pair]→ copy the code - Server B:
[Pair]+ that code on line 2 - When both show
<->, stepping either side returns through the portals
Local wool portals
- 3×4 wool of one color, wall sign on the top middle block
- Line 1 = name, line 2 = channel (
0–9999) - Same color + channel = a ring of warps on this server
Useful commands
| Command | Purpose |
|---|---|
/mvp version |
Installed vs latest on mp.mvse.ws |
/mvp ready |
Allow public one-way travel |
/mvp lang … |
UI language |
/mvp help |
In-game help |
/mvp update |
Download update jar (admin) |
/mvp scanner |
Public pool status (admin) |
Docs
License
MIT — free to use, share, and modify.
Comments