Plugin Help Can't create multiverse portal-internal error.

Discussion in 'Plugin Help/Development/Requests' started by georgepan, Jun 27, 2015.

Thread Status:
Not open for further replies.
  1. So I select the portal with world edit and I press /mvp create and the name and it says "An internal error occured while attempting to perform this command". Here is the text from the console:

    Console (open)

    27.06 16:08:16 [Server] INFO ... 14 more
    27.06 16:08:16 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit-BT36_1.8_04.29.jar:git-Bukkit-7019900]
    27.06 16:08:16 [Server] INFO at com.onarandombox.MultiversePortals.MultiversePortals.onCommand(MultiversePortals.java:336) ~[?:?]
    27.06 16:08:16 [Server] INFO at com.pneumaticraft.commandhandler.multiverse.CommandHandler.locateAndRunCommand(CommandHandler.java:71) ~[?:?]
    27.06 16:08:16 [Server] INFO at com.pneumaticraft.commandhandler.multiverse.CommandHandler.locateAndRunCommand(CommandHandler.java:93) ~[?:?]
    27.06 16:08:16 [Server] INFO at com.pneumaticraft.commandhandler.multiverse.CommandHandler.processFoundCommands(CommandHandler.java:143) ~[?:?]
    27.06 16:08:16 [Server] INFO at com.pneumaticraft.commandhandler.multiverse.CommandHandler.checkAndRunCommand(CommandHandler.java:279) ~[?:?]
    27.06 16:08:16 [Server] INFO at com.onarandombox.MultiversePortals.commands.CreateCommand.runCommand(CreateCommand.java:56) ~[?:?]
    27.06 16:08:16 [Server] INFO at com.onarandombox.MultiversePortals.PortalPlayerSession.getSelectedRegion(PortalPlayerSession.java:168) ~[?:?]
    27.06 16:08:16 [Server] INFO Caused by: java.lang.NoSuchMethodError: com.sk89q.worldedit.LocalSession.getSelectionWorld()Lcom/sk89q/worldedit/LocalWorld;
    27.06 16:08:16 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
    27.06 16:08:16 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:517) [craftbukkit-BT36_1.8_04.29.jar:git-Bukkit-7019900]
    27.06 16:08:16 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:609) [craftbukkit-BT36_1.8_04.29.jar:git-Bukkit-7019900]
    27.06 16:08:16 [Server] INFO at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-BT36_1.8_04.29.jar:git-Bukkit-7019900]
    27.06 16:08:16 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:656) [craftbukkit-BT36_1.8_04.29.jar:git-Bukkit-7019900]
    27.06 16:08:16 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_45]
    27.06 16:08:16 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_45]
    27.06 16:08:16 [Server] INFO at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [craftbukkit-BT36_1.8_04.29.jar:git-Bukkit-7019900]
    27.06 16:08:16 [Server] INFO at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(SourceFile:9) [craftbukkit-BT36_1.8_04.29.jar:git-Bukkit-7019900]
    27.06 16:08:16 [Server] INFO at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(SourceFile:37) [craftbukkit-BT36_1.8_04.29.jar:git-Bukkit-7019900]
    27.06 16:08:16 [Server] INFO at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:919) [craftbukkit-BT36_1.8_04.29.jar:git-Bukkit-7019900]
    27.06 16:08:16 [Server] INFO at net.minecraft.server.v1_8_R1.PlayerConnection.handleCommand(PlayerConnection.java:1058) [craftbukkit-BT36_1.8_04.29.jar:git-Bukkit-7019900]
    27.06 16:08:16 [Server] INFO at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:625) ~[craftbukkit-BT36_1.8_04.29.jar:git-Bukkit-7019900]
    27.06 16:08:16 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) ~[craftbukkit-BT36_1.8_04.29.jar:git-Bukkit-7019900]
    27.06 16:08:16 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit-BT36_1.8_04.29.jar:git-Bukkit-7019900]
    27.06 16:08:16 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'mvp' in plugin Multiverse-Portals v2.5-b699
    27.06 16:08:16 [Server] ERROR null
    27.06 16:08:16 [Server] INFO WEAPI


    Please help! D:
     
  2. Offline

    Boomer

    Looks like an incompatibility between the build of multiverse portals and the server build you have..
    OR

    You have made some file changes, or are missing dependancies, and are getting blobs of errors at startup.

    Restart (not /reload) your server and post your ENTIRE latest.log file onto pastebin.com as soon as it finishes loading up
     
  3. Offline

    Boomer

    First - orebfuscator -- that build doesn't work on your build of server. Remove it or find a build that is compatible.

    Second - your MOTD plugin has a broken YML configuration file, as shown in the errors on line 172-180 -- you need to put quotes around any strings that have spaces in them such as yours. There may be other additional formatting errors in that file.

    Third - there is nothing standing out as an alarm against multiverse portals :(
    The good news, this error is likely a PEBCAK error if you are using the wrong command, but this seems to be a matter that the selection by worldedit is not being recognized by multiverse if you are using the right command. There may be other solutions still, but its a workaround for the moment.

    Fourth - your server is being run in offline mode, and we are not supposed to help and support offline mode use issues. None of these issues depends on offline or online mode, but, this thread will be locked by a moderator shortly. Do not use offline mode, or if you do have other problems, make sure to switch it to online mode when posting issues and logs in the future.


    Found elsewhere on the same error code questioned:

    I found a solution. The selection is not being recognized by multiverse. Remove worldedit completely. Type /mvp wand. Select points, and create the portal. Add worldedit back once you have setup all your portals. Worked for me, and I hope this helps!

    Also, the creator of this thread, you should know that "/mvpc" is for creating portals (that's what it looks like you're trying to do). It's not for creating worlds. You can use it to create portals that are directed to worlds, portals or other coordinates. If you are having trouble understanding how to create portals and set destinations, I suggest you go to either of these links (or just search "how to set up a multiverse portal" on google):


    NOTE: To disable a plugin, without deleting it and reinstalling everything, simply rename the jar file to jam or jax like worldedit.jax - that will prevent the server from launching it, but preserve all the ffile settings. then when you rename it back to worldedit.jar, everything comes back to life for itl.
     
  4. Locked, offline mode is not supported here.
     
Thread Status:
Not open for further replies.

Share This Page