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