Skip to content

Image

The image tag is used to display images.

Usage: <image:url> message </image>

image message
image minecraft

⚙️ Setting

📂 Path message.yml → format.image

⚖️ Default

yml
image:
  enable: true
  color: "<fcolor:2>"

enable

Enables or disables the functionality of the module

color

Defines the color of the message containing the link.

EXAMPLE

<image:url> house </image>

Here, house will have the color <fcolor:2>

🔐 Permissions

📂 Path permission.yml → message.format.image

⚖️ Default

yml
image:
  name: "flectonepulse.module.message.format.image"
  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