Vault
Integration with Vault allows checking permissions for offline players
Warning
It is better to use LuckPerms, it can do all the same and reads permissions of offline players directly. Vault asks another permission plugin for permissions, so such a check is slower and can affect performance with a big online
Setting
Pathintegration.yml → vault
vault:
enable: falseenable
Enables or disables the functionality of the module
Permissions
Pathpermission.yml → integration.vault
vault:
name: "flectonepulse.module.integration.vault"
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 update August 20, 2026
Edit on Github