Skip to content

Spoiler

The spoiler tag is used to hide a message until the mouse hovers over it

Usage: <spoiler:message>

spoiler message
spoiler minecraft

🌍 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

TypeExplanation
TRUEAvailable to any player
FALSENot available to anyone, must be granted separately (e.g., using LuckPerms)
OPAvailable to server operators
NOT_OPAvailable to not server operators