Archy-X / AuraSkills

The ultra-versatile RPG skills plugin
https://aurelium.dev/auraskills
GNU General Public License v3.0
240 stars 94 forks source link

MMOItems Not Correctly Using Mana from AuraSkills #328

Closed Faeest closed 1 week ago

Faeest commented 1 week ago

Server software and version

Paper 1.21.1

Expected behavior

[16:53:29] [Server thread/INFO]: -----------------[ Player Information ]----------------- [16:53:29] [Server thread/INFO]: Information about \<myself> [16:53:29] [Server thread/INFO]: [16:53:29] [Server thread/INFO]: Player Class: [16:53:29] [Server thread/INFO]: Player Level: 24 [16:53:29] [Server thread/INFO]: Player Mana: 4000.0 [16:53:29] [Server thread/INFO]: Player Stamina: 0.0

Actual behavior

[16:53:29] [Server thread/INFO]: -----------------[ Player Information ]----------------- [16:53:29] [Server thread/INFO]: Information about \<myself> [16:53:29] [Server thread/INFO]: [16:53:29] [Server thread/INFO]: Player Class: [16:53:29] [Server thread/INFO]: Player Level: 24 [16:53:29] [Server thread/INFO]: Player Mana: 5.0 [16:53:29] [Server thread/INFO]: Player Stamina: 0.0

How to reproduce

Plugins Involved:

AuraSkills: 2.4.0 (with modified jar dependencies) MythicLib: 1.6.1 MythicMobs: 5.8.0 MMOItems: 6.10 (DEV BUILD #_30) Oraxen: 1.182.0

Additional information

After hooking MMOItems with AuraSkills successfully, I am encountering an issue where MMOItems is not utilizing mana as expected. The mana displayed is perfectly fine but MMOItems still use the default value of mana which is hunger to perform skills

Agreements

Faeest commented 1 week ago

It was fixed after I deleted the AuraSkills folder, it's on my side. also if anyone faces this problem, use AURA_SKILLS in MMOItems config rather than AURELIUM_SKILLS