Flectone Logo FlectonePulse

Flood

This formatting removes flood from messages

caps

⚙️Setting

Path
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 character/word or simply reduce it to the max_repeated_symbols/max_repeated_words limit

max_repeated_symbols

The maximum number of identical characters in a row

max_repeated_words

The maximum number of identical words in a row

🔐Permissions

Path
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
FALSEAvailable to no one, must be granted separately (e.g., using LuckPerms)
OPAvailable to server operators
NOT_OPAvailable to NON-operators of the server

bypass

Permission to bypass this formatting

Last updated on

Edit on GitHub

On this page

Authors of page