TotalFreedom / TotalFreedomMod

A server modification for the TotalFreedom server
http://totalfreedom.me/
Other
43 stars 226 forks source link

Add chat formatting support from TF-Essentials. #801

Open aokod opened 8 years ago

aokod commented 8 years ago

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.

tylerhyperHD commented 8 years ago

Submit an issue in TF essentials instead of here for essentials-related things.

aokod commented 8 years ago

It's not an issue for TF-Essentials, it's within TFM.

tylerhyperHD commented 8 years ago

Since we aren't removing the brackets in chat, this is not needed.

aokod commented 8 years ago

That has nothing to do with it - it's a simple incompatibility issue with another TF plugin.

tylerhyperHD commented 8 years ago

The TFM itself overrides the chat format I believe and doesn't use essentials as it's thing to look at.

tylerhyperHD commented 8 years ago

TFM overrides essentials tagging here: if (playerdata.getTag() != null) { event.setFormat("<" + playerdata.getTag().replaceAll("%", "%%") + " %1$s> %2$s"); }

Wild1145 commented 7 years ago

Could someone clarify exactly what is trying to be achieved here?