Permission Trigger
wysohn opened this issue ยท 1 comments
This trigger will replace the custom trigger hooking PermisisonCheckEvent or etc.
The motivation of this trigger is to allow full modification of permission check up system.
For example, one might want to allow certain permission to be used only when a player is in specific WorldGuard region
in that case, create Permission Trigger, check the name of permission, and if the player is in the WorldGuard region one want, allow the permission instead of consulting the permission plugins. This will give huge flexibility to the permission based servers.
/trg permission <permission node> <name> [codes...]