Flectone Logo FlectonePulse

Server Link

Clickable server links in the in-game menu for each player

serverlinkmenu serverlink

Warning

This only works for versions 1.21 and newer


🌍 Localization

Path localizations → language.yml → message.serverlink
serverlink:
  values:
    example1: "<fcolor:1><sprite_or:\"[!]\":gui:icon/info>Информация про сервер"
    example2: "<fcolor:1><sprite_or:\"[+]\":gui:icon/trial_available>Поддержать сервер"
serverlink:
  values:
    example1: "<fcolor:1><sprite_or:\"[!]\":gui:icon/info>Server information"
    example2: "<fcolor:1><sprite_or:\"[+]\":gui:icon/trial_available>Support server"

values

A list of links and their messages that will be displayed. If no localization is specified, the link itself will be displayed


⚙️ Setting

Path message.yml → serverlink
serverlink:
  enable: false
  values:
    example1: "https://flectone.net/pulse"
    example2: "https://boosty.to/thefaser"
  ticker:
    enable: true
    period: 100

enable

Enables or disables the functionality of the module

values

A list of link names and their values. The value must be a valid link, otherwise it will not be displayed

ticker

Updating every specific interval of time


🔐 Permissions

Path permission.yml → message.serverlink
serverlink:
  name: "flectonepulse.module.message.serverlink"
  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

On this page

Authors of page