Spoiler
The spoiler
tag is used to hide a message until the mouse hovers over it
Usage: <spoiler:message>
🌍 Localization
📂 Path localizations → locale.yml → message.format.spoiler
⚖️ Default
yml
spoiler:
symbol: "█"
hover: "<fcolor:2><message>"
yml
spoiler:
symbol: "█"
hover: "<fcolor:2><message>"
symbol
Symbol replacing each letter
hover
Message that is shown when hovering over the spoiler
⚙️ Setting
📂 Path message.yml → format.spoiler
⚖️ Default
yml
spoiler:
enable: true
color: "<fcolor:2>"
enable
Enables or disables the functionality of the module
color
Color of the final spoiler in message
🔐 Permissions
📂 Path permission.yml → message.format.spoiler
⚖️ Default
yml
spoiler:
name: "flectonepulse.module.format.spoiler"
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 |