Flood
This formatting removes flood from messages

🌍 Локализация
Путьlocalizations → language.yml → message.format.moderation.flood
flood:
format_restrict: "<color:#ff7171>🔒 You cannot communicate because you often flooded (<time_left> remaining)"flood:
format_restrict: "<color:#ff7171>🔒 Ты не можешь общаться, потому что часто флудил (<time_left> осталось)"format_restrict
Message if the player flooded too often
⚙️ Setting
Pathflood:
enable: false
trim_to_single: false
violation_limit: 5
violation_reset_time: 200
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
violation_limit
How many times in a row a player must flood to receive a chat restriction
violation_reset_time
How long each violation will be valid in ticks (20 ticks = 1 second)
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
FlectonePulse