Flectone Logo FlectonePulse

Fixation

This module formats player messages so that the first letter is capitalized and there is a period at the end

fixation

⚙️Setting

Path message.yml → format.fixation
fixation:
  enable: false
  end_dot: false
  first_letter_uppercase: false
  non_dot_symbols:
  - ";"
  - ":"
  - "'"
  - "\""
  - ","
  - "?"
  - "!"
  - "."

enable

Enables or disables the functionality of the module

end_dot

Whether a period will be added to the end of the message if it is missing

first_letter_uppercase

Whether the first letter of the message will always be capitalized

non_dot_symbols

A list of symbols (or words) after which a period should not be placed

🔐Permissions

Path permission.yml → message.format.fixation
fixation:
  name: "flectonepulse.module.message.format.fixation"
  type: "TRUE"

name

Permission name

type

Permission type

TypeExplanation
TRUEAvailable to any player
FALSEAvailable to no one, must be granted separately (e.g., using LuckPerms)
OPAvailable to server operators
NOT_OPAvailable to NON-operators of the server

Last updated on

Edit on GitHub

On this page

Authors of page