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 Feb 4, 2014Hello I've got a world that has a space in it's name, and I can't do /mvtp or do /mvimport for some reason
-
View User Profile
-
Send Message
Posted Feb 3, 2014@TWSSYesterday
Oh great, thanks!
-
View User Profile
-
Send Message
Posted Feb 3, 2014How do you load/unload a world in your API? So rather than dispatching the load/unload command is there a public method that does it? Thanks.
-
View User Profile
-
Send Message
Posted Feb 2, 2014@Camcam12321
I meant to say 1.7.2 but you prob got that .
-
View User Profile
-
Send Message
Posted Feb 2, 2014For some reason my server won't start on 1.7.2 with mutiverse!!! It just crashes at the starting point!! Im pretty sure its multiverse because when i delete it the server starts up. Can somebody please help me I would really like to update my server to 1.7.2!! Thx :D
-
View User Profile
-
Send Message
Posted Feb 1, 2014is there anyway to adjust the percentage of each biom in the world generation?
as maybe you want some bioms to not even spawn in?
maybe have it where you can write the percentages for the biomes
-
View User Profile
-
Send Message
Posted Feb 1, 2014Will this work on 1.7.2?
-
View User Profile
-
Send Message
Posted Jan 31, 2014@TWSSYesterday
Awesome! Thank you so much. :)
-
View User Profile
-
Send Message
Posted Jan 31, 2014Mirroring Multiverse Worlds with Group Manager Permission Plugin
So for the past month I have been trying to carry my permissions through my multiverse worlds, so they are the same in each world. How do I do this? Only my one "world" shows up, which is the hub world. Help is needed thanks!
Here is my Mirroring Config File. http://pastebin.com/e8Duz71C
-
View User Profile
-
Send Message
Posted Jan 31, 2014i'm getting an error i wasn't getting yesterday. dunno why ... any help ?
here's the error :
[20:59:48] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b641 [20:59:48] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.5-b641 [20:59:49] [Server thread/INFO]: Preparing start region for level 1 (Seed: -1371639913348691959) [20:59:50] [Server thread/INFO]: Preparing spawn area for flatroom, 69% [20:59:51] [Server thread/INFO]: Preparing start region for level 2 (Seed: -1964171989235920125) [20:59:52] [Server thread/INFO]: Preparing start region for level 3 (Seed: 12) [20:59:53] [Server thread/INFO]: Preparing spawn area for DeepSpace, 69% [20:59:53] [Server thread/INFO]: Preparing start region for level 4 (Seed: -1161662756554904193) [20:59:54] [Server thread/ERROR]: Error occurred while enabling Multiverse-Core v2.5-b641 (Is it up to date?) java.lang.NullPointerException at java.util.concurrent.ConcurrentHashMap.hash(ConcurrentHashMap.java:333) [?:1.7.0_21] at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:988) [?:1.7.0_21] at org.bukkit.craftbukkit.v1_7_R1.util.ForwardLogHandler.getLogger(ForwardLogHandler.java:16) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-30-g88d138f-b2999jnks] at org.bukkit.craftbukkit.v1_7_R1.util.ForwardLogHandler.publish(ForwardLogHandler.java:27) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-30-g88d138f-b2999jnks] at java.util.logging.Logger.log(Logger.java:565) [?:1.7.0_21] at com.khorn.terraincontrol.bukkit.TCPlugin.log(TCPlugin.java:272) [?:?] at com.khorn.terraincontrol.TerrainControl.log(TerrainControl.java:193) [?:?] at com.khorn.terraincontrol.bukkit.TCPlugin.getDefaultWorldGenerator(TCPlugin.java:154) [?:?] at org.bukkit.WorldCreator.getGeneratorForName(WorldCreator.java:289) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-30-g88d138f-b2999jnks] at org.bukkit.WorldCreator.generator(WorldCreator.java:182) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-30-g88d138f-b2999jnks] at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:374) [?:?] at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:359) [?:?] at com.onarandombox.MultiverseCore.utils.WorldManager.loadWorlds(WorldManager.java:650) [?:?] at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:304) [?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-30-g88d138f-b2999jnks] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:350) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-30-g88d138f-b2999jnks] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:384) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-30-g88d138f-b2999jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:299) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-30-g88d138f-b2999jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:281) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-30-g88d138f-b2999jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:342) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-30-g88d138f-b2999jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:319) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-30-g88d138f-b2999jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:275) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-30-g88d138f-b2999jnks] at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-30-g88d138f-b2999jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-30-g88d138f-b2999jnks] at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-30-g88d138f-b2999jnks]
-
View User Profile
-
Send Message
Posted Jan 31, 2014There is any issue on my server. Every once in a while a player is kicked for flying. It says, "flying is not allowed on this server." The thing is it always worked until I just updated craftbukkit and was wondering if Multiverse permissions are not working with this new version or if there is some weird bug. I have certain worlds in multiverse core set to fly and some not so I can't set the server properties file for flight to yes or all my worlds will allow it. Do you have any other suggestions why this is happening? I even checked my Worldguard permissions and everything looks ok? Very puzzled here. Thank you.
-
View User Profile
-
Send Message
Posted Jan 30, 2014how do I give my skyblock world a nether and end
-
View User Profile
-
Send Message
Posted Jan 29, 2014@TWSSYesterday
Never mind, I solved it. It's keepInventory, not keepinventory :)
-
View User Profile
-
Send Message
Posted Jan 29, 2014I'm having issues where its merging parts of the different worlds on my server, but only client side. If you relog, it fixes the merged chunks, but new ones appear.
-
View User Profile
-
Send Message
Posted Jan 29, 2014Is MV dead? Or will it be updated for the new biomes?
-
View User Profile
-
Send Message
Posted Jan 28, 2014Does anyone know if MultiVerse works with CB 1.7.2? I'm a little unsure about using this plugin as it was last updated in 2012...
-
View User Profile
-
Send Message
Posted Jan 28, 2014@TWSSYesterday
Yeah, I am on the latest of both of them. I will make a ticket, although there are no errors and none of my previous tickets has never been answered.... :(
-
View User Profile
-
Send Message
Posted Jan 28, 2014Help I keep crashing with this report
java.lang.IllegalStateException: Player is either on another team or not on any team. Cannot remove from team 'Ghosts'.
-
View User Profile
-
Send Message
Posted Jan 27, 2014Anyone has any idea why /mvrule keepinventory doesn't work? It just says: Failure - keepinventory gamerule cannot be set to true... Doesn't this work on Bukkit/Spigot or is it a bug?
-
View User Profile
-
Send Message
Posted Jan 27, 2014I'm trying to set it so only one created world is Hardcore difficulty. That being said, I want the player to be kicked/banned from that world but not from the entire server. Any way to accomplish this within MVCore? Any help would be appreciated.