Change default motd format to use new colors
Since we just removed the old color format, we probably shouldn't ship the old motd that still uses legacy colors to people.
This commit is contained in:
parent
df4da817b6
commit
2846ad915f
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ namespace TShockAPI
|
|||
public class FileTools
|
||||
{
|
||||
private const string MotdFormat =
|
||||
"This server is running TShock for Terraria.\n Type /help for a list of commands.\n%255,000,000%Current map: %map%\nCurrent players: %players%";
|
||||
"This is [c/FF0000:%map%] on [c/00FFFF:TShock for Terraria].\n[c/00FF00:Current players:] [c/FFFF00:%players%]\nType [c/FF0000:/help] for a list of commands.\n";
|
||||
/// <summary>
|
||||
/// Path to the file containing the rules.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue