Advertisement
Guest User

Untitled

a guest
Mar 4th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.83 KB | None | 0 0
  1.  [Server thread/ERROR]: Could not pass event PlayerInteractEvent to Magic v6.0
  2. org.bukkit.event.EventException
  3.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-1.9.jar:git-Spigot-7d15d07-c194444]
  4.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.9.jar:git-Spigot-7d15d07-c194444]
  5.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.9.jar:git-Spigot-7d15d07-c194444]
  6.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.9.jar:git-Spigot-7d15d07-c194444]
  7.     at org.bukkit.craftbukkit.v1_9_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:212) [spigot-1.9.jar:git-Spigot-7d15d07-c194444]
  8.     at org.bukkit.craftbukkit.v1_9_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:179) [spigot-1.9.jar:git-Spigot-7d15d07-c194444]
  9.     at org.bukkit.craftbukkit.v1_9_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:175) [spigot-1.9.jar:git-Spigot-7d15d07-c194444]
  10.     at net.minecraft.server.v1_9_R1.PlayerConnection.a(PlayerConnection.java:1340) [spigot-1.9.jar:git-Spigot-7d15d07-c194444]
  11.     at net.minecraft.server.v1_9_R1.PacketPlayInArmAnimation.a(SourceFile:32) [spigot-1.9.jar:git-Spigot-7d15d07-c194444]
  12.     at net.minecraft.server.v1_9_R1.PacketPlayInArmAnimation.a(SourceFile:9) [spigot-1.9.jar:git-Spigot-7d15d07-c194444]
  13.     at net.minecraft.server.v1_9_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.9.jar:git-Spigot-7d15d07-c194444]
  14.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
  15.     at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
  16.     at net.minecraft.server.v1_9_R1.SystemUtils.a(SourceFile:45) [spigot-1.9.jar:git-Spigot-7d15d07-c194444]
  17.     at net.minecraft.server.v1_9_R1.MinecraftServer.D(MinecraftServer.java:716) [spigot-1.9.jar:git-Spigot-7d15d07-c194444]
  18.     at net.minecraft.server.v1_9_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-1.9.jar:git-Spigot-7d15d07-c194444]
  19.     at net.minecraft.server.v1_9_R1.MinecraftServer.C(MinecraftServer.java:655) [spigot-1.9.jar:git-Spigot-7d15d07-c194444]
  20.     at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:554) [spigot-1.9.jar:git-Spigot-7d15d07-c194444]
  21.     at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
  22. Caused by: java.lang.NullPointerException
  23.     at org.dynmap.bukkit.DynmapPlugin.markerAPIInitialized(DynmapPlugin.java:948) ~[?:?]
  24.     at com.elmakers.mine.bukkit.dynmap.DynmapController.showCastMarker(DynmapController.java:38) ~[?:?]
  25.     at com.elmakers.mine.bukkit.magic.MagicController.onCast(MagicController.java:3015) ~[?:?]
  26.     at com.elmakers.mine.bukkit.magic.Mage.onCast(Mage.java:1384) ~[?:?]
  27.     at com.elmakers.mine.bukkit.spell.BaseSpell.processResult(BaseSpell.java:1252) ~[?:?]
  28.     at com.elmakers.mine.bukkit.spell.ActionSpell.processResult(ActionSpell.java:34) ~[?:?]
  29.     at com.elmakers.mine.bukkit.spell.BaseSpell.finalizeCast(BaseSpell.java:1158) ~[?:?]
  30.     at com.elmakers.mine.bukkit.spell.BaseSpell.cast(BaseSpell.java:1047) ~[?:?]
  31.     at com.elmakers.mine.bukkit.spell.BaseSpell.cast(BaseSpell.java:875) ~[?:?]
  32.     at com.elmakers.mine.bukkit.spell.BaseSpell.cast(BaseSpell.java:1603) ~[?:?]
  33.     at com.elmakers.mine.bukkit.wand.Wand.cast(Wand.java:3659) ~[?:?]
  34.     at com.elmakers.mine.bukkit.wand.Wand.cast(Wand.java:3641) ~[?:?]
  35.     at com.elmakers.mine.bukkit.magic.listener.PlayerController.onPlayerInteract(PlayerController.java:415) ~[?:?]
  36.     at sun.reflect.GeneratedMethodAccessor178.invoke(Unknown Source) ~[?:?]
  37.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95]
  38.     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95]
  39.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.9.jar:git-Spigot-7d15d07-c194444]
  40.     ... 18 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement