LuckPerms
Integration with the LuckPerms plugin
Allows:
- Checking permissions for offline players
- Sorting players in TAB by group weight or by your own group order
Setting
Pathintegration.yml → luckperms
luckperms:
enable: true
always_have_true: false
tab_sort: true
group_order: []enable
Enables or disables the functionality of the module
always_have_true
If enabled, all permissions that have type: "TRUE" in permission.yml will be granted to the player without any checks. This solves the issue when LuckPerms has a rule like * false (i.e., all permissions are disabled), but this has its own downsides:
- If you want to remove a
TRUEpermission from a player, you will need to change it type in permission.yml first, otherwise disabling the permission will not work in LuckPerms - For commands to be suggested to players instead of showing up as red text, you need to grant their permissions separately
tab_sort
Enables or disables sorting in TAB by group weight
group_order
Your own group order for sorting in TAB. The first group in the list will be above everyone, and those that are not in the list will end up below everyone. If the list is empty, the group weight is used
Example
group_order:
- "owner"
- "admin"
- "moderator"This order is used only for TAB, the group check in moderation commands is still counted by the group weight
Permissions
Pathpermission.yml → integration.luckperms
luckperms:
name: "flectonepulse.module.integration.luckperms"
type: "TRUE"name
Permission name
type
Permission type
| Type | Explanation |
|---|---|
TRUE | Available to any player |
FALSE | Available to no one, must be granted separately (e.g., using LuckPerms) |
OP | Available to server operators |
NOT_OP | Available to NON-operators of the server |
LiteBans
Integration with the LiteBans plugin checks a player's mute status and prevents them from sending messages, and also disables FlectonePulse moderation commands
Maintenance
Integration with the Maintenance plugin allows disabling FlectonePulse's MOTD at the right time and also disables the /maintenance command from FlectonePulse