Coder Social home page Coder Social logo

Comments (11)

Yukun99 avatar Yukun99 commented on June 17, 2024

Doesn't look like an error with CrazyEnchants tbh, try updating spigot?

from crazyenchantments.

badbones69 avatar badbones69 commented on June 17, 2024

Is this the whole error. If so can you maybe try and see if you can find out whats making this happen. Check the bow enchantments maybe. See if this error happen with them.

from crazyenchantments.

Yukun99 avatar Yukun99 commented on June 17, 2024

I also have this error now, bow enchants just straight out not work.

from crazyenchantments.

badbones69 avatar badbones69 commented on June 17, 2024

I have tested and not got a error. Please explain how this error is happening. If you don't know then maybe try and find out. @Yukun99 my enchantments are working.

from crazyenchantments.

Yukun99 avatar Yukun99 commented on June 17, 2024

Alright I'll go check again

from crazyenchantments.

Yukun99 avatar Yukun99 commented on June 17, 2024

My server is running into issues, I'll go check after the server resumes and I update to the latest version :P

from crazyenchantments.

Yukun99 avatar Yukun99 commented on June 17, 2024

Found the bug :D
[09:12:03 ERROR]: Could not pass event EntityDamageByEntityEvent to CrazyEnchantments v1.6.2.3org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24] at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callEvent(CraftEventFactory.java:87) [server.jar:git-Spigot-db6de12-18fbb24] at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:553) [server.jar:git-Spigot-db6de12-18fbb24] at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:466) [server.jar:git-Spigot-db6de12-18fbb24] at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:585) [server.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.EntityLiving.d(EntityLiving.java:1102) [server.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.EntityLiving.damageEntity(EntityLiving.java:743) [server.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.EntityMonster.damageEntity(EntityMonster.java:42) [server.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:242) [server.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [server.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [server.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [server.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [server.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [server.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_91]Caused by: java.lang.NullPointerException at me.BadBones69.CrazyEnchantments.Enchantments.Bows.onArrowLand(Bows.java:146) ~[?:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_91] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_91] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_91] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24] ... 20 more

from crazyenchantments.

Yukun99 avatar Yukun99 commented on June 17, 2024

me.BadBones69.CrazyEnchantments.Enchantments.Bows.onArrowLand(Bows.java:146)

from crazyenchantments.

Yukun99 avatar Yukun99 commented on June 17, 2024

Was just shooting a creeper btw

from crazyenchantments.

badbones69 avatar badbones69 commented on June 17, 2024

Should be fixed in the next update.

from crazyenchantments.

Yukun99 avatar Yukun99 commented on June 17, 2024

Sank yew!

from crazyenchantments.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.