Flood
This formatting removes flood in the message
⚙️ 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
Type | Explanation |
---|---|
TRUE | Available to any player |
FALSE | Not available to anyone, must be granted separately (e.g., using LuckPerms) |
OP | Available to server operators |
NOT_OP | Available to not server operators |
bypass
Permission to bypass the formatting