Solved PlotMe Error. Could not pass Event.

Discussion in 'Bukkit Help' started by Dadur604, Jun 19, 2014.

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

    Dadur604

    I started using PlotMe today, and am getting an error spam. I created 3 different plotme worls using MultiVerse. Problem a) When doing /plotme auto, it would say an internal error occured. Problem b) Once someone starts building in a plot, the console starts getting spamed with an error. The error repeats for (what seems to be) forever. It is the following:
    Code:
    6/19/2014 10:54:28 PM [SEVERE] Could not pass event BlockPlaceEvent to PlotMe v0.13e
    6/19/2014 10:54:28 PM org.bukkit.event.EventException
    6/19/2014 10:54:28 PM    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[craftbukkit-1.7.2-R0.3.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    6/19/2014 10:54:29 PM    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.7.2-R0.3.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    6/19/2014 10:54:29 PM    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:486) [craftbukkit-1.7.2-R0.3.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    6/19/2014 10:54:29 PM    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:471) [craftbukkit-1.7.2-R0.3.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    6/19/2014 10:54:30 PM    at org.bukkit.craftbukkit.v1_7_R1.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:117) [craftbukkit-1.7.2-R0.3.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    6/19/2014 10:54:30 PM    at net.minecraft.server.v1_7_R1.ItemBlock.processBlockPlace(ItemBlock.java:88) [craftbukkit-1.7.2-R0.3.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    6/19/2014 10:54:30 PM    at net.minecraft.server.v1_7_R1.ItemReed.interactWith(ItemReed.java:51) [craftbukkit-1.7.2-R0.3.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    6/19/2014 10:54:31 PM    at net.minecraft.server.v1_7_R1.ItemStack.placeItem(ItemStack.java:78) [craftbukkit-1.7.2-R0.3.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    6/19/2014 10:54:31 PM    at net.minecraft.server.v1_7_R1.PlayerInteractManager.interact(PlayerInteractManager.java:390) [craftbukkit-1.7.2-R0.3.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    6/19/2014 10:54:31 PM    at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:628) [craftbukkit-1.7.2-R0.3.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    6/19/2014 10:54:32 PM    at net.minecraft.server.v1_7_R1.PacketPlayInBlockPlace.a(SourceFile:60) [craftbukkit-1.7.2-R0.3.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    6/19/2014 10:54:32 PM    at net.minecraft.server.v1_7_R1.PacketPlayInBlockPlace.handle(SourceFile:9) [craftbukkit-1.7.2-R0.3.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    6/19/2014 10:54:32 PM    at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146) [craftbukkit-1.7.2-R0.3.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    6/19/2014 10:54:32 PM    at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [craftbukkit-1.7.2-R0.3.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    6/19/2014 10:54:32 PM    at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655) [craftbukkit-1.7.2-R0.3.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    6/19/2014 10:54:33 PM    at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [craftbukkit-1.7.2-R0.3.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    6/19/2014 10:54:33 PM    at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [craftbukkit-1.7.2-R0.3.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    6/19/2014 10:54:33 PM    at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [craftbukkit-1.7.2-R0.3.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    6/19/2014 10:54:33 PM    at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit-1.7.2-R0.3.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    6/19/2014 10:54:33 PM Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getPlayer(Ljava/util/UUID;)Lorg/bukkit/entity/Player;
    6/19/2014 10:54:34 PM    at com.worldcretornica.plotme.Plot.isAllowedInternal(Plot.java:410) ~[?:?]
    6/19/2014 10:54:34 PM    at com.worldcretornica.plotme.Plot.isAllowed(Plot.java:388) ~[?:?]
    6/19/2014 10:54:34 PM    at com.worldcretornica.plotme.listener.PlotListener.onBlockPlace(PlotListener.java:129) ~[?:?]
    6/19/2014 10:54:34 PM    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60]
    6/19/2014 10:54:35 PM    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
    6/19/2014 10:54:35 PM    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
    6/19/2014 10:54:35 PM    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_60]
    6/19/2014 10:54:35 PM    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:318) ~[craftbukkit-1.7.2-R0.3.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    6/19/2014 10:54:35 PM    ... 18 more
    That repeats forever in the console.
    Any help? Just saying I am not good with code so please "noobify" your answers.
     
  2. Offline

    minoneer

    This is the forum for plugin development. If you are having problems with existing plugins, please refear to their support page/forum in the future.

    In your case, the version of PlotMe and CraftBukkit are incompatible. You have to either upgrade your server or downgrade PlotMe.
     
  3. Offline

    Dadur604

    Thanks. I was confused when downloading the version cuz the version I downloaded said
    • R: v0.13e (FOR 1.7.9!) for CB 1.7.2-R0.3Apr 30, 2014

    • So I didnt know if it was for 1.7.2 or 1.7.9 Glad its an easy fix!
     
  4. Offline

    JaguarJo

    Moved thread to a more appropriate forum.
     
Thread Status:
Not open for further replies.

Share This Page