# How to Add Extra Worlds to Your Minecraft Server (Multiverse) (/docs/minecraft/add-extra-worlds)



Multiverse-Core lets you run multiple worlds on a single server — different game modes, world types, or custom maps all accessible through portals or commands.

Installing Multiverse [#installing-multiverse]

<div className="fd-steps">
  <div className="fd-step">
    Download Multiverse-Core [#1-download-multiverse-core]

    Download Multiverse-Core from [SpigotMC](https://www.spigotmc.org/) or [Modrinth](https://modrinth.com/).
  </div>

  <div className="fd-step">
    Upload to your server [#2-upload-to-your-server]

    Access the [XGamingServer panel](https://panel.xgamingserver.com), go to `Files`, navigate to `/plugins/`, and upload the `.jar` file.
  </div>

  <div className="fd-step">
    Restart your server [#3-restart-your-server]

    Restart to install Multiverse.
  </div>
</div>

Creating Worlds [#creating-worlds]

<div className="fd-steps">
  <div className="fd-step">
    Create a new world [#4-create-a-new-world]

    In `Console`, run:

    ```
    mv create [worldname] [type]
    ```

    Examples:

    ```
    mv create creative NORMAL
    mv create flatworld FLAT
    mv create skyblock NORMAL
    mv create nether NETHER
    ```
  </div>

  <div className="fd-step">
    Set world properties [#5-set-world-properties]

    ```
    mv modify set gamemode creative creative
    mv modify set difficulty peaceful flatworld
    mv modify set pvp false creative
    ```
  </div>
</div>

Essential Commands [#essential-commands]

| Command                         | Description                      |
| ------------------------------- | -------------------------------- |
| `/mv create [name] [type]`      | Create a new world               |
| `/mv delete [name]`             | Delete a world                   |
| `/mv list`                      | List all worlds                  |
| `/mv tp [world]`                | Teleport to a world              |
| `/mv import [name] [type]`      | Import an existing world folder  |
| `/mv modify set [prop] [value]` | Change world settings            |
| `/mv setspawn`                  | Set spawn point in current world |
| `/mv who`                       | Show players per world           |

World Types [#world-types]

| Type          | Description                   |
| ------------- | ----------------------------- |
| `NORMAL`      | Standard Overworld generation |
| `FLAT`        | Superflat world               |
| `NETHER`      | Nether generation             |
| `END`         | End generation                |
| `LARGEBIOMES` | Large biomes                  |
| `AMPLIFIED`   | Amplified terrain             |

> 📝 **Note:** Each world uses additional RAM and disk space. Monitor your resource usage as you add worlds.

> 💡 **Tip:** Install Multiverse-Portals to create portal links between worlds, and Multiverse-NetherPortals for proper Nether portal routing.

See also: [Installing Plugins](/docs/minecraft/plugin-setup) | [How Much RAM](/docs/minecraft/how-much-ram)

If you need help, join our [Discord](https://discord.xgamingserver.com/).
