πFormats
Format for the chat messages
This is the default format, given to everyone by default. You can create as many format groups as you want, you have to give the chatcolor.format.<format> permission (except for the default group)
Higher priority formats will override lower ones. Top ones are checked first.
formats:  
  default:
    display: "&7{displayName} %luckperms_suffix%"
    two_points: "&8Β»"
    format: "<gray>"
    hover:
      message: []
      click_action:
        type: "none"
        value: ""- You can change the display (where the player name appears), you can use PlaceholderAPI placeholders and {displayname} 
- Then you can change the two points 
- Format is the color of the message, you can use minimessage or & colors/gradients 
- You can set a hover - You can change the message, that appears when hovering the message, it is a list 
- You can change the click action, that happens when clicking the message - Type can be: - run_command(runs a command as the player),- suggest_command(suggest a command for the player),- open_url(open an url)
- Value is the action, if its a command related, use / at the beginning 
 
 
formats:
  staff:
    display: "%luckperms_prefix% &f{displayName} %luckperms_suffix%"
    two_points: "&8Β»"
    format: "&f"
    hover:
      message:
        - ' &8&mβββββββββββββββ'
        - ' &fπ¬ &7Server Staff &fπ¬'
        - ' &8&mβββββββββββββββ'
        - ' &eβΉ Information:'
        - '    &7Name: &r&f{displayName}'
        - '    &7Rank: %luckperms_prefix%'
        - '    &7Money: %vault_eco_balance_formatted%$'
        - ' &8&mβββββββββββββββ'
      click_action:
        type: "suggest_command"
        value: "/msg {displayName}"
  default:
    display: "&7{displayName} %luckperms_suffix%"
    two_points: "&8Β»"
    format: "<gray>"
    hover:
      message: []
      click_action:
        type: "none"
        value: ""Last updated
