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 to any player |
FALSE | Not available to anyone, must be granted separately (e.g., using LuckPerms) |
OP | Available to server operators |
NOT_OP | Available to not server operators |