Skip to content

Flood

This formatting removes flood in the message caps

⚙️ Setting

📂 Path message.yml → format.moderation.flood

⚖️ Default

yml
flood:
  enable: false
  trim-to-single: false
  max-repeated-symbols: 10
  max-repeated-words: 2

enable

Enables or disables the functionality of the module

trim-to-single

Whether to replace ALL flood with a single letter or word, otherwise the flood will be reduced to the limit of max-repeated-symbols or max-repeated-words

max-repeated-symbols

Maximum number of identical letters

max-repeated-words

Maximum number of identical words

🔐 Permissions

📂 Path permission.yml → message.format.moderation.flood

⚖️ Default

yml
flood:
  name: "flectonepulse.module.message.format.moderation.flood"
  type: TRUE
  bypass:
    name: "flectonepulse.module.message.format.moderation.flood.bypass"
    type: OP

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

bypass

Permission to bypass the formatting