This version adds the ability to perform custom commands from the console as well. Player-required actions will be ignored.
You can use the action
[isconsole] to check if the sender is the console.
Added custom command compatibility for the console.
Added [NOPERMISSION] action to check if a player does not have a specific permission.
Added [NOVAULTGROUP] action to check if a player is not in a specific vault group.
Added [ISCONSOLE] action to check if the action sender the console.
Added [ISPLAYER] action to check if the action sender is a player.
Added SkyWarsReloaded Events
Added API feature for adding custom-actions to AdditionsEvents.
Fixed some bugs in the Utils class.
Recoded the ASkyBlock and MinetopiaSDB events to fit the latest API developments.