Skip to content

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

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

TypeExplanation
TRUEAvailable to any player
FALSENot available to anyone, must be granted separately (e.g., using LuckPerms)
OPAvailable to server operators
NOT_OPAvailable to not server operators