libreforge icon indicating copy to clipboard operation
libreforge copied to clipboard

TriggerMeleeAttack & TriggerBowAttack should operate on Monitor priority.

Open LlmDl opened this issue 1 year ago • 0 comments

Please report bugs on the discord!

Join by clicking here

https://github.com/Auxilor/libreforge/blob/60b136a276c36f738a3142bfbe03ae7fa2176be8/core/src/main/kotlin/com/willfp/libreforge/triggers/impl/TriggerMeleeAttack.kt#L21

https://github.com/Auxilor/libreforge/blob/60b136a276c36f738a3142bfbe03ae7fa2176be8/core/src/main/kotlin/com/willfp/libreforge/triggers/impl/TriggerBowAttack.kt#L22

Should both be complimented with priority = EventPriority.MONITOR so that plugins cancelling the events on high or highest priority are ignored by your plugin's reward system.

I apologize for not joining the discord and reporting it there.

LlmDl avatar Aug 26 '23 21:08 LlmDl