Icon
Module responsible for the server image
⚙️ Setting
📂 Path message.yml → status.icon
⚖️ Default
yml
icon:
enable: false
random: true
values:
- "server-icon-1.png"
- "server-icon-2.png"
enable
Enables or disables the functionality of the module
random
If enabled, the image will be selected randomly, otherwise in order
values
server-icon-1.png
server-icon-2.png
List of image names to be displayed
IMAGE MUST
- Be located inside the
/FlectonePulse/images/
folder - Have the size ONLY
64x64
🔐 Permissions
📂 Path permission.yml → message.status.icon
⚖️ Default
yml
icon:
name: "flectonepulse.module.message.status.icon"
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 |