Flectone LogoFlectonePulse

Message

Configuration of FlectonePulse messages (how and why they appear)


Localization

Path localizations → language.yml
cooldown: "<color:#ff7171>Too fast, you'll be able to use it in <time>"
time:
  format: "dd'd' HH'h' mm'm' ss.SSS's'"
  permanent: "PERMANENT"
  zero: "0s"

cooldown

Message displayed when a feature is used too frequently, if cooldown is enabled

time

Time-related messages

Time formatting (Apache DurationFormatUtils)

Time formatting if the value is -1, i.e., permanent

Time formatting if the value is zero


Setting

Path message.yml
enable: true

enable

Enables or disables the functionality of the module


Permissions

Path permission.yml → message
message:
  name: "flectonepulse.module.message"
  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 update March 21, 2026
Edit on Github

On this page

Authors of page