The official website and wiki for the Multiverse family of Minecraft server plugins, including:
- Multiverse-Core — multi-world management
- Multiverse-Inventories — per-world player inventories
- Multiverse-Portals — custom portal creation
- Multiverse-NetherPortals — nether portal destination control
- Multiverse-SignPortals — sign-based portal travel
The live site is at mvplugins.org.
The wiki is community-maintained and no coding experience is required to contribute. If you spot something outdated or incorrect, please help us fix it!
- Contribution Guide — how to edit wiki pages, add new content, and submit changes
- Open Issues — bugs, outdated content, and feature requests
Multiverse is maintained by volunteers in their spare time. If you enjoy using it, consider supporting the project:
GitHub Sponsors · Open Collective
# Clone the repo
git clone https://github.com/Multiverse/multiverse-web.git
cd multiverse-web
# Install dependencies
pnpm i
# Start the dev server
pnpm run dev