Information

Abyss Chat is the most customizable chat plugin, with built-in chat variables, tooltips, clickable messages, hex support, and more! Our plugin will make your server's chat shine and stand out. Unlike our competitors, AbyssChat does not include any unnecessary features, and the configurations are all designed to be simple to use!

Dependencies

  • AbyssLib (required)

Chat Variables

Players can incorporate these chat variables into their messages, which will then be automatically substituted upon sending the message.

  • [balance], [bal] - Displays the player's current balance in chat

    • Permission: abysschat.balance

  • [item], [hand] - Displays the player's current held item

    • Permission: abysschat.item

Default Configuration Files

Chat Formats File
formats:
  default:
    priority: 1002318723
    prefix: ''
    name-color: ''
    name: '%player_name%'
    suffix: '&8&lยป &7'
    chat-color: '&7'
    prefix-tooltip:
      - '&8&m-----------------------------'
      - ''
      - '&eInformation'
      - '&e&lโ–Ž &7Name: &f%player_name%'
      - '&e&lโ–Ž &7Rank: &f%luckperms_prefix%'
      - '&e&lโ–Ž &7Balance: &f$%vault_eco_balance_formatted%'
      - ''
      - '&8&m-----------------------------'
    name-tooltip:
      - ''
    suffix-tooltip:
      - ''
    prefix-click-command: '/msg %player_name% '
    name-click-command: '/msg %player_name% '
    suffix-click-command: ''
Variables Configuration File
variables:
  balance:
    show: "&6[&a$%balance%&6]"
    tooltip:
      - "&7Name: %player%"
  item:
    show: "&6[&e%item% x%amount%&6]"
Main Configuration File
messages:
    "no-permission-for-variable":
        sound:
            enabled: true
            value: "FIZZ"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&cYou don't have permission to use the &4%variable%&c variable!"

Last updated