-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Bruno Martins edited this page Mar 18, 2026
·
6 revisions
Welcome to the HeroChat wiki!
- Chat Commands
- Permissions
- Auto-Moderation
- Main Configuration (config.yml)
- Channel Configuration
- Private Channel Configuration
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
-
{#ffffff}- Hex color -
{#ffffff-#aaffaa}- Gradient text color -
{rainbow}- Raibow text color {bold}{italic}{monospaced}
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>"