mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-14 10:34:41 +02:00
Re-allow colours in newb welcome messages.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user