Flood
This formatting removes flood from messages

⚙️Setting
Pathflood:
enable: false
trim_to_single: false
max_repeated_symbols: 10
max_repeated_words: 2enable
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
Pathflood:
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 | Available to no one, must be granted separately (e.g., using LuckPerms) |
OP | Available to server operators |
NOT_OP | Available to NON-operators of the server |
bypass
Permission to bypass this formatting
Last updated on
Edit on GitHub
FlectonePulse