Skip to content

Flood

This formatting removes flood in the message caps

⚙️ Настройка

📂 Путь message.yml → format.moderation.flood

⚖️ По умолчанию

yml
flood:
  enable: false
  trim-to-single: false
  max-repeated-symbols: 10
  max-repeated-words: 2

enable

Включает или выключает работоспособность модуля

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

🔐 Права

📂 Путь permission.yml → message.format.moderation.flood

⚖️ По умолчанию

yml
flood:
  name: "flectonepulse.module.message.format.moderation.flood"
  type: TRUE
  bypass:
    name: "flectonepulse.module.message.format.moderation.flood.bypass"
    type: OP

name

Название права

type

Вид права

ВидОбъяснение
TRUEДоступно для любого игрока
FALSEНикому не доступно, должно быть выдано отдельно (например с помощью LuckPerms)
OPДоступно для операторов сервера
NOT_OPДоступно для НЕ операторов сервера

bypass

Permission to bypass the formatting