Message
Configuration of FlectonePulse messages (how and why they appear)
Localization
Pathlocalizations → language.yml
cooldown: "<color:#ff7171>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 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 update March 21, 2026
Edit on Github