-
-
Notifications
You must be signed in to change notification settings - Fork 4
FAQ
Moros edited this page May 18, 2024
·
3 revisions
- Why is Bending not working?
- How can I lock abilities behind a progression system?
- Why is my Firebending blue?
- Why can I not activate my bound abilities?
- What are addons and where can I find them?
- Make sure you are running the latest Bending version and your platform is up to date.
- Check your logs for any errors then ask for help or submit a bug report.
For maximum flexibility, every ability is linked to a permission node (bending.ability.<name>
). All you have to do is negate that node and then grant it based on some condition/achievement of your choosing.
That's because you have the bending.bluefire
permission node (operator by default).
If you have the proper permissions and can successfully bind your abilities but not activate them, check whether you have any protection registered.
Addons are an easy way to integrate with the API in a platform agnostic way. There's no public repository for them since Bending provides all the features and mechanics you might need! If you are looking for something specific, feel free to make a suggestion instead.