Spoiler
The spoiler
tag is used to hide a message until the mouse hovers over it
Usage: <spoiler:message>
🌍 Localization
📂 Path localizations → язык.yml → message.format.spoiler
⚖️ Default
yml
spoiler:
symbol: "█"
hover: "<fcolor:2><message>"
yml
spoiler:
symbol: "█"
hover: "<fcolor:2><message>"
display
Responsible for the player's name
entity
Responsible for the entity's name
unknown
Responsible for the unknown name
prefix
Prefix displayed with the team name if the nickname is enabled
suffix
Suffix displayed with the team name if the nickname is enabled
⚙️ Setting
📂 Path message.yml → format.spoiler
⚖️ Default
yml
spoiler:
enable: true
color: "<fcolor:2>"
enable
Enables or disables the functionality of the module
symbol
Symbol replacing each letter
hover
Message that is shown when hovering over the spoiler
🔐 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 |