Skip to content

Icon

Module responsible for the server image server icon

⚙️ 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 1

server-icon-2.png server icon 2

List of image names to be displayed

IMAGE MUST

  1. Be located inside the /FlectonePulse/images/ folder
  2. 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

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