Skip to content
Bruno Martins edited this page Mar 18, 2026 · 6 revisions

Welcome to the HeroChat wiki!

Available placeholders

If you are using PlaceholderAPI in your server you can use all of its placeholders, but using the format {placeholder}.

Default placeholders available:

  • {message} - The message to be sent by the player
  • {player_username} - The player username
  • {player_nickname} - The player nickname if set, or else defaults to the player username

Formatting placeholders

  • {#ffffff} - Hex color
  • {#ffffff-#aaffaa} - Gradient text color
  • {rainbow} - Raibow text color
  • {bold}
  • {italic}
  • {monospaced}

Plugin Compatibility

LuckPerms

To use this plugin with LuckPerms you must disable chat formatting on the LuckPerms config:

chat-formatter:
  enabled: false  # <== Change this to false
  message-format: "<prefix><username><suffix>: <message>"

Clone this wiki locally