Problem with creating a new world with Multiverse Plugin

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

MrNick822

New Member
Jul 29, 2019
2
0
0
Hello,
I am having some problems with creating or importing a new world on my FTB Direwolf20 1.5 Server. I have installed BukkitForge, but when I am ingame and i use the command /mv create [name] normal, it says: FAILED(in red or white). I don't know what to do, I need this plugin inorder to make my server better. Ask any questions that will help solve it. Here is the server.log:
I want to keep my name secret so I replaced it w/ (Name)

2013-09-15 18:18:30 [INFO] [STDOUT] (Name): Starting creation of world 'world
'...←[m
2013-09-15 18:18:30 [INFO] [ForgeModLoader] Loading dimension 36 (Spawn1) (net.m
inecraft.server.dedicated.DedicatedServer@20c156b9)
2013-09-15 18:18:30 [INFO] [STDERR] java.lang.NullPointerException
2013-09-15 18:18:30 [INFO] [STDERR] at keepcalm.mods.bukkitforge.BukkitForge
DimensionManager.createWorld(BukkitForgeDimensionManager.java:200)
2013-09-15 18:18:30 [INFO] [STDERR] at org.bukkit.craftbukkit.v1_5_R3.CraftS
erver.createWorld(CraftServer.java:566)
2013-09-15 18:18:30 [INFO] [STDERR] at org.bukkit.Bukkit.createWorld(Bukkit.
java:156)
2013-09-15 18:18:30 [INFO] [STDERR] at org.bukkit.WorldCreator.createWorld(W
orldCreator.java:236)
2013-09-15 18:18:30 [INFO] [STDERR] at com.onarandombox.MultiverseCore.utils
.WorldManager.doLoad(WorldManager.java:421)
2013-09-15 18:18:30 [INFO] [STDERR] at com.onarandombox.MultiverseCore.utils
.WorldManager.addWorld(WorldManager.java:229)
2013-09-15 18:18:30 [INFO] [STDERR] at com.onarandombox.MultiverseCore.comma
nds.CreateCommand.runCommand(CreateCommand.java:114)
2013-09-15 18:18:30 [INFO] [STDERR] at com.pneumaticraft.commandhandler.mult
iverse.CommandHandler.checkAndRunCommand(CommandHandler.java:279)
2013-09-15 18:18:30 [INFO] [STDERR] at com.pneumaticraft.commandhandler.mult
iverse.CommandHandler.processFoundCommands(CommandHandler.java:143)
2013-09-15 18:18:30 [INFO] [STDERR] at com.pneumaticraft.commandhandler.mult
iverse.CommandHandler.locateAndRunCommand(CommandHandler.java:93)
2013-09-15 18:18:30 [INFO] [STDERR] at com.onarandombox.MultiverseCore.Multi
verseCore.onCommand(MultiverseCore.java:894)
2013-09-15 18:18:30 [INFO] [STDERR] at org.bukkit.command.PluginCommand.exec
ute(PluginCommand.java:44)
2013-09-15 18:18:30 [INFO] [STDERR] at keepcalm.mods.bukkit.forgeHandler.com
mands.CommandExecutor2CommandBase.func_71515_b(CommandExecutor2CommandBase.java:
105)
2013-09-15 18:18:30 [INFO] [STDERR] at net.minecraft.command.CommandHandler.
func_71556_a(CommandHandler.java:87)
2013-09-15 18:18:30 [INFO] [STDERR] at net.minecraft.network.NetServerHandle
r.func_72566_d(NetServerHandler.java:757)
2013-09-15 18:18:30 [INFO] [STDERR] at net.minecraft.network.NetServerHandle
r.func_72481_a(NetServerHandler.java:720)
2013-09-15 18:18:30 [INFO] [STDERR] at net.minecraft.network.packet.Packet3C
hat.func_73279_a(SourceFile:44)
2013-09-15 18:18:30 [INFO] [STDERR] at net.minecraft.network.TcpConnection.f
unc_74428_b(TcpConnection.java:461)
2013-09-15 18:18:30 [INFO] [STDERR] at net.minecraft.network.NetServerHandle
r.func_72570_d(NetServerHandler.java:134)
2013-09-15 18:18:30 [INFO] [STDERR] at net.minecraft.network.NetworkListenTh
read.func_71747_b(NetworkListenThread.java:53)
2013-09-15 18:18:30 [INFO] [STDERR] at net.minecraft.server.dedicated.Dedica
tedServerListenThread.func_71747_b(SourceFile:30)
2013-09-15 18:18:30 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.
func_71190_q(MinecraftServer.java:677)
2013-09-15 18:18:30 [INFO] [STDERR] at net.minecraft.server.dedicated.Dedica
tedServer.func_71190_q(DedicatedServer.java:275)
2013-09-15 18:18:30 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.
func_71217_p(MinecraftServer.java:573)
2013-09-15 18:18:30 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.
run(MinecraftServer.java:470)
2013-09-15 18:18:30 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftS
erver.run(SourceFile:573)
2013-09-15 18:18:30 [INFO] [STDOUT] (Name): FAILED.←[m
 

xaositech

New Member
Jul 29, 2019
42
0
0
Have you scoured the Bukkit forums? That bit right there is entirely a bukkit issue.

Not.
Usual minecraft handles worlds in different folders,
FTB using nested folders inside /world directory, and that's the problem.

Maybe you can solve it this way:
in bukkit.yml there is a section you can put in the new world names here?
bukkit-to-forge-mappings:
world_nether: dim-1
world_the_end: dim1
world_twilightforest: dim7
world_limbo: dim-23
world_mining: dim6
mine looks like this.


Do you know any multiworld plugin which handles this?
 

Staxed

New Member
Jul 29, 2019
1,019
-2
0
Not.
Usual minecraft handles worlds in different folders,
FTB using nested folders inside /world directory, and that's the problem.

Maybe you can solve it this way:
in bukkit.yml there is a section you can put in the new world names here?
bukkit-to-forge-mappings:
world_nether: dim-1
world_the_end: dim1
world_twilightforest: dim7
world_limbo: dim-23
world_mining: dim6
mine looks like this.


Do you know any multiworld plugin which handles this?


that IS a bukkit/mcpc+ issue, ftb does not have a bukkit.yml...that is added by switching from the ftb jar to the mcpc+ jar...so as ash initially said, this is NOT an ftb issue ;)
 

xaositech

New Member
Jul 29, 2019
42
0
0
that IS a bukkit/mcpc+ issue, ftb does not have a bukkit.yml...that is added by switching from the ftb jar to the mcpc+ jar...so as ash initially said, this is NOT an ftb issue ;)

Yepp. I meant "not" solutionwise.
May you think the above solution may work? ;)
 
Status
Not open for further replies.