Caps
This formatting removes caps in messages

⚙️Setting
Pathmessage.yml → format.moderation.caps
caps:
enable: false
trigger: 0.7enable
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
Pathpermission.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
| 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 ignore the formatting
Last updated on
Edit on GitHub
FlectonePulse