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 → язык.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 name display

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

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