Internal Error Multiverse

Discussion in 'Bukkit Help' started by Superhero6754, Feb 11, 2017.

Thread Status:
Not open for further replies.
  1. Offline

    Superhero6754

    I am trying to use the multiverse portals and multiverse core. Every time I try making a portal it says "An internal error occurred while attempting to perform this command". also in my console it says error: null. Everything I find says its a world edit problem but I don't have world edit installed. Any reasons this is happening?
     
    Last edited: Feb 11, 2017
  2. Offline

    Zombie_Striker

    @Superhero6754
    The problem is that you do not have world edit installed. You need world edit in order for MVP to work. Install it.

    BTW: For future posts, please post the full error log. What may look like random lines actually tells us what the problem is and where it is located.
     
  3. Offline

    Superhero6754

    I have tried with and without, it say the same for both. And when you say error log I hope you mean this.



    Code:
    [00:41:54 INFO]: Superhero6754 issued server command: /mvpcreate FactionsHubPortal
    [00:41:54 ERROR]: null
    org.bukkit.command.CommandException: Unhandled exception executing command 'mvpcreate' in plugin Multiverse-Portals v2.4-b548        
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit-1.11.2.jar:git-Bukkit-a552117]         at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) ~[craftbukkit-1.11.2.jar:git-Bukkit-a552117]        
    at org.bukkit.craftbukkit.v1_11_R1.CraftServer.dispatchCommand(CraftServer.java:629) ~[craftbukkit-1.11.2.jar:git-Bukkit-a552117]        
    at net.minecraft.server.v1_11_R1.PlayerConnection.handleCommand(PlayerConnection.java:1285) [craftbukkit-1.11.2.jar:git-Bukkit-a552117]        
    at net.minecraft.server.v1_11_R1.PlayerConnection.a(PlayerConnection.java:1145) [craftbukkit-1.11.2.jar:git-Bukkit-a552117]       
    at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(SourceFile:37) [craftbukkit-1.11.2.jar:git-Bukkit-a552117]      
    at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(SourceFile:9) [craftbukkit-1.11.2.jar:git-Bukkit-a552117]        
    at net.minecraft.server.v1_11_R1.PlayerConnectionUtils$1.run(SourceFile:13) [craftbukkit-1.11.2.jar:git-Bukkit-a552117]         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_112]        
    at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_112]        
    at net.minecraft.server.v1_11_R1.SystemUtils.a(SourceFile:46) [craftbukkit-1.11.2.jar:git-Bukkit-a552117]        
    at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:695) [craftbukkit-1.11.2.jar:git-Bukkit-a552117]        
    at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:360) [craftbukkit-1.11.2.jar:git-Bukkit-a552117]       
    at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:650) [craftbukkit-1.11.2.jar:git-Bukkit-a552117]        
    at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:554) [craftbukkit-1.11.2.jar:git-Bukkit-a552117]        
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_112] Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;        
    at com.onarandombox.MultiversePortals.MVPortal.addToUpperLists(MVPortal.java:157) ~[?:?]      
    at com.onarandombox.MultiversePortals.MVPortal.init(MVPortal.java:92) ~[?:?]      
    at com.onarandombox.MultiversePortals.MVPortal.<init>(MVPortal.java:61) ~[?:?]        
    at com.onarandombox.MultiversePortals.MVPortal.<init>(MVPortal.java:219) ~[?:?]       
    at com.onarandombox.MultiversePortals.utils.PortalManager.addPortal(PortalManager.java:126) ~[?:?]                   
    at com.onarandombox.MultiversePortals.commands.CreateCommand.runCommand(CreateCommand.java:62) ~[?:?]      at com.pneumaticraft.commandhandler.multiverse.CommandHandler.checkAndRunCommand(CommandHandler.java:278) ~[?:?]        
    at com.pneumaticraft.commandhandler.multiverse.CommandHandler.processFoundCommands(CommandHandler.java:142) ~[?:?]       
    at com.pneumaticraft.commandhandler.multiverse.CommandHandler.locateAndRunCommand(CommandHandler.java:92) ~[?:?]       
    at com.pneumaticraft.commandhandler.multiverse.CommandHandler.locateAndRunCommand(CommandHandler.java:70) ~[?:?]       
    at com.onarandombox.MultiversePortals.MultiversePortals.onCommand(MultiversePortals.java:317) ~[?:?]       
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit-1.11.2.jar:git-Bukkit-a552117]         ... 15 more
     
  4. Offline

    Tecno_Wizard

    @Superhero6754, this is actually caused by using a 1.7 plugin for 1.8. Wolverness made a change in Bukkit that broke a heck of a lot of stuff.
     
  5. Offline

    Superhero6754

    @Tecno_Wizard I don't get it, it says I'm using the 1.11 plugins. Both Multiverse and Worldedit. Is there a way around or to fix this?

    I don't get it, it says I'm using the 1.11 plugins. Both Multiverse and Worldedit. Is there a way around or to fix this?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Feb 12, 2017
  6. Offline

    Zombie_Striker

    @Superhero6754
    You can create a ticket so the main dev can possibly fix this. Go to the MVP bukkit page and post a new ticket, remember to post the full console.
     
Thread Status:
Not open for further replies.

Share This Page