-
For e.g., if I click on an enchant book to apply to an armor piece, even though its not being added to any armor slot, it thinks that it is being equipped and processes it as an armor equip event.
-
I've forked the repo to compile against 1.14.4 here:
https://github.com/dream-horizon/ArmorEquipEvent
I've created the listener for the event here:
https://github.com/dream-horizon/DreamHorizon-E…
-
As the title says the _latest release_ isn't recognizing the netherite material, and I can't use the 1.7.4 version cause it spams console and change the player's gamemode on equip (surely cause it's m…
-
If a player drags armor across an armor slot, then it will not throw an InventoryClickEvent, but an InventoryDragEvent. This event also needs to be listened for.
-
I'm currently running `org.spigotmc:spigot:1.16.1-R0.1-SNAPSHOT` as library, and can't manage to get the library working, I am using the following code for the `onEnable` method (I'm using Kotlin):
`…
-
**Describe the bug**
the console disable s the plugin with this message upon startup
[21:48:44 WARN]: [ItemsAdder] Loaded class com.codingforcookies.armorequip.ArmorEquipEvent from ArmorEquipEvent…
-
### Describe the bug
1. Cancelling ArmorEquipEvent does not work
2. AE should not be handling the sub events ( InventoryClickEvent, PlayerInteractEvent ) -> if they are already cancelled, this remov…
-
### Terms
- [X] I'm using the very latest version of ItemsAdder and its dependencies.
- [X] I am sure this is a bug and it is not caused by a misconfiguration or by another plugin.
- [X] I already se…
-
### Terms
- [X] I'm using the very latest version of ItemsAdder and its dependencies.
- [X] I am sure this is a bug and it is not caused by a misconfiguration or by another plugin.
- [X] I already se…
-
**Describe the bug**
When I update ItemsAdder from 2.0.17 to 2.0.20, errors occur when I start my server. By looking at the error logs, I found that it appears because of the other plugin ArmorEquipE…