TAB
Integration with TAB
resolves compatibility issues by disabling certain features in FlectonePulse
:
⚙️ Setting
📂 Path integration.yml → tab
⚖️ Default
yml
tab:
enable: true
disable-flectonepulse-scoreboard: true
disable-flectonepulse-header: true
disable-flectonepulse-footer: true
disable-flectonepulse-playerlistname: false
enable
Enables or disables the functionality of the module
disable-flectonepulse-scoreboard
Disables the Scoreboard module
disable-flectonepulse-header
Disables the Header module
disable-flectonepulse-footer
Disables the Footer module
disable-flectonepulse-playerlistname
Disables the Player List Name module
🔐 Permissions
📂 Path permission.yml → integration.tab
⚖️ Default
yml
tab:
name: "flectonepulse.module.integration.tab"
type: TRUE
name
Permission name
type
Permission type
Type | Explanation |
---|---|
TRUE | Available to any player |
FALSE | Not available to anyone, must be granted separately (e.g., using LuckPerms) |
OP | Available to server operators |
NOT_OP | Available to not server operators |