Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

MCPC 1.4.2 beta 11 (with forge 6.0.1.355) not worked with Multiverse plugin

Featured Replies

Posted

Hello everyone. I have a problem on my MCPC server (1.4.2 beta 11 with 6.0.1.355 forge). Not work multiverse plugin (use a latest version core 638, portals 654). I think, that is forge problem, beacause multiverse work fine on craftbukkit 1.4.4R01 (build 2469). Here a code of error when I create world:

 

2012-11-20 18:00:55 [iNFO] CONSOLE: Starting creation of world 'test'...[m

2012-11-20 18:00:55 [iNFO] [Multiverse-Core] Loading World & Settings - 'test' - Env: NORMAL - Type: NORMAL

2012-11-20 18:00:55 [sEVERE] java.lang.IllegalArgumentException: Could not get provider type for dimension 13, does not exist

2012-11-20 18:00:55 [sEVERE] at net.minecraftforge.common.DimensionManager.getProviderType(DimensionManager.java:109)

2012-11-20 18:00:55 [sEVERE] at net.minecraftforge.common.DimensionManager.createProviderFor(DimensionManager.java:249)

2012-11-20 18:00:55 [sEVERE] at net.minecraft.server.WorldProvider.byDimension(WorldProvider.java:129)

2012-11-20 18:00:55 [sEVERE] at net.minecraft.server.WorldServer.<init>(WorldServer.java:49)

2012-11-20 18:00:55 [sEVERE] at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:716)

2012-11-20 18:00:55 [sEVERE] at org.bukkit.Bukkit.createWorld(Bukkit.java:155)

2012-11-20 18:00:55 [sEVERE] at org.bukkit.WorldCreator.createWorld(WorldCreator.java:235)

2012-11-20 18:00:55 [sEVERE] at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:395)

2012-11-20 18:00:55 [sEVERE] at com.onarandombox.MultiverseCore.utils.WorldManager.addWorld(WorldManager.java:228)

2012-11-20 18:00:55 [sEVERE] at com.onarandombox.MultiverseCore.commands.CreateCommand.runCommand(CreateCommand.java:114)

2012-11-20 18:00:55 [sEVERE] at com.pneumaticraft.commandhandler.multiverse.CommandHandler.checkAndRunCommand(CommandHandler.java:279)

2012-11-20 18:00:55 [sEVERE] at com.pneumaticraft.commandhandler.multiverse.CommandHandler.processFoundCommands(CommandHandler.java:143)

2012-11-20 18:00:55 [sEVERE] at com.pneumaticraft.commandhandler.multiverse.CommandHandler.locateAndRunCommand(CommandHandler.java:93)

2012-11-20 18:00:55 [sEVERE] at com.onarandombox.MultiverseCore.MultiverseCore.onCommand(MultiverseCore.java:882)

2012-11-20 18:00:55 [sEVERE] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)

2012-11-20 18:00:55 [sEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:185)

2012-11-20 18:00:55 [sEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:525)

2012-11-20 18:00:55 [sEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.java:517)

2012-11-20 18:00:55 [sEVERE] at net.minecraft.server.DedicatedServer.al(DedicatedServer.java:255)

2012-11-20 18:00:55 [sEVERE] at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:220)

2012-11-20 18:00:55 [sEVERE] at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:475)

2012-11-20 18:00:55 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:401)

2012-11-20 18:00:55 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:818)

2012-11-20 18:00:55 [sEVERE] [Multiverse-Core] The world 'test' could NOT be loaded because it contains errors!

2012-11-20 18:00:55 [sEVERE] [Multiverse-Core] Try using Chukster to repair your world! 'test'

2012-11-20 18:00:55 [sEVERE] [Multiverse-Core] http://forums.bukkit.org/threads/admin-chunkster.8186/

2012-11-20 18:00:55 [sEVERE] [Multiverse-Core] Failed to Create/Load the world 'test'

