Image
The image
tag is used to display images.
Usage: <image:url> message </image>
⚙️ 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
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 |