Fixation β
The module formats the player's message so that the first letter is capitalized, and there is a period at the end
βοΈ Setting β
π Path message.yml β format.fixation
βοΈ Default
β
yml
fixation:
enable: false
end-dot: false
first-letter-uppercase: false
non-dot-symbols:
- ";"
- ":"
- "'"
- "\""
- ","
- "?"
- "!"
- "."
enable
β
Enables or disables the functionality of the module
end-dot
β
Determines whether a period will be added at the end of the message if there isn't one
first-letter-uppercase
β
Determines whether the first letter of the message will always be uppercase
non-dot-symbols
β
A list of symbols (can also be words) after which a period should not be added
π Permissions β
π Path permission.yml β message.format.fixation
βοΈ Default
β
yml
fixation:
name: "flectonepulse.module.message.format.fixation"
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) |