Multiverse-Core
Core | Portals | NetherPortals | SignPortals | Inventories
Multiverse Core Resources:
Wiki | Source | Feature Request | Bug Report
NEW: We are no longer using SNAPSHOT builds. All releases will follow Semantic Versioning and will be published in full on GitHub. Once a particular version has been deemed stable, we will release it here. In the mean time, you are welcome to grab versions as they become available from the GitHub releases page.
These builds have not been approved by the CurseForge staff.
Use them at your own risk.
About Multiverse
Multiverse was created at the dawn of Bukkit multiworld support. It has since then grown into a complete world management solution including special treatment of your nether worlds with Multiverse NetherPortals.
In the second delivery of Multiverse, we've broken it up into several smaller plugins that are each feature packed but not bloated! Multiverse provides the easiest to use world management solution for your Minecraft server, big or small, and with great addons like Portals and NetherPortals, what's not to love!
Multiverse is here and works for the latest server build! Is your server a Multiverse?
Multiverse-Core Features
- Create multiple worlds of different types, seeds and with Custom Generators
- Keep your skylands using a custom generator (MV 2.2+)
- Set the mode per world (creative, survival or adventure)
- Create Multiverse Portals to let users go between other portals, worlds, or locations (Requires MV-Portals installed)
- Restrict users from going to specific worlds by using permissions
- Economy support!
- Show which users are in what worlds with /mv who
- Color your worlds when the appear in chat!
- Custom world aliases. (Leave your folder names alone! use an alias!)
- Restrict animal/monster spawning. Per animal/monster! (Why hello creeper world!)
- World scaling with NetherPortals
- Conserve memory by having some worlds NOT keep their spawn chunks loaded!
- Fantastic in-game help just use /mvh search
- Purge all those unwanted animals/monsters from your world!
- Perform all per-world modifications with in-game commands! (Stop getting those YAML errors!)
- Teleport to any of your worlds with a command or allow others to teleport their self or others (with customizable permissions)
- While teleporting or using portals, you can use any Multiverse Destination
- Wiki documentation!
Optional plugins to add more to Multiverse:
-
Multiverse-Portals features:
- Make custom portals to go to any destination!
- Restrict users from using specific portals using permissions.
- Charge users to use specific portals!
- Exempt users from portal fees.
- Launch users through the air when they enter a Multiverse Portal!
- Allow minecarts/boats through Multiverse Portals.
- For more information, visit the wiki for Multiverse-Portals.
-
Multiverse-NetherPortals features:
- Have nether and end worlds per for any of your overworlds!
- Have custom nether and end portals in a world go to a specific world
- Custom World Scaling when using NetherPortals! (All types of worlds, normal, skylands and nether supported! Even custom generators!)
- For more information, visit the wiki for Multiverse-NetherPortals.
-
Multiverse-Inventories features:
- Have separated players stats and inventories per world or per group of worlds.
- Choose what each group of worlds share: Inventories, Last location (in a world before teleporting), Hunger, Health, Exp, and Bed Spawns.
- For more information, visit the wiki for Multiverse-Inventories.
Is Multiverse missing that little something that you need?
Hop on our Discord and tell us that you'd like to fork us and add a feature! You can of course do this without consulting us, but we cannot accept pull requests that will break Multiverse for the rest of our users! Don't go write your own World Management plugin, join the team and submit a pull request.
Want your plugin to use the Multiverse API?
Before making a review:
Please do not use the review comments below as a way to seek help, report bugs or suggest features. Utilize the Multiverse wiki. A lot of documentation for each plugin is there. If you still need help:
Sorry but don't work for me...:
Hey man Can you explain me how to blacklist groups from teleporting to worlds? If its not implemented would you please do so on future builds?
Thx
Hello there,
I have a question...
I am wondering if its possible that in Multiverse, you have your world... but you have a portal to another world. In this other world only one person is allowed in that world instance, but many people can be connected to the same world, in a difference instance.
The reason being, I have a personal server, just for myself and family. I wanted to build a room called "The Challenge Room" for example. And you walk in there and there are portals with signs around them, telling the user what kind of challenge world the portal would take them to.
When they want to do a challenge, they walk into the portal and be transported to this other world.
Then I would like them to do the challenge. Once they complete the challenge, they go through the portal back to the original world... but if they go back in the portal again, the world was reset back to it's original state.
Remember only 1 person is allowed in their own individual instance in this challenge world, so lots of people can use the same world at the same time, but they would only see themselves and noone else. (unless you can specify how many people are allowed in an instance)
Is this possible at the moment?
If not maybe in the future you could make it possible?
That usually happens when there's an error in the yaml code. Check it with a yaml parser to see if and where it is.
I want to make portals or worlds but the commands says, internal error command. Please Help!
EDIT: ISSUE RESOLVED!
Wasn't Multiverse, but a multiple inventory plugin setting players health to 0 whenever it felt like it. Fixed! Ignore this!
So... Very strange issue that I have tried just about everything to fix.
I have installed Multiverse Core plugin and it appears to be working great. (loving it and its versatility btw, awesome plugin)
Here's the but...
But one particular player dies during transfer from the main world we started with to any new worlds I import or create. No other players have this problem that I'm aware of. He has the same permissions as everyone else (not that that should matter, right?). We've established that he isn't using any mods or anything client side that would interfere with safe transfer between worlds. I have tried everything from making new player files to creating a temporary server, having the player join, then importing that world into the main server (last ditch efforts really).
I searched for other people having this issue and saw nothing. I'm at a loss. The fact that I'm posting this in here is a sign of my desperation. Ideas anyone?
Today, I ran into a problem - I tried to generate a new world using the MultiVerse "/mv create" command - everything worked fine up until the point where I actually teleported to that world. Upon doing so, when I looked around, MineCraft completely froze up and stopped responding. This happens on none of my other worlds and I get no server console errors. Can anybody please help me fix this?
I accidently deleted my plugins folder while clearing out unnecessary worlds in my server config, and so I got all my plugins back but recieve this error for multiverse when I start my server
[SEVERE] Error occurred while enabling Multiverse-Core v2.0-b279 (Is it up to date?) PLAYER_CHANGED_WORLD java.lang.NoSuchFieldError: PLAYER_CHANGED_WORLD at com.onarandombox.MultiverseCore.MultiverseCore.registerEvents(MultiverseCore.java:207) at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:112) at org.bukkit.plugin.JavaPlugin.setEnabled(JavaPlugin.java:126) at org.bukkit.plugin.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:920) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156) at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348) at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
Any solutions to this? I have a really nice structure on one of the worlds and it's too big for mcedit to bring over, so I kinda need multiverse. Thanks.
EDIT:
nevermind I found my problem. :D
Pardon the basic question but
Let's say I have a main world, a nether world and a world set to mode=creative
Do I need MultiInv to prevent inventory sharing between creative and non-creative worlds?
Thanks in advance.
I'm getting this error, help me please.
<<code lua>>
2011-10-02 22:41:23 [SEVERE] Chunk (13, 51) stored at (6, 59) in world 'world'2011-10-02 22:41:23 [SEVERE] net.minecraft.server.Chunk
2011-10-02 22:41:23 [SEVERE] java.lang.Throwable
2011-10-02 22:41:23 [SEVERE] at net.minecraft.server.ChunkProviderServer.getOrCreateChunk(ChunkProviderServer.java:112)
2011-10-02 22:41:23 [SEVERE] at net.minecraft.server.World.getChunkAt(World.java:300)
2011-10-02 22:41:23 [SEVERE] at net.minecraft.server.ChunkCache.<init>(SourceFile:28)
2011-10-02 22:41:23 [SEVERE] at net.minecraft.server.World.a(World.java:2289)
2011-10-02 22:41:23 [SEVERE] at net.minecraft.server.EntityCreature.A(EntityCreature.java:182)
2011-10-02 22:41:23 [SEVERE] at net.minecraft.server.EntityCreature.c_(EntityCreature.java:78)
2011-10-02 22:41:23 [SEVERE] at net.minecraft.server.EntityLiving.s(EntityLiving.java:788)
2011-10-02 22:41:23 [SEVERE] at net.minecraft.server.EntityLiving.s_(EntityLiving.java:280)
2011-10-02 22:41:23 [SEVERE] at net.minecraft.server.World.entityJoinedWorld(World.java:1193)
2011-10-02 22:41:23 [SEVERE] at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:48)
2011-10-02 22:41:23 [SEVERE] at net.minecraft.server.World.playerJoinedWorld(World.java:1175)
2011-10-02 22:41:23 [SEVERE] at net.minecraft.server.World.cleanUp(World.java:1090)
2011-10-02 22:41:23 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:460)
2011-10-02 22:41:23 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
2011-10-02 22:41:23 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:417) <</code>>
@fernferret
so which permission system is working, allowing different permission function of the world (for example allowing custom arrow somewhere and not on the pvp world ) ?
thank you a lot
SKYLANDS D'ont work anymore ?
@SirMonsterSlayer
MultiInv
From the FAQ: https://github.com/Herocraft/Multiverse-Core/wiki/FAQ#wiki-inv
@jfpion
I've never used bperms so can't really help you there, but all I can say is that you should use the bperms tools (if they exixt) like PermissionsBukkit has to debug.
PB has a command like perm check PERM NAME, that lets you verify people actually have the things you think they do.
@SamAdam1474
Multiverse doesn't actually create worlds, it simply asks Bukkit to create them, so I have no idea. Try checking your other plugins.
Is there a way to make the inventorys based on world ? so they wont carry over ?
Hi, were having a problem on our server where every time we create a new world, that world generates random chunk errors that are spaced out to every like 80 blocks and we cant seem to get it to stop. We are using the latest multiverse and CB #1185.
Heres two pictures: first photo
Second photo
with bpermissions i can't make the multiverse.access selection working. with opfallback true everybody access everywhere ( normal, even with no op right ?) with opfallback false nobody can access nowhere (event the admin with the super node "*"
i must do something wrong but what ?
when i am op i cant see the console mensages, please fix this issue.