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 to any player
FALSENot available to anyone, must be granted separately (e.g., using LuckPerms)
OPAvailable to server operators
NOT_OPAvailable to not server operators