Minecraft Servers HQ

Minecraft plugin Multiverse-Core

Information about the Minecraft plugin Multiverse-Core and servers where it is used

SurvivalRPGPermissionsAdminUtilityWorldPerformanceWorld ManagementTeleportation

🔌 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

CommandDescriptionPermissionAccess
/mvShow Multiverse help / top‑level commandmultiverse.core.helpPlayer
/mv listList worlds you can entermultiverse.core.list.worldsPlayer
/mv info [WORLD]Show information about a worldmultiverse.core.infoPlayer
/mv create <name> <env> [flags]Create a new world (seed, generator, biome, etc.)multiverse.core.createAdmin
/mv import <name> <env>Import an existing world foldermultiverse.core.importAdmin
/mv reloadReload Multiverse config filesmultiverse.core.reloadAdmin/Console
`/mv spawn [PLAYERWORLD]`Teleport to world spawn / set spawnmultiverse.core.spawn.self / multiverse.core.spawn.set
`/mv tp <WORLDPLAYERDEST>`Teleport to a destination or player
/mv whoShow players in worldsmultiverse.core.list.whoModerator
/mv purge <WORLD>Purge entities from a worldmultiverse.core.purgeAdmin
/mv clone <SRC> <DEST>Clone a worldmultiverse.core.cloneAdmin
/mv regen <WORLD>Regenerate a worldmultiverse.core.regenAdmin

Note: This table lists core, documented /mv commands and their primary permission nodes. For the complete command reference see the official Multiverse docs. ()

🔐 Permissions

PermissionDescriptionDefault
multiverse.access.<world>Allows a player to enter a specific worldfalse/op (managed per server)
multiverse.core.list.worldsAllows listing worlds visible to the playertrue/op
multiverse.core.infoView detailed info about worldsop
multiverse.core.createCreate new worldsop
multiverse.core.importImport existing world foldersop
multiverse.core.reloadReload plugin configurationop
multiverse.core.spawn.selfTeleport self to a world spawntrue/op
multiverse.core.spawn.setSet world spawnop
multiverse.core.tp.selfTeleport yourself between worldstrue/op
multiverse.core.tp.otherTeleport other playersop

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.yml folder.

📦 Dependencies

  • Multiverse-Core integrates with PlaceholderAPI (MV5 has official PAPI support) — enable register-papi-hook in config to expose placeholders. ()
  • Economy features that use entry-fee or currency in worlds.yml may reference external economy providers (Vault‑style economy tokens). The worlds config shows currency references such as @vault-economy when 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.yml on first run. ()
  • Many settings can be changed via /mv modify in‑game or by editing worlds.yml then 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

Servers with Multiverse-Core

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.