2012-11-20 18:00:55 [iNFO] CONSOLE: FAILED.[m

 

 

And error, when I try to import exist world:

 

2012-11-20 18:03:29 [iNFO] CONSOLE: Starting import of world 'test'...[m

2012-11-20 18:03:29 [iNFO] [Multiverse-Core] Loading World & Settings - 'test' - Env: NORMAL - Type: null

2012-11-20 18:03:29 [sEVERE] java.lang.IllegalArgumentException: Could not get provider type for dimension 13, does not exist

2012-11-20 18:03:29 [sEVERE] at net.minecraftforge.common.DimensionManager.getProviderType(DimensionManager.java:109)

2012-11-20 18:03:29 [sEVERE] at net.minecraftforge.common.DimensionManager.createProviderFor(DimensionManager.java:249)

2012-11-20 18:03:29 [sEVERE] at net.minecraft.server.WorldProvider.byDimension(WorldProvider.java:129)

2012-11-20 18:03:29 [sEVERE] at net.minecraft.server.WorldServer.<init>(WorldServer.java:49)

2012-11-20 18:03:29 [sEVERE] at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:716)

2012-11-20 18:03:29 [sEVERE] at org.bukkit.Bukkit.createWorld(Bukkit.java:155)

2012-11-20 18:03:29 [sEVERE] at org.bukkit.WorldCreator.createWorld(WorldCreator.java:235)

2012-11-20 18:03:29 [sEVERE] at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:395)

2012-11-20 18:03:29 [sEVERE] at com.onarandombox.MultiverseCore.utils.WorldManager.addWorld(WorldManager.java:228)

2012-11-20 18:03:29 [sEVERE] at com.onarandombox.MultiverseCore.commands.ImportCommand.runCommand(ImportCommand.java:147)

2012-11-20 18:03:29 [sEVERE] at com.pneumaticraft.commandhandler.multiverse.CommandHandler.checkAndRunCommand(CommandHandler.java:279)

2012-11-20 18:03:29 [sEVERE] at com.pneumaticraft.commandhandler.multiverse.CommandHandler.processFoundCommands(CommandHandler.java:143)

2012-11-20 18:03:29 [sEVERE] at com.pneumaticraft.commandhandler.multiverse.CommandHandler.locateAndRunCommand(CommandHandler.java:93)

2012-11-20 18:03:29 [sEVERE] at com.onarandombox.MultiverseCore.MultiverseCore.onCommand(MultiverseCore.java:882)

2012-11-20 18:03:29 [sEVERE] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)

2012-11-20 18:03:29 [sEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:185)

2012-11-20 18:03:29 [sEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:525)

2012-11-20 18:03:29 [sEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.java:517)

2012-11-20 18:03:29 [sEVERE] at net.minecraft.server.DedicatedServer.al(DedicatedServer.java:255)

2012-11-20 18:03:29 [sEVERE] at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:220)

2012-11-20 18:03:29 [sEVERE] at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:475)

2012-11-20 18:03:29 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:401)

2012-11-20 18:03:29 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:818)

2012-11-20 18:03:29 [sEVERE] [Multiverse-Core] The world 'test' could NOT be loaded because it contains errors!

2012-11-20 18:03:29 [sEVERE] [Multiverse-Core] Try using Chukster to repair your world! 'test'

2012-11-20 18:03:29 [sEVERE] [Multiverse-Core] http://forums.bukkit.org/threads/admin-chunkster.8186/

2012-11-20 18:03:29 [sEVERE] [Multiverse-Core] Failed to Create/Load the world 'test'

2012-11-20 18:03:29 [iNFO] CONSOLE: [31;1mFailed![m

 

The MCPC build is not supported by the forge team. You will have to take it up with the author of the MCPC build.

And, ya, Multiverse should have been ported to use the updated google libs that FML uses.

Read the EAQ before posting! OR ELSE!

 

This isn't building better software, its trying to grab a place in the commit list of a highly visible github project.

 

www.forgeessentials.com

 

Don't PM me, I don't check this account unless I have to.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.