Open aokod opened 9 years ago
Submit an issue in TF essentials instead of here for essentials-related things.
It's not an issue for TF-Essentials, it's within TFM.
Since we aren't removing the brackets in chat, this is not needed.
That has nothing to do with it - it's a simple incompatibility issue with another TF plugin.
The TFM itself overrides the chat format I believe and doesn't use essentials as it's thing to look at.
TFM overrides essentials tagging here: if (playerdata.getTag() != null) { event.setFormat("<" + playerdata.getTag().replaceAll("%", "%%") + " %1$s> %2$s"); }
Could someone clarify exactly what is trying to be achieved here?
The TF-Essentials chat formatting will be ignored if there is a /tag or administrative rank in your name.
Changing the value in TF-Essentials' config to '{DISPLAYNAME}&8:&r {MESSAGE}' will only work for names with no tag/rank. After applying a tag/rank, the format will be ignored.