You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Bug: The plugin AuraSkills v2.2.3 throws an error during the EntityDamageByEntityEvent event, specifically related to setting the BossBar progress. The error occurs due to a java.lang.IllegalArgumentException stating that the progress must be between 0.0 and 1.0 but receives NaN.
Expected Behavior: The plugin should correctly calculate and set the progress for the BossBar without throwing an exception.
Actual behavior
The plugin throws an exception when attempting to set the BossBar progress due to an invalid value (NaN).
How to reproduce
Trigger an entity damage event (e.g., player or mob combat).
The AuraSkills plugin tries to handle the event, leading to the BossBar progress issue.
Additional Information: This issue might be linked to how XP or damage is calculated or displayed through the BossBar. Logs show the exception as related to the BossBarManager.
Server software and version
PaperMC version 1.21.1-110-master@6d7a438
Expected behavior
Describe the Bug: The plugin AuraSkills v2.2.3 throws an error during the EntityDamageByEntityEvent event, specifically related to setting the BossBar progress. The error occurs due to a java.lang.IllegalArgumentException stating that the progress must be between 0.0 and 1.0 but receives NaN.
Expected Behavior: The plugin should correctly calculate and set the progress for the BossBar without throwing an exception.
Actual behavior
The plugin throws an exception when attempting to set the BossBar progress due to an invalid value (NaN).
How to reproduce
Additional information
Log Error: https://paste.helpch.at/nofebuhocu.php
Latestlog: https://paste.helpch.at/ukemofobux.makefile
Plugin List:
Additional Information: This issue might be linked to how XP or damage is calculated or displayed through the BossBar. Logs show the exception as related to the BossBarManager.
Agreements
The text was updated successfully, but these errors were encountered: