Flectone Logo FlectonePulse

Caps

This formatting removes caps in messages

caps

⚙️Setting

Path message.yml → format.moderation.caps
caps:
  enable: false
  trigger: 0.7

enable

Enables or disables the functionality of the module

trigger

The percentage of uppercase letters required for the message to be modified

How to correctly write the percentage

0.7 is 70%, and 1.0 is 100% (the entire message)

🔐Permissions

Path permission.yml → message.format.moderation.caps
caps:
  name: "flectonepulse.module.message.format.moderation.caps"
  type: "TRUE"
  bypass:
    name: "flectonepulse.module.message.format.moderation.caps.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 ignore the formatting

Last updated on

Edit on GitHub

On this page

Authors of page