Wildcard Permissions: Added support for wildcard permission checking. For example, using [IF_PERMISSION] meta.subname.% to check if a player has any permission starting with meta.subname..
Command Arguments: Added support for dynamic command arguments in actions using {args}, {0}, {1}, etc. (Example: typing /test Hello with the action [CONSOLE] say {0} will execute say Hello in console).
New example using {args}
⚙️ Bug Fixes
⚙️ Implemented compatibility with spigot again
⚙️ Fixed a bug where colors couldn't be seen in some messages
⚙️ Fixed a bug where commands couldn't be created from the GUI
⚙️ Fixed and improved conditional actions [IF_PERMISSION] and ![IF_PERMISSION]