Light plugin to add permission system (like minecraft's PermissionEx or LuckPerms) to your server. 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 ` - Creates a new group + `!lp del groups ` - Deletes the group + `!lp get perms ` - Returns list of permissions in the group + `!lp add perm ` - Adds a new permission to the group + `!lp del perm ` - Deletes a permission from the group + `!lp has perm ` - Returns if player has a permission (client id can be removed to use the sender id) + `!lp assign group ` - 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](https://torchapi.com/plugins/view/?guid=d53cf5e6-27ea-491b-9579-8506d93f184b) plugin ### Support in plugins + [Kits](https://torchapi.com/plugins/view/?guid=d095391d-b5ec-43a9-8ba4-6c4909227e6e)