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 for any player
FALSEAvailable if granted separately (e.g., via LuckPerms)
OPAvailable for server operators
NOT_OPAvailable if granted separately (e.g., via LuckPerms)