Multiverse-Core

Core | Portals | NetherPortals | SignPortals | Inventories
Multiverse Core Resources:
Wiki | Source | Feature Request | Bug Report
-
Advanced command structure with full tab-completion and flags (Try out all the commands and see!)
-
Improved respawn handling with auto overworld linking and new config options
-
Built-in PlaceholderAPI support (no need for ecloud extensions)
-
Restrict all types of entity spawning, including non-living creatures such as armor stand! (those can be such a spam)
-
Teleport to world destinations with a command or allow others to teleport their self or others (with per-world permissions)
-
Improved performance with many internal changes and support for async teleport
- Create multiple worlds of different environment, seeds, single biome, super flat and with Custom Generators
- Set the game mode per world (creative, survival or adventure)
- Restrict users from going to specific worlds by using permissions
- Economy support with entry fee!
- Custom world aliases with rgb colors! (Leave your folder names alone! use an alias!)
- Purge all those unwanted entities from your world!
- Show which users are in what worlds with `/mv who`
- 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.
- Make custom portals to go to any destination!
- Restrict users from using specific portals using permissions.
- Charge users to use specific portals!
- Launch users through the air when they enter a Multiverse Portal! (with cannon destination)
- Allow minecarts/boats through Multiverse Portals.
- Automatically link your nether and end to the correct overworld!
- Have nether and end portals in a world custom linked to a specific world
- Custom World Scaling when using NetherPortals! (All types of worlds, normal, skylands and nether supported! Even custom generators!)
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:

