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 May 9, 2013Can someone help me.. The Portals only let an "OP" teleport into a world.
-
View User Profile
-
Send Message
Posted May 9, 2013@EncryptedCurse Do you know of a place to learn java and plugin making?
-
View User Profile
-
Send Message
Posted May 9, 2013@xiamix
http://ci.onarandombox.com/job/Multiverse-Core/
-
View User Profile
-
Send Message
Posted May 9, 2013How do you change direction of a regular spawn point? When new player log in, they face the wrong way.
-
View User Profile
-
Send Message
Posted May 9, 2013When I mean is say I have /fly enabled in world1. I then go into a portal into world2 which has - -essentials.fly. In world2 they cannot do /fly which is good, but when they come out through the portal, they still have /fly enabled so they can still fly. Can I fix this
-
View User Profile
-
Send Message
Posted May 9, 2013Update for 1.5.2 please ?
-
View User Profile
-
Send Message
Posted May 8, 2013@CaptainSwishy
Per-world permissions through your permissions plugin.
For example, if you'd like players to fly in world1, but not in world2, only give them the flying permission in world1 (or negate that permission in world2).
-
View User Profile
-
Send Message
Posted May 8, 2013Is there a way to make it so when someone goes into a different world and they had /fly enabled it automatically disables it and turns it off?
-
View User Profile
-
Send Message
Posted May 8, 2013@EncryptedCurse
Are you saying that Multiverse does not separate its chat into separate worlds? As in, by default, there is only one chat channel anyway? Hmm..I wonder what plugin is separating my chat then..
-
View User Profile
-
Send Message
Posted May 8, 2013@OMEGA48
Outside of the scope of this plugin. Look for one or make your own. :P
@xavierhorovitz
Multiverse does not have per-world chat. You're asking for help on the wrong page.
-
View User Profile
-
Send Message
Posted May 8, 2013How can I make it so all worlds share one chat channel?
-
View User Profile
-
Send Message
Posted May 8, 2013@EncryptedCurse
Never mind, i tried the dev build on 1.5.2 and it works, even though i still get errors.
-
View User Profile
-
Send Message
Posted May 8, 2013@EncryptedCurse
It looks like i get the same errors as Pong89
http://pastebin.com/BgEz97wR
I can not access my SkyLands or Plots world.
-
View User Profile
-
Send Message
Posted May 8, 2013hi
I use PlotMe plugin, I have set animals false. I don't want "free" animals plotworld, I use SignShop, but when players buy animals and server restarts animals disappears what to do?
please help me, thanks :)
-
View User Profile
-
Send Message
Posted May 8, 2013Why my command block doesn't work on my (World Name: world_skygrid, world_nether, world_the_end) But the world still working (World Name: world)
-
View User Profile
-
Send Message
Posted May 8, 2013Great plugin. Is it possible to add hardcore worlds?
-
View User Profile
-
Send Message
Posted May 8, 2013I get this error, with 1.5.2.. with mv 2.4 but also mv 2.5 beta..
[SEVERE] Error occurred while enabling Multiverse-Core v2.5-b641 (Is it up to date?) java.lang.NoClassDefFoundError: net/minecraft/server/v1_5_R2/World at uk.co.jacekk.bukkit.skylandsplus.SkylandsPlus.getDefaultWorldGenerator(SkylandsPlus.java:32) at org.bukkit.WorldCreator.getGeneratorForName(WorldCreator.java:284) at org.bukkit.WorldCreator.generator(WorldCreator.java:181) 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:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugin(CraftServer.java:282) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.enablePlugins(CraftServer.java:264) at net.minecraft.server.v1_5_R3.MinecraftServer.j(MinecraftServer.java:304) at net.minecraft.server.v1_5_R3.MinecraftServer.e(MinecraftServer.java:283) at net.minecraft.server.v1_5_R3.MinecraftServer.a(MinecraftServer.java:243) at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:151) at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382) at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573) Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_5_R2.World at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 18 more
-
View User Profile
-
Send Message
Posted May 7, 2013@deleted_10919359
I can't do anything unless you give me those errors.
http://pastebin.com/
-
View User Profile
-
Send Message
Posted May 7, 2013@EncryptedCurse
I get errors in the console too, and when i try to teleport to the Skylands world, it ways invalid world. Im using 2.5-b641 and Craft Bukkit 1.5.2.
-
View User Profile
-
Send Message
Posted May 7, 2013@offroadguy56
Well can you give us more info on why it "does not work"? (MV-Core build, errors, if any, etc).
Have you tried asking the developer of the generator first?