Skip to content

brand

sever.brand

The brand module is responsible for the text shown on the debugging screen (F3)
brand

Customizing messages

You can change the text in the localization file by changing/adding a line in server.brand.message

Warning

Messages do not support HEX colors, only regular minecraft colors

yaml
server:
  brand:
    message:
      - "&bFlectoneChat"
server:
  brand:
    message:
      - "&bFlectoneChat"

Animated messages

You can animate text in F3 by adding additional lines to server.brand.message (localization file), additionally configuring the module itself

yaml
server:
  brand:
    message:
      - "&bFlectoneChat" # First animation frame
      - "&fFlectoneChat" # Second animation frame
server:
  brand:
    message:
      - "&bFlectoneChat" # First animation frame
      - "&fFlectoneChat" # Second animation frame

Module customization

server.brand.update

ParameterDescriptionTypeDefault
enableEnable message update (for animations)booleantrue
raterate of frame rate (in ticks)number800