Supports 1.16 colors in the next format: &[RRRR,GGGG,BBBB] in hexadecimal numbers
Code (YAML):
## LOWER_FIRST: Selects the format with the lowest priority that the user has
## HIGHER_FIRST: Selects the format with the highest priority that the user has
default-priority-ordering
: LOWER_FIRST
formats:
- ==
: me.fixeddev.ezchat.format.BaseChatFormat
name
: default
priority
: 999999
prefix
: ''
## Supported values:
## EXECUTE, SUGGEST, OPEN
prefix-click-action
: ''
prefix-tooltip
:
[
]
player-name
: '
{displayName
}'
## Supported values:
## EXECUTE, SUGGEST, OPEN
player-name-click-action
: '
[SUGGEST
] /msg
{name
}'
player-name-tooltip
:
[
]
suffix
:
": "
## Supported values:
## EXECUTE, SUGGEST, OPEN
suffix-click-action
: ''
suffix-tooltip
:
[
]
chat-color
: '&7'
permission
: default
use-placeholderapi
: true
- ==
: me.fixeddev.ezchat.format.BaseChatFormat
name
: vip
priority
: 999998
prefix
: ''
## Supported values:
## EXECUTE, SUGGEST, OPEN
prefix-click-action
: ''
prefix-tooltip
:
[
]
player-name
: '
{displayName
}'
## Supported values:
## EXECUTE, SUGGEST, OPEN
player-name-click-action
: '
[SUGGEST
] /msg
{name
}'
player-name-tooltip
:
[
]
suffix
:
": "
## Supported values:
## EXECUTE, SUGGEST, OPEN
suffix-click-action
: ''
suffix-tooltip
:
[
]
chat-color
: '&f'
permission
: vip
use-placeholderapi
: true
To create a new format just copy from the dash the complete format and paste it on a new line, change the name, the priority, permission, etc