Skip to content

Messages

Configuration of messages in FlectonePulse (why they appear and how)

🌍 Localization

📂 Path localizations → язык.yml

⚖️ Default

yml
cooldown: "<color:#ff7171><b>⁉</b> Слишком быстро, попробуй через <time>"
time:
  format: "dd'д' HH'ч' mm'м' ss.SSS'с'"
  permanent: "НАВСЕГДА"
  zero: "0с"
yml
cooldown: "<color:#ff7171><b>⁉</b> 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 used too frequently, if cooldown is enabled

time

Time messages

Time formatting (Apache DurationFormatUtils)

Time formatting if it is -1, i.e., forever

Time formatting if it equals zero

⚙️ Setting

📂 Path message.yml

⚖️ Default

yml
enable: true

enable

Enables or disables the functionality of the module

🔐 Permissions

📂 Path permission.yml → message

⚖️ Default

yml
message:
  name: "flectonepulse.module.message"
  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