Messages
Configuration of FlectonePulse messages (how and why they appear)
🌍 Localization
Pathlocalizations → 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
Pathmessage.yml
enable: trueenable
Enables or disables the functionality of the module
🔐 Permissions
Pathpermission.yml → message
message:
name: "flectonepulse.module.message"
type: "TRUE"name
Permission name
type
Permission type
| Type | Explanation |
|---|---|
TRUE | Available to any player |
FALSE | Available to no one, must be granted separately (e.g., using LuckPerms) |
OP | Available to server operators |
NOT_OP | Available to NON-operators of the server |
Last updated on
Edit on GitHub
FlectonePulse