Archy-X / AuraSkills

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

Feature - Support for action bar status on API #286

Open VinceSMC opened 1 month ago

VinceSMC commented 1 month ago

Feature description

Could you add support for toggling the action bar status (true/false)? This would allow us to enable or disable it for individual users when we need to display other information on the action bar.

https://github.com/Archy-X/AuraSkills/blob/master/api/src/main/java/dev/aurelium/auraskills/api/user/SkillsUser.java

Additional context

No response

Archy-X commented 1 month ago

AuraSkills already has a system to detect and pause the action bar automatically if other things are using the action bar. It just requires ProtocolLib installed to detect the packets. If you have it and it doesn't work, what method are you using to send your action bar in code and what server version are you running?