mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 20:12:54 +00:00
Re-allow colours in newb welcome messages.
This commit is contained in:
parent
945ae71480
commit
3077ea4ef1
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ public class Settings implements ISettings
|
||||||
@Override
|
@Override
|
||||||
public IText getAnnounceNewPlayerFormat()
|
public IText getAnnounceNewPlayerFormat()
|
||||||
{
|
{
|
||||||
return new SimpleTextInput(config.getString("newbies.announce-format", "&dWelcome {DISPLAYNAME} to the server!"));
|
return new SimpleTextInput(Util.replaceColor(config.getString("newbies.announce-format", "&dWelcome {DISPLAYNAME} to the server!")));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue