Flectone Logo FlectonePulse

Messages

Configuration of FlectonePulse messages (how and why they appear)


🌍 Localization

Path localizations → language.yml
cooldown: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>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: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>Слишком быстро, попробуй через <time>"
time:
  format: "dd'д' HH'ч' mm'м' ss.SSS'с'"
  permanent: "НАВСЕГДА"
  zero: "0с"

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 updated on

Edit on GitHub

On this page

Authors of page