-
View User Profile
-
Send Message
Posted Mar 23, 2012I want a world to regenerate with a new seed everytime I restart my server by cronjob.
Normally I would simply have a automated deletion of the world folder. However multiverse stores the seed in the config and therefore always the same world is created. How can I get a new world each time?
-
View User Profile
-
Send Message
Posted Mar 23, 2012@BehindTheMatrix
now it works. Was a bukkit issue.
-
View User Profile
-
Send Message
Posted Mar 22, 2012Just wondering when you have the portals charge money can you make it so it asks if you want to enter the portal for the designated price. And also when you are charged, where does the money go?
-
View User Profile
-
Send Message
Posted Mar 22, 2012Its not working with 1.2.4. If plugin is loaded noone can connect, (Can't reach the server) If I unload the plugin it works but no multiworld supoort.. :(
-
View User Profile
-
Send Message
Posted Mar 22, 2012@kaner47 You are using 1.1 version Multiverse 2.3
Go here to get Multiverse 2.4 (latest dev builds are 1.2.3 compatible) http://ci.onarandombox.com/job/Multiverse-Core/
Then press: Multiverse-Core-2.4.jar
-
View User Profile
-
Send Message
Posted Mar 22, 2012error please help
06:49:12 [SEVERE] Error occurred while enabling Multiverse-Core v2.3-AB (Is it up to date?) java.lang.NoSuchMethodError: org.bukkit.plugin.PluginDescriptionFile.getAuthors()Ljava/util/ArrayList; at com.onarandombox.MultiverseCore.MultiverseCore.getAuthors(MultiverseCore.java:525) at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:212) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:363) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232) at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:531) at org.bukkit.Bukkit.reload(Bukkit.java:174) at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166) at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:461) at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.java:457) at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:599) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:568) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452) at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
-
View User Profile
-
Send Message
Posted Mar 22, 2012How do I change what world people spawn in when they first log into the server?
-
View User Profile
-
Send Message
Posted Mar 22, 2012Hi,
Im wondering, is it possible to install mods on a bukkit server using multiverse so that they just affect a single world?
For example, i'd like to have buildcraft on a server i play on with friends, however they dont want to have to install the client side parts.
So is it possible for me to have a buildcraft world with everything installed, and they can have the normal world with no buildcraft and still be able to get on the server?
Thanks, Z
-
View User Profile
-
Send Message
Posted Mar 21, 2012The very first thing that happens when I load up multiverse and type /mv
org.bukkit.command.CommandException: Unhandled exception executing command 'mv' in plugin Multiverse-Core v2.3-AB at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166) at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:469) at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:906) at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:866) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:849) at lishid.orebfuscator.hook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:117) at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:33) at net.minecraft.server.NetworkManager.b(NetworkManager.java:229) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:116) at lishid.orebfuscator.hook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:60) at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452) at net.minecraft.server.ThreadServerApplication.run(SourceFile:490) Caused by: java.lang.NullPointerException at com.onarandombox.MultiverseCore.MultiverseCore.onCommand(MultiverseCore.java:474) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40) ... 14 more
-
View User Profile
-
Send Message
Posted Mar 21, 2012Experiencing a conflict with Multiverse-Core2 conflicting with the /home command from MultiHome. Anyone encounter this and find a solution? Getting permissions errors.
-
View User Profile
-
Send Message
Posted Mar 21, 2012I have a quick question: if i have world1 where i want group1 to have creative permissions, but when they go back to world2, they are forced to go back to survival with separate inventories ? and group2 cant enter creative in world1 and wont have an inv change ?
is this it possible to set up something like this ?
-
View User Profile
-
Send Message
Posted Mar 20, 2012Hi I had the plug in MV Portal 1.2.3. But I have a problem, I can not past through a portal only if there is the presence of block 90 (the nether portal) and wait for the loading to the map.
Thank you for helping to reestablish the fact that he is not nor need the presence of block 90 There are some small problems after the reload, the map is disabled. It is therefore necessary to import mv .... Good job ;)
-
View User Profile
-
Send Message
Posted Mar 19, 2012why is there no AB for 1.1 R-6
-
View User Profile
-
Send Message
Posted Mar 19, 2012@slade87
Hi Slade87,
Thank you for your advise. Do you happen to have Multiverse-Portals? I put your modified core and nether in plug in folder it's asking for portal.jar
[SEVERE] Could not load 'plugins\Multiverse-Portals.jar' in folder 'plugins'
Thanks I really appreciate. Joy
-
View User Profile
-
Send Message
Posted Mar 19, 2012Is there any way to disable NPC Villages for a world? I have a flat map for creative builds on my server that has many, many NPC villages spawning and being a nuisance. Thank you!
-
View User Profile
-
Send Message
Posted Mar 19, 2012How do i delete this world?
WARNING [Multiverse-Core] World 'world_the_end' could not be unloaded. Is it a default world?
i need to delete world, world_nether and world_the_end but it doesn't let me delete any of them. None of them are main worlds or are used at all, but anytime i delete them manually multiverse just recreates them. I even tried removing them from the worlds.yml and that didn't work.
-
View User Profile
-
Send Message
Posted Mar 19, 2012I have a problem with bukkit for 1.2.3. If I build a portal above the old build height and I go through everything is normal but when I go back from the nether it generates a new portal on the ground instead of sending me through the already existing one. Does this plugin somehow fix this?
-
View User Profile
-
Send Message
Posted Mar 18, 2012@FriedJello405
yes thats why I changed it in my version, same with mobspawn. both works now like I wanted it. on death they respawn at the worlds individual spawn. and mobs spawn in the worlds activated you activated them.
-
View User Profile
-
Send Message
Posted Mar 18, 2012@slade87
As I stated before this is a somewhat dirty fixed version for mobspawn/player respawn
Does this mean I'm not the only one that's having players respawn in the default world "world", on login or death?
-
View User Profile
-
Send Message
Posted Mar 18, 2012As I stated before this is a somewhat dirty fixed version for mobspawn/player respawn to function like they used to. I hope the multiverse dev find a better way to handle it but for now everything works as it used to on my server. Please note that all credits go to the multiverse devs and this is just my private version to fullfill my needs of my server (although all seems to function without issues so far). Here is the Link 1.2.3 Compatibility : http://www.minecraftopia.tk/downloads/MultiVerse-Core.jar
http://www.minecraftopia.tk/downloads/MultiVerse-NetherPortals.jar