Flectone Logo FlectonePulse

Icon

Module responsible for the server image

server icon


⚙️ Setting

Path message.yml → status.icon
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 a size of ONLY 64x64

🔐 Permissions

Path permission.yml → message.status.icon
icon:
  name: "flectonepulse.module.message.status.icon"
  type: "TRUE"

name

Permission name

type

Permission type

TypeExplanation
TRUEAvailable to any player
FALSEAvailable to no one, must be granted separately (e.g., using LuckPerms)
OPAvailable to server operators
NOT_OPAvailable to NON-operators of the server

Last updated on

Edit on GitHub

On this page

Authors of page