Advertisement
Guest User

shopkeeper

a guest
Mar 26th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 4.33 KB | None | 0 0
  1. [Server thread/ERROR]: Could not pass event EntityPotionEffectEvent to Shopkeepers v2.6.0
  2. org.bukkit.event.EventException: null
  3.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot-1.13.2.jar:git-Spigot-e6eb36f-d65a257]
  4.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot-1.13.2.jar:git-Spigot-e6eb36f-d65a257]
  5.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [spigot-1.13.2.jar:git-Spigot-e6eb36f-d65a257]
  6.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [spigot-1.13.2.jar:git-Spigot-e6eb36f-d65a257]
  7.     at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEntityPotionEffectChangeEvent(CraftEventFactory.java:1280) [spigot-1.13.2.jar:git-Spigot-e6eb36f-d65a257]
  8.     at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEntityPotionEffectChangeEvent(CraftEventFactory.java:1268) [spigot-1.13.2.jar:git-Spigot-e6eb36f-d65a257]
  9.     at net.minecraft.server.v1_13_R2.EntityLiving.addEffect(EntityLiving.java:755) [spigot-1.13.2.jar:git-Spigot-e6eb36f-d65a257]
  10.     at org.bukkit.craftbukkit.v1_13_R2.entity.CraftLivingEntity.addPotionEffect(CraftLivingEntity.java:289) [spigot-1.13.2.jar:git-Spigot-e6eb36f-d65a257]
  11.     at com.sucy.skill.dynamic.mechanic.PotionMechanic.execute(PotionMechanic.java:73) [SkillAPI.jar:?]
  12.     at com.sucy.skill.dynamic.EffectComponent.executeChildren(EffectComponent.java:212) [SkillAPI.jar:?]
  13.     at com.sucy.skill.dynamic.target.TargetComponent.execute(TargetComponent.java:55) [SkillAPI.jar:?]
  14.     at com.sucy.skill.dynamic.EffectComponent.executeChildren(EffectComponent.java:212) [SkillAPI.jar:?]
  15.     at com.sucy.skill.dynamic.condition.ConditionComponent.execute(ConditionComponent.java:31) [SkillAPI.jar:?]
  16.     at com.sucy.skill.dynamic.EffectComponent.executeChildren(EffectComponent.java:212) [SkillAPI.jar:?]
  17.     at com.sucy.skill.dynamic.condition.ConditionComponent.execute(ConditionComponent.java:31) [SkillAPI.jar:?]
  18.     at com.sucy.skill.dynamic.EffectComponent.executeChildren(EffectComponent.java:212) [SkillAPI.jar:?]
  19.     at com.sucy.skill.dynamic.condition.ConditionComponent.execute(ConditionComponent.java:31) [SkillAPI.jar:?]
  20.     at com.sucy.skill.dynamic.EffectComponent.executeChildren(EffectComponent.java:212) [SkillAPI.jar:?]
  21.     at com.sucy.skill.dynamic.mechanic.PassiveMechanic.access$400(PassiveMechanic.java:43) [SkillAPI.jar:?]
  22.     at com.sucy.skill.dynamic.mechanic.PassiveMechanic$PassiveTask.run(PassiveMechanic.java:121) [SkillAPI.jar:?]
  23.     at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) [spigot-1.13.2.jar:git-Spigot-e6eb36f-d65a257]
  24.     at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:392) [spigot-1.13.2.jar:git-Spigot-e6eb36f-d65a257]
  25.     at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:889) [spigot-1.13.2.jar:git-Spigot-e6eb36f-d65a257]
  26.     at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot-1.13.2.jar:git-Spigot-e6eb36f-d65a257]
  27.     at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot-1.13.2.jar:git-Spigot-e6eb36f-d65a257]
  28.     at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot-1.13.2.jar:git-Spigot-e6eb36f-d65a257]
  29.     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
  30. Caused by: java.lang.NullPointerException
  31.     at com.nisovin.shopkeepers.shopobjects.citizens.CitizensShops.getNPCUniqueId(CitizensShops.java:149) ~[?:?]
  32.     at com.nisovin.shopkeepers.shopobjects.citizens.SKCitizensShopObjectType.createObjectId(SKCitizensShopObjectType.java:31) ~[?:?]
  33.     at com.nisovin.shopkeepers.shopkeeper.SKShopkeeperRegistry.getShopkeeperByEntity(SKShopkeeperRegistry.java:621) ~[?:?]
  34.     at com.nisovin.shopkeepers.shopkeeper.SKShopkeeperRegistry.isShopkeeper(SKShopkeeperRegistry.java:631) ~[?:?]
  35.     at com.nisovin.shopkeepers.shopobjects.living.LivingEntityShopListener.onEntityPotionEffectEvent(LivingEntityShopListener.java:271) ~[?:?]
  36.     at sun.reflect.GeneratedMethodAccessor102.invoke(Unknown Source) ~[?:?]
  37.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
  38.     at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
  39.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:312) ~[spigot-1.13.2.jar:git-Spigot-e6eb36f-d65a257]
  40.     ... 26 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement