It's a good plugin! I would really like to use that, but I got this error, so please let me know if you know how to fix it. and I would really appreciate if you could give me your discord so we could talk.
[16:08:43 ERROR]: Could not pass event EntityDamageByEntityEvent to ReduceFireballDamage v1.0
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[patched.jar:git-PaperSpigot-"4c7641d"]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[patched.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[patched.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:517) [patched.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:502) [patched.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callEvent(CraftEventFactory.java:87) [patched.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:553) [patched.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:466) [patched.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:585) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.EntityLiving.d(EntityLiving.java:1112) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.EntityHuman.d(EntityHuman.java:860) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.EntityLiving.damageEntity(EntityLiving.java:748) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.EntityHuman.damageEntity(EntityHuman.java:801) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.EntityPlayer.damageEntity(EntityPlayer.java:504) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.EntityLargeFireball.a(EntityLargeFireball.java:20) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.EntityFireball.t_(EntityFireball.java:130) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1650) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.World.g(World.java:1617) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1450) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:600) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:846) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:713) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:616) [patched.jar:git-PaperSpigot-"4c7641d"]
at java.lang.Thread.run(Thread.java:822) [?:2.9 (04-23-2021)]
Caused by: java.lang.NumberFormatException: For input string: "damage1"
at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2056) ~[?:1.8.0]
at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:123) ~[?:1.8.0]
at java.lang.Double.parseDouble(Double.java:549) ~[?:2.9 (04-23-2021)]
at me.sg.nfd.Main.onExplode(Main.java:33) ~[?:?]
at sun.reflect.GeneratedMethodAccessor413.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55) ~[?:1.8.0]
at java.lang.reflect.Method.invoke(Method.java:508) ~[?:1.8.0]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300) ~[patched.jar:git-PaperSpigot-"4c7641d"]
... 24 more
[16:08:43 ERROR]: Could not pass event EntityDamageByEntityEvent to ReduceFireballDamage v1.0
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[patched.jar:git-PaperSpigot-"4c7641d"]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[patched.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[patched.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:517) [patched.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:502) [patched.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callEvent(CraftEventFactory.java:87) [patched.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:553) [patched.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:466) [patched.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:585) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.EntityLiving.d(EntityLiving.java:1112) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.EntityHuman.d(EntityHuman.java:860) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.EntityLiving.damageEntity(EntityLiving.java:748) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.EntityHuman.damageEntity(EntityHuman.java:801) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.EntityPlayer.damageEntity(EntityPlayer.java:504) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.EntityLargeFireball.a(EntityLargeFireball.java:20) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.EntityFireball.t_(EntityFireball.java:130) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1650) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.World.g(World.java:1617) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1450) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:600) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:846) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:713) [patched.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:616) [patched.jar:git-PaperSpigot-"4c7641d"]
at java.lang.Thread.run(Thread.java:822) [?:2.9 (04-23-2021)]
Caused by: java.lang.NumberFormatException: For input string: "damage1"
at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2056) ~[?:1.8.0]
at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:123) ~[?:1.8.0]
at java.lang.Double.parseDouble(Double.java:549) ~[?:2.9 (04-23-2021)]
at me.sg.nfd.Main.onExplodeMonitor(Main.java:45) ~[?:?]
at sun.reflect.GeneratedMethodAccessor416.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55) ~[?:1.8.0]
at java.lang.reflect.Method.invoke(Method.java:508) ~[?:1.8.0]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300) ~[patched.jar:git-PaperSpigot-"4c7641d"]
... 24 more
It happened because you performed the command /setFiraballDamage damage1. However you only need the 1. So its like this /setFiraballDamage 1.
I will patch this bug of players able to set the the damage to a string in the next patch. I apologize for not seeing your post sooner. I believe my discord is linked in the Ask Question / Get Support button.
discord: SG#9444
Version: v5
This work on bed wars 1058? overall the plugin is pretty good. Don't change. Good work!
plugin works like advertised, doesn't seem to work for some other people, they probably have other plugins interfering. Try it out and see if it works for you.
So the plugin worked for you? That is very nice. Very nice indeed. Didn't think setting the priority will help this much tbh.
Version: v3
I'll delete the review when fixed.
Spigot isn't calculating when you launch the fireball, so, you need first to launch the fireball when a player right clicks with it, then you need to set the damage.
If you simply do this plugin, only the ghast will have this damage. You should priority your event to high to avoid other plugins
Thanks for the advice I will make the every priority higher
Version: v3
Doesn't work, and your reply to the reviews are idiotic.
How are they meant to explain how it doesn't work? lol
Doesn't reduce damage. Don't use this.
And don't expect people to be donating to you for this piece of crap.
istg if you give me an idiotic reply ima be maddddd
"How are they meant to explain it." LMFAO. U can explain it by telling me whether the plugin loaded or not, is the custom command valid, etc.
Version: v2
Don't download it, the plugin doesn't work. It loads and the command apparently goes, but it doesn't affect the damage even after rebooting or editing directly from the config.yml, too bad.
Are you sure no plugins are interfering with this Reduce Fireball Damage plugin? It worked perfectly for me. If you want I can make a video to prove it.
Version: 2021-06-30
not working, no recommend this plugin not work LOL ........................................