Stripping colors when saving to config
Brikster opened this issue · 1 comments
Bug Report
Latest NameTagEdit version (actual code from repository)
With commit 1c73b97 @Aurelien30000 changed Utils#deformat(string) method. Now it does ChatColor.strip(string). It causes removing color codes from player prefixes that set with command (when saving to config).
Using the old implementation (string.replace("§", "&")) solves the problem, but I don't know about reasons method was changed, so decided not to make PR.