Multiverse-Portals

Multiverse-Portals

2M Downloads

Cannot create Portals!

Opened this issue ยท 2 comments

commented

Whenever I attempt to make a Portal, it says "An internal error occurred while attempting to preform this command." and get this error in the console:

org.bukkit.command.CommandException: Unhandled exception executing command 'mvpc
reate' in plugin Multiverse-Portals v2.4-b548
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spi
got1543.jar:git-Spigot-1543]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:18

  1. ~[spigot1543.jar:git-Spigot-1543]
    at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServe
    r.java:767) ~[spigot1543.jar:git-Spigot-1543]
    at net.minecraft.server.v1_7_R3.PlayerConnection.handleCommand(PlayerCon
    nection.java:1015) [spigot1543.jar:git-Spigot-1543]
    at net.minecraft.server.v1_7_R3.PlayerConnection.a(PlayerConnection.java
    :845) [spigot1543.jar:git-Spigot-1543]
    at net.minecraft.server.v1_7_R3.PacketPlayInChat.a(PacketPlayInChat.java
    :28) [spigot1543.jar:git-Spigot-1543]
    at net.minecraft.server.v1_7_R3.PacketPlayInChat.handle(PacketPlayInChat
    .java:65) [spigot1543.jar:git-Spigot-1543]
    at net.minecraft.server.v1_7_R3.NetworkManager.a(NetworkManager.java:184
    ) [spigot1543.jar:git-Spigot-1543]
    at net.minecraft.server.v1_7_R3.ServerConnection.c(ServerConnection.java
    :81) [spigot1543.jar:git-Spigot-1543]
    at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:7
  2. [spigot1543.jar:git-Spigot-1543]
    at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:2
  3. [spigot1543.jar:git-Spigot-1543]
    at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:5
  4. [spigot1543.jar:git-Spigot-1543]
    at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java
    :490) [spigot1543.jar:git-Spigot-1543]
    at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:6
  5. [spigot1543.jar:git-Spigot-1543]
    Caused by: java.lang.NoSuchMethodError: com.sk89q.worldedit.LocalSession.getSele
    ctionWorld()Lcom/sk89q/worldedit/LocalWorld;
    at com.onarandombox.MultiversePortals.PortalPlayerSession.getSelectedReg
    ion(PortalPlayerSession.java:169) ~[?:?]
    at com.onarandombox.MultiversePortals.commands.CreateCommand.runCommand(
    CreateCommand.java:56) ~[?:?]
    at com.pneumaticraft.commandhandler.multiverse.CommandHandler.checkAndRu
    nCommand(CommandHandler.java:279) ~[?:?]
    at com.pneumaticraft.commandhandler.multiverse.CommandHandler.processFou
    ndCommands(CommandHandler.java:143) ~[?:?]
    at com.pneumaticraft.commandhandler.multiverse.CommandHandler.locateAndR
    unCommand(CommandHandler.java:93) ~[?:?]
    at com.pneumaticraft.commandhandler.multiverse.CommandHandler.locateAndR
    unCommand(CommandHandler.java:71) ~[?:?]
    at com.onarandombox.MultiversePortals.MultiversePortals.onCommand(Multiv
    ersePortals.java:317) ~[?:?]
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spi
    got1543.jar:git-Spigot-1543]
    ... 13 more

Help please! :(

commented

Recieving this same error, line for line, on creations of portals. I was making portals just fine yesterday, not sure what happened.

commented

Oh! Downgrading to WorldEdit 5 fixes the problem, closing thread!