EssentialsX

EssentialsX

2M Downloads

Bug

PanHaskins opened this issue · 4 comments

commented

Type of bug

Other unexpected behaviour

/ess dump all output

https://essentialsx.net/dump.html?id=f2d249574086435b8433f5da590f6b6f

Error log (if applicable)

Anything

Bug description

Config does not support characters such as a period (.)
In Chat, it does not display prefixes, etc.

Zk.Builder: '&7&lZk.Builder &f{DISPLAYNAME}{alonsotags_tag_chat} &8&l»&7 {MESSAGE}'
Zk.Helper: '&7&lZk.Helper &f{DISPLAYNAME}{alonsotags_tag_chat} &8&l»&7 {MESSAGE}'

I apologize that the server is in OFFLINE mode.

Steps to reproduce

In Essentials config (Essentials chat section)

Zk.Builder: '&7&lZk.Builder &f{DISPLAYNAME}{alonsotags_tag_chat} &8&l»&7 {MESSAGE}'
Zk.Helper: '&7&lZk.Helper &f{DISPLAYNAME}{alonsotags_tag_chat} &8&l»&7 {MESSAGE}'

Expected behaviour

In Chat, it does not display prefixes, etc.

Actual behaviour

In Chat, it does not display prefixes, etc.

commented

I'm sorry to bother you unnecessarily, but when will the fixed bug be applied to the plugin for possible download?

commented

No update or download is needed, just wrap your Zk.Builder in quotes as stated above...

commented
'Zk.Builder': '&7&lZk.Builder &f{DISPLAYNAME}{alonsotags_tag_chat} &8&l»&7 {MESSAGE}'
'Zk.Helper': '&7&lZk.Helper &f{DISPLAYNAME}{alonsotags_tag_chat} &8&l»&7 {MESSAGE}'

Don´t working

commented

Dots are special characters in YAML, doing something this should fix your issue;

"Zk.Builder": '&7&lZk.Builder &f{DISPLAYNAME}{alonsotags_tag_chat} &8&l»&7 {MESSAGE}'
"Zk.Helper": '&7&lZk.Helper &f{DISPLAYNAME}{alonsotags_tag_chat} &8&l»&7 {MESSAGE}'