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
format
โ
Time formatting (Apache DurationFormatUtils)
permanent
โ
Time formatting if it is -1
, i.e., forever
zero
โ
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
Type | Explanation |
---|---|
TRUE | Available for any player |
FALSE | Available if granted separately (e.g., via LuckPerms) |
OP | Available for server operators |
NOT_OP | Available if granted separately (e.g., via LuckPerms) |