Minecraft plugin Multiverse-Core
Information about the Minecraft plugin Multiverse-Core and servers where it is used
🔌 About Multiverse-Core
Multiverse-Core — is a Minecraft server plugin that provides comprehensive world management for Spigot and Paper servers. It lets server administrators create, import, configure and manage multiple worlds with per‑world properties, teleports and world‑specific rules. Multiverse-Core is widely used as a world management solution on modern Spigot/Paper networks and integrates with placeholder systems and optional economy hooks.
🎯 Purpose
Multiverse-Core solves the problem of running multiple distinct worlds on a single Minecraft server. Instead of separate server instances, Multiverse-Core lets you host survival, creative, minigame or custom worlds on one process and control: world creation, spawn handling, per‑world gamerules, player access and teleportation. Multiverse-Core is designed for Spigot/Paper‑based servers and aims to be performant and configurable. ()
⚙ Main features
- Create and import worlds (normal, nether, end, flat, single‑biome and custom generators). ()
- Per‑world settings: gamemode, difficulty, weather, player limits, alias, spawn location and more. ()
- Teleportation: teleport players between worlds, anchors, portals and coordinates with per‑world permissions. ()
- PlaceholderAPI integration for world placeholders (built‑in support in MV5). ()
- Economy entry‑fee and currency configuration (can reference external economy providers in world config). ()
- Purge entities, clone, regen, unload/remove worlds and manage gamerules/worldborders. ()
- Advanced command structure with tab completion, flags and async teleport improvements (MV5). ()
🧩 Who it's for
- Server owners running Spigot or Paper who need multiple distinct worlds on one Minecraft server.
- Admins and moderators who manage world lifecycle, access and teleports.
- Projects that require per‑world separation (SMP, Minigames, PvP arenas, RPG hubs).
🏗 Usage examples
- Create a flat arena world for minigames and set a player limit and custom alias.
- Import an existing world folder and configure its spawn, gamemode and player access.
- Charge an entry fee (economy hook) for special worlds and restrict access via permissions.
⚡ Highlights
- Mature world management used across many Spigot/Paper networks. ()
- Configurable worlds.yml and in‑game modify commands for quick changes. ()
- Placeholder support and integration points for other plugins. ()
⌨️ Commands
| Command | Description | Permission | Access |
|---|---|---|---|
/mv | Show Multiverse help / top‑level command | multiverse.core.help | Player |
/mv list | List worlds you can enter | multiverse.core.list.worlds | Player |
/mv info [WORLD] | Show information about a world | multiverse.core.info | Player |
/mv create <name> <env> [flags] | Create a new world (seed, generator, biome, etc.) | multiverse.core.create | Admin |
/mv import <name> <env> | Import an existing world folder | multiverse.core.import | Admin |
/mv reload | Reload Multiverse config files | multiverse.core.reload | Admin/Console |
| `/mv spawn [PLAYER | WORLD]` | Teleport to world spawn / set spawn | multiverse.core.spawn.self / multiverse.core.spawn.set |
| `/mv tp <WORLD | PLAYER | DEST>` | Teleport to a destination or player |
/mv who | Show players in worlds | multiverse.core.list.who | Moderator |
/mv purge <WORLD> | Purge entities from a world | multiverse.core.purge | Admin |
/mv clone <SRC> <DEST> | Clone a world | multiverse.core.clone | Admin |
/mv regen <WORLD> | Regenerate a world | multiverse.core.regen | Admin |
Note: This table lists core, documented
/mvcommands and their primary permission nodes. For the complete command reference see the official Multiverse docs. ()
🔐 Permissions
| Permission | Description | Default |
|---|---|---|
multiverse.access.<world> | Allows a player to enter a specific world | false/op (managed per server) |
multiverse.core.list.worlds | Allows listing worlds visible to the player | true/op |
multiverse.core.info | View detailed info about worlds | op |
multiverse.core.create | Create new worlds | op |
multiverse.core.import | Import existing world folders | op |
multiverse.core.reload | Reload plugin configuration | op |
multiverse.core.spawn.self | Teleport self to a world spawn | true/op |
multiverse.core.spawn.set | Set world spawn | op |
multiverse.core.tp.self | Teleport yourself between worlds | true/op |
multiverse.core.tp.other | Teleport other players | op |
Source permission list and nodes are documented in the Multiverse "Big List O' Permissions". Server administrators should verify defaults with their permissions plugin (LuckPerms, etc.). ()
⚙ Installation
📥 Installing
- Download the Multiverse‑Core .jar from an official source (GitHub/CurseForge/Spigot). ()
- Place the .jar in your server's
plugins/folder. - Fully restart the server (do not use
/reload). - After startup, Multiverse will generate its config and
worlds.ymlfolder.
📦 Dependencies
- Multiverse-Core integrates with PlaceholderAPI (MV5 has official PAPI support) — enable
register-papi-hookin config to expose placeholders. () - Economy features that use
entry-feeorcurrencyinworlds.ymlmay reference external economy providers (Vault‑style economy tokens). The worlds config shows currency references such as@vault-economywhen configured. () - No mandatory dependency for basic world management (it runs on Spigot/Paper), but some optional integrations require additional plugins.
🧾 Configuration
- Multiverse generates configuration files and
worlds.ymlon first run. () - Many settings can be changed via
/mv modifyin‑game or by editingworlds.ymlthen restarting or reloading Multiverse. - PlaceholderAPI integration is configurable in
config.yml(e.g.register-papi-hook,default-locale,per-player-locale). () - Database: Multiverse-Core primarily uses YAML world config; advanced persistence integrations (e.g., Multiverse‑Inventories) may use external storage — check specific subplugin docs. ()
🧠 Additional information
Known conflicts
- Plugins that also take exclusive control of teleportation, world loading or player locations may conflict; test on staging before production. ()
- When using proxy networks (BungeeCord/Velocity), verify cross‑server requirements with your Multiverse add‑ons (some features are single‑server focused).
Limitations
- Designed for Spigot/Paper server cores; behavior on other server APIs is not guaranteed. ()
- Some features (economy entry fee, placeholder formats) depend on optional integrations being present and configured.
FAQ
Q1: Can I run multiple world types (flat, amplified, single‑biome)? A1: Yes — Multiverse supports creating different environment types and single‑biome worlds via create flags. ()
Q2: Does Multiverse provide PlaceholderAPI placeholders?
A2: Yes — MV5 provides official PlaceholderAPI hooks and a list of %multiverse-core_*% placeholders. ()
Q3: Does Multiverse collect usage statistics (bStats)? A3: Information about telemetry (bStats) is not clearly stated in the core documentation available in the official sources; this information is absent in the primary docs. (Information not confirmed). ()
Q4: Is there an official Discord for support? A4: The project references community support channels (Discord) in official listings; check the official resource pages or GitHub for current invite details. ()
Support & contributions
- Source code and issue tracker: GitHub (Multiverse/Multiverse-Core). Documentation and command reference: the official Multiverse docs site. ()
🤝 When to use Multiverse-Core
Use Multiverse-Core when you need robust world management on a single Spigot or Paper Minecraft server: it is a battle‑tested solution for multi‑world architecture, with configurable world properties, teleportation controls, and integrations for placeholders and optional economy hooks. ()
Useful links
- https://github.com/Multiverse/Multiverse-Core
- https://mvplugins.org/
- https://www.curseforge.com/minecraft/bukkit-plugins/multiverse-core
- https://www.spigotmc.org/resources/multiverse-core.64450/
- https://www.spigotmc.org/resources/multiverse-core.390/
- https://mvplugins.org/core/
- https://www.curseforge.com/minecraft/bukkit-plugins/multiverse-core/files
- https://github.com/Multiverse/Multiverse-Core/issues
- https://github.com/sponsors/Multiverse
- A Minecraft Server9962.83
- A Minecraft Server
Player‑driven Survival SMP with economy, PvP duels, auctions and cross‑play. Friendly community, custom features and competitive events.
3256.02 - Restarting...1654.33
- Smithtainment Minecraft
Community-focused survival SMP with custom plugins, economy, mcMMO and mini-games — friendly players and active forums.
1153.14 - A Minecraft Server451.42
- Press Start449.5
- A Minecraft Server249.28
- A Minecraft Server449.1
- FoxyCraft249.09
- WELCOME! Â Â Â Â Â Â Â Â Â Â Â Â Â Â
RPG‑ориєнтований мережевий сервер з багатьма класами, тауншипами, підземеллями й економікою — для гравців, хто любить рольові виживання та PvP.
148.94 - ÂEnderbyte09's Server Â1.21.11 | Looking for MOTD
Vanilla-focused survival with player-built parkour — minimal admin plugins to prevent grief while keeping a true vanilla feel.
548.91 - pixrave148.84
- The One Ring248.21
- Â|The Mystic Chicken| 1.21.10 Java/Bedrock Â16+ Survival PVE MCMMO with Discord
Laid-back 16+ survival PvE server with mcMMO, crossplay (Java/Bedrock) and active community via Discord.
148.15 - DaemoniaCraft147.48
Minecraft plugin Multiverse-Core is used on public servers to extend gameplay, add new mechanics, or improve server management. This page contains up-to-date information about the plugin's purpose, usage, and popularity among servers.
The catalog of servers with Multiverse-Core is generated automatically based on real data. You can see which Minecraft servers have this plugin installed, how often it is used, and what role it plays in gameplay.
Multiverse-Core usage statistics help assess its relevance and distribution. Data is updated regularly and reflects the real state of the Minecraft server ecosystem without manual input.
The Minecraft plugin Multiverse-Core page is useful for server owners choosing functionality for their project and for players who want to understand what features a server with this plugin offers.
Use this page to find Minecraft servers with the Multiverse-Core plugin, analyze its popularity, and make an informed decision about using the plugin on your server.