Feature Suggestion- CheckPermissions Action
KingofAnomaly opened this issue ยท 2 comments
I need this feature to make an approval rating and quest GUI on my server where I can enable and disable spells via other spells.
You can do this with the CheckRequirements action, like this:
approved:
actions:
cast:
- class: CheckRequirements
requirements:
- permission: approved
- class: Message
message: You are OK!