Skip to content

Fixation ​

The module formats the player's message so that the first letter is capitalized, and there is a period at the end

fixation

βš™οΈ 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

TypeExplanation
TRUEAvailable for any player
FALSEAvailable if granted separately (e.g., via LuckPerms)
OPAvailable for server operators
NOT_OPAvailable if granted separately (e.g., via LuckPerms)