LuckPerms
Integration with the LuckPerms plugin
Allows:
- Checking permissions for offline players
- Sorting players in TAB by group weight
⚙️ Setting
Pathintegration.yml → luckperms
luckperms:
enable: true
always_have_true: false
tab_sort: trueenable
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
🔐 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 |
Last updated on
Edit on GitHubLiteBans
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
FlectonePulse