Light plugin to add permission system (like minecraft's PermissionEx or LuckPerms) to your server.
DEPRECATED
In this plugins all permissions can be wildcards and belongs to groups
By default plugin creates and assigns player
group to all players automatically (currently unchangeable)
Commands
!lp get groups
- Returns list of all groups
!lp add group <group name>
- Creates a new group
!lp del groups <group name>
- Deletes the group
!lp get perms <group name>
- Returns list of permissions in the group
!lp add perm <group name> <permission>
- Adds a new permission to the group
!lp del perm <group name> <permission>
- Deletes a permission from the group
!lp has perm <permission> <client id>
- Returns if player has a permission (client id can be removed to use the sender id)
!lp assign group <group name> <client id>
- Assigns a group to the player (client id can be removed to use the sender id)
Groups based on discord roles
To automatically assign a group to players if they have a specific role in discord server use LightPerms.Discord plugin
Support in plugins