Tiered system
mbax opened this issue ยท 3 comments
Much easier solution to your example. Adding back announcements thing if people badly want that fine-grained. Base perm node off of group name.
admin: ['admin', 'moderators']
moderators: ['moderators']
Sample config?
Groups:
GroupName: Admin
PermissionNode: vanish.admin
CanSee: ['Admin', 'Moderators', 'NormalRolePlayers']
Announcements: true
GroupName: Moderators
PermissionNode: vanish.mod
CanSee: ['Moderators', 'NormalRolePlayers']
Announcements: true
GroupName: NormalRolePlayers
PermissionNode: vanish.roleplayer
CanSee: []
Announcements: false