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 for any player
FALSEAvailable if granted separately (e.g., via LuckPerms)
OPAvailable for server operators
NOT_OPAvailable if granted separately (e.g., via LuckPerms)