Auxilor / libreforge

Powerful yaml-based 'scripting' library for spigot
https://plugins.auxilor.io/effects/configuring-an-effect
Other
55 stars 51 forks source link

Wrong ManaRegenerateEvent import for AuraSkills API #154

Open mishonenchev opened 4 months ago

mishonenchev commented 4 months ago

https://github.com/Auxilor/libreforge/blob/283b8098d87364ca775a9bd56e86441b67033182/core/src/main/kotlin/com/willfp/libreforge/integrations/auraskills/impl/ConditionHasMana.kt#L3

This should be changed to: import dev.aurelium.auraskills.api.event.mana.ManaRegenerateEvent because it will cause erroneous behavior for the new AuraSkills 2.0 integration

mishonenchev commented 4 months ago

https://github.com/Auxilor/libreforge/pull/155