EssentialsX

EssentialsX

2M Downloads

Chat format bug?

Calais0001 opened this issue ยท 1 comments

commented

Type of bug

Other unexpected behaviour

/ess dump all output

https://essentialsx.net/dump.html?id=1af825c8581343e383409d389b6002fb

Error log (if applicable)

No response

Bug description

I am using the Chat extension to modify the color of all player's text. But for some reason it isn't showing up the same ingame verse what I've set. Please review the photos.

Have I done something wrong?

Steps to reproduce

Go to config.yml after installing the Chat plugin
Under EssentialsX Chat find "format"
Set to format: '&l&c<{DISPLAYNAME}{SUFFIX}>&r {MESSAGE}'
Run server and send a message

Expected behaviour

The closing bracket ">" to a user's name should be colored followed by their message in white.

image

Actual behaviour

The closing bracket isn't colored in the persons name

image

commented

Ok so I fixed it by changing the format to this

'&l&c<{DISPLAYNAME}&l&c{SUFFIX}&l&c>&r {MESSAGE}'

I didn't realize the place holders reset text formatting