Skip to content

AdvancedBan

Integration with AdvancedBan checks if a player is muted and prevents them from sending messages, as well as disables moderation commands in FlectonePulse

WARNING

It's better to manually disable these commands in command.yml, as they may not always be disabled automatically

⚙️ Setting

📂 Path integration.yml → advancedban

⚖️ Default

yml
advancedban:
  enable: true
  disable-flectonepulse-ban: true
  disable-flectonepulse-mute: true
  disable-flectonepulse-warn: true
  disable-flectonepulse-kick: true

enable

Enables or disables the functionality of the module

disable-flectonepulse-ban

Disables the /ban, /banlist, and /unban commands in FlectonePulse

disable-flectonepulse-mute

Disables the /mute, /mutelist, and /unmute commands in FlectonePulse

disable-flectonepulse-warn

Disables the /warn, /warnlist, and /unwarn commands in FlectonePulse

disable-flectonepulse-kick

Disables the /kick command in FlectonePulse

🔐 Permissions

📂 Path permission.yml → integration.advancedban

⚖️ Default

yml
advancedban:
  name: "flectonepulse.module.integration.advancedban"
  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