Flectone Logo FlectonePulse

LiteBans

Integration with the LiteBans plugin checks a player's mute status and prevents them from sending messages, and also disables FlectonePulse moderation commands

Warning

It is better to disable the commands yourself in command.yml, because the commands do not always disable themselves


⚙️ Setting

Path integration.yml → litebans
litebans:
  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.litebans
litebans:
  name: "flectonepulse.module.integration.litebans"
  type: "TRUE"

name

Permission name

type

Permission type

TypeExplanation
TRUEAvailable to any player
FALSEAvailable to no one, must be granted separately (e.g., using LuckPerms)
OPAvailable to server operators
NOT_OPAvailable to NON-operators of the server

Last updated on

Edit on GitHub

On this page

Authors of page