Caps β
This formatting removes caps from a message
βοΈ Setting β
π Path message.yml β format.moderation.caps
βοΈ Default
β
yml
caps:
enable: false
trigger: 0.7
sound:
enable: false
enable
β
Enables or disables the functionality of the module
trigger
β
Percentage of letters that should be uppercase for the message to be modified
HOW TO PROPERLY WRITE PERCENTAGE
0.7
is 70%
, and 1.0
is 100%
, i.e. the whole message
sound
β
Sound playback
Field | Type | Explanation |
---|---|---|
enable | boolean | Enables sound functionality |
volume | float | Sound volume from 0 to 1.0 |
pitch | float | Sound pitch from 0 to 1.0 |
category | String | Category from MASTER , MUSIC , RECORD , WEATHER , BLOCK , HOSTILE , NEUTRAL , PLAYER , AMBIENT , VOICE |
name | String | Sound name, for example minecraft:entity.llama.spit |
HOW TO USE SOUND?
Replace false
with true
and restart FlectonePulse
using the /flectonepulse reload
command. Additional sound settings will appear AFTER RELOADING.
The sound configuration will look like this:
yaml
sound:
enable: true
volume: 1.0
pitch: 1.0
category: "HOSTILE"
name: "minecraft:entity.llama.spit"
π Permissions β
π Path permission.yml β message.format.moderation.caps
βοΈ Default
β
yml
caps:
name: "flectonepulse.module.message.format.moderation.caps"
type: TRUE
bypass:
name: "flectonepulse.module.message.format.moderation.caps.bypass"
type: OP
sound:
name: "flectonepulse.module.message.format.moderation.caps.sound"
type: TRUE
name
β
Permission name
type
β
Permission type
Type | Explanation |
---|---|
TRUE | Available for any player |
FALSE | Available if granted separately (e.g., via LuckPerms) |
OP | Available for server operators |
NOT_OP | Available if granted separately (e.g., via LuckPerms) |
bypass
β
Permission to ignore formatting
sound
β
Permission to use sound