since this has not been updated in like 7 years its safe to say its abandoned
so as an alternative ill post a link to my plugin for 1.16.5 that accomplishes a similar goal.
you can apply potion effects when: an item is held in the hand an item is held in the off hand an item is in the inventory an item is in the armor slots an item is anywhere in the inventory
There is a way of fixing it, urself. Open the jar in WinRAR and open the txt called plugin in notepad++ and change the name of the plugin to 'AdvancedIE'
22.01 14:25:03 [Server] ERROR Could not pass event InventoryCloseEvent to Advanced_Item_Effects v1.4.1
22.01 14:25:03 [Server] INFO org.bukkit.event.EventException
22.01 14:25:03 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot56.jar:git-Spigot-72c2605-709783c]
22.01 14:25:03 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot56.jar:git-Spigot-72c2605-709783c]
22.01 14:25:03 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot56.jar:git-Spigot-72c2605-709783c]
22.01 14:25:03 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot56.jar:git-Spigot-72c2605-709783c]
22.01 14:25:03 [Server] INFO at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.handleInventoryCloseEvent(CraftEventFactory.java:873) [spigot56.jar:git-Spigot-72c2605-709783c]
22.01 14:25:03 [Server] INFO at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1636) [spigot56.jar:git-Spigot-72c2605-709783c]
22.01 14:25:03 [Server] INFO at net.minecraft.server.v1_10_R1.PacketPlayInCloseWindow.a(PacketPlayInCloseWindow.java:18) [spigot56.jar:git-Spigot-72c2605-709783c]
22.01 14:25:03 [Server] INFO at net.minecraft.server.v1_10_R1.PacketPlayInCloseWindow.a(PacketPlayInCloseWindow.java:1) [spigot56.jar:git-Spigot-72c2605-709783c]
22.01 14:25:03 [Server] INFO at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot56.jar:git-Spigot-72c2605-709783c]
22.01 14:25:03 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_111]
22.01 14:25:03 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_111]
22.01 14:25:03 [Server] INFO at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [spigot56.jar:git-Spigot-72c2605-709783c]
22.01 14:25:03 [Server] INFO at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:732) [spigot56.jar:git-Spigot-72c2605-709783c]
22.01 14:25:03 [Server] INFO at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot56.jar:git-Spigot-72c2605-709783c]
22.01 14:25:03 [Server] INFO at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668) [spigot56.jar:git-Spigot-72c2605-709783c]
22.01 14:25:03 [Server] INFO at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567) [spigot56.jar:git-Spigot-72c2605-709783c]
22.01 14:25:03 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
22.01 14:25:03 [Server] INFO Caused by: java.lang.IllegalArgumentException: effect type cannot be null
22.01 14:25:03 [Server] INFO at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[spigot56.jar:git-Spigot-72c2605-709783c]
22.01 14:25:03 [Server] INFO at org.bukkit.potion.PotionEffect.<init>(PotionEffect.java:45) ~[spigot56.jar:git-Spigot-72c2605-709783c]
22.01 14:25:03 [Server] INFO at org.bukkit.potion.PotionEffect.<init>(PotionEffect.java:65) ~[spigot56.jar:git-Spigot-72c2605-709783c]
22.01 14:25:03 [Server] INFO at org.bukkit.potion.PotionEffect.<init>(PotionEffect.java:78) ~[spigot56.jar:git-Spigot-72c2605-709783c]
22.01 14:25:03 [Server] INFO at edu.gatech.at.jamespark.AdvancedItemEffects.Effects.addItemPotionEffect(Effects.java:193) ~[?:?]
22.01 14:25:03 [Server] INFO at edu.gatech.at.jamespark.AdvancedItemEffects.Effects.addAllBoundItemPotionEffects(Effects.java:153) ~[?:?]
22.01 14:25:03 [Server] INFO at edu.gatech.at.jamespark.AdvancedItemEffects.Effects.addAllItemEffects(Effects.java:200) ~[?:?]
22.01 14:25:03 [Server] INFO at edu.gatech.at.jamespark.AdvancedItemEffects.Effects.addItemEffects(Effects.java:109) ~[?:?]
22.01 14:25:03 [Server] INFO at edu.gatech.at.jamespark.AdvancedItemEffects.Effects.addItemEffects(Effects.java:118) ~[?:?]
22.01 14:25:03 [Server] INFO at edu.gatech.at.jamespark.AdvancedItemEffects.Listeners.PlayerEventListener.onPlayerInventoryClose(PlayerEventListener.java:54) ~[?:?]
22.01 14:25:03 [Server] INFO at sun.reflect.GeneratedMethodAccessor554.invoke(Unknown Source) ~[?:?]
22.01 14:25:03 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
22.01 14:25:03 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
22.01 14:25:03 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot56.jar:git-Spigot-72c2605-709783c]
22.01 14:25:03 [Server] INFO ... 16 more
22.01 14:25:08 [Server] INFO CONSOLE issued server command: /li
-
View User Profile
-
Send Message
Posted Dec 19, 2021There is also another plugin that is available for all server versions: 1.8.x-1.18.x
https://www.spigotmc.org/resources/item-effects.91208/
This plugin is still active and there are some additional features!
Particle effects are not available yet, probably it will be added at one or another point.
-
View User Profile
-
Send Message
Posted Oct 26, 2021since this has not been updated in like 7 years its safe to say its abandoned
so as an alternative ill post a link to my plugin for 1.16.5 that accomplishes a similar goal.
you can apply potion effects when:
an item is held in the hand
an item is held in the off hand
an item is in the inventory
an item is in the armor slots
an item is anywhere in the inventory
however, it does not support particle effects
its available here: https://www.spigotmc.org/resources/inveffects.97072/ or on the github linked in that page
-
View User Profile
-
Send Message
Posted Oct 1, 2020update for 1.16(.3)?
-
View User Profile
-
Send Message
Posted Jul 15, 2020funciona en 1.8.x?
-
View User Profile
-
Send Message
Posted May 13, 2020Hey, a lot of us have experienced this problem.
The effects Dont work Offhand, Could you please reply and tell us why this is the problem?
-
View User Profile
-
Send Message
Posted Oct 1, 2019I am unable to use the effects of version 1.14.4 for some effects.
-
View User Profile
-
Send Message
Posted Aug 12, 2019update 1.14.4
-
View User Profile
-
Send Message
Posted Sep 30, 2019In reply to burakataman:
There is a way of fixing it, urself. Open the jar in WinRAR and open the txt called plugin in notepad++ and change the name of the plugin to 'AdvancedIE'
This should fix it :D
-
View User Profile
-
Send Message
Posted Oct 1, 2019In reply to Forge_User_96429928:
I am unable to use the effects of version 1.14.4 for some effects.
-
View User Profile
-
Send Message
Posted Jan 6, 2018pls update to 1.12
-
View User Profile
-
Send Message
Posted Jul 3, 2017Suppot 1.11 ?
Please
-
View User Profile
-
Send Message
Posted Sep 2, 2017In reply to TommyVic:
-
View User Profile
-
Send Message
Posted Jan 6, 2018In reply to NolenADuss:
-
View User Profile
-
Send Message
Posted Apr 27, 2017Hey man, this is a great plugin. Could you maybe add the new effects like glow, luck and levitation? Thanks in advance
-
View User Profile
-
Send Message
Posted Jan 22, 2017Is there a way to format how the lore looks, or get rid of it completely?
-
View User Profile
-
Send Message
Posted Jan 22, 2017-
View User Profile
-
Send Message
Posted Jun 26, 2016Is there anyway to hide the effect Description when you apply the effect
also Advanced Item Effects V 1.5.0 doesnt work for me im on 1.8
-
View User Profile
-
Send Message
Posted Jun 6, 2016Will you be updating this to 1.9?
-
View User Profile
-
Send Message
Posted May 8, 2016Can you list all the potion effects?
I type '/aieadd Strength 5'. And it said that Strength is a wrong type!!!
-
View User Profile
-
Send Message
Posted Oct 29, 2017In reply to superflat43: