Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
BasicChatFormatter
A basic chat formatter using Mini Message library.
How to configure ?
Simply edit the config.yml file in the plugin folder.
There are two parameters:
template: the displayed message template (see below for tags)timezone: the timezone used when displaying a date or time (you can find TZ identifiers here)
Available tags
You can use all tags of Mini Message library. You can find them in the library documentation.
The plugin add extra tags:
- For a date and/or time:
<date:'yyyy-MM-dd HH:mm:ss'> - For the player name:
<player_name> - For the player display name:
<player_display_name> - For the message:
<message>
Template examples
The default one
<player_display_name>: <message>
Basic
<player_display_name> <gray>»</gray> <white><message></white>
With the time
<gray>[<date:'HH:mm'>]</gray> <player_display_name><gray>:</gray> <white><message></white>
Pinned Versions
Pages
Members
Owner