ChatFormat

here you can customize the chat in a general way that affects both ranks, groups, and has all players

Until version 1.6.0 it is called Custom-Format and from version 1.7.0 -> From now on it was renamed as ChatFormat

Format

Here you can set the chat format

ChatFormat:
  Format: '&b<name> &8>'

Experimental Text

This is where the experimental chat format is set until version 1.5.8

Custom-Format:
  Experimental-Text: '&6[&c<name>&6] '

As of version 1.5.9, the Experimental-Text is not available

Type

It is where the type of option that will be assigned to the chat is configured, there are two different types that are:

ChatFormat:
  Type: normal

this option is no longer available from version 1.7.0 onwards

HoverEvent

Aquí es donde se configura el texto flotante, también puede usar varias líneas como si fuera una lista

ChatFormat:
  HoverEvent:
    Hover:
     - '&6> &aHello &b<name>'

Until version 1.6.0 it is called Custom-Format and from version 1.7.0 -> From now on it was renamed as ChatFormat

ClickEvent

This feature allows you to use click events in chat which has three modes available to use which are

Mode

there are three different modes which are

ChatFormat:
  ClickEvent:
    Mode: command

Actions

Here you can define the events that will be executed according to the selected mode

ChatFormat:
  ClickEvent:
    Actions:
      Command: '/say <name> hello server'

Group

to customize the chat by group it is necessary to have the LuckPerms plugin installed

The group system uses all of the above features found in the ChatFormat sectionto add a new group you just have to put the exact name of the group you want to customize

ChatType

The chattype works in the same way as the one in the ChatFormat only that it has two options available for it to work which are

<group name>:
  Chat-Type: default

you can find a description in How to customize your chat

Example

<group name>:

  Default-Color-Message: 'white'
  
  Format: '&a[default] &b<name> &8&l>'

  Chat-Type: group

  HoverEvent:
    
    Enabled: true
    
    Hover:
      - '&6> &aHello &b<name>'
      - '&6> &e%player_exp_to_level%'
      - '&6> &dadd more lines like these'

  ClickEvent:

    Enabled: true
    
    Mode: command
    
    Actions:
      
      Command: '/say <name> hello server'
      
      Url: 'https://jonagamerpro1234.gitbook.io/advancedchat/'
    
      Suggest-Command: '/msg <name>'

Last updated