Flectone Logo FlectonePulse

Flood

This formatting removes flood from messages

flood


🌍 Локализация

Путь 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

Path
flood:
  enable: false
  trim_to_single: false
  violation_limit: 5
  violation_reset_time: 200
  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

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

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

On this page

Authors of page