From 2846ad915f40f28628e1b84cd08f78237b069bea Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sun, 31 Dec 2017 01:41:16 -0700 Subject: [PATCH] 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. --- TShockAPI/FileTools.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/FileTools.cs b/TShockAPI/FileTools.cs index 2690ef14..3059a3af 100644 --- a/TShockAPI/FileTools.cs +++ b/TShockAPI/FileTools.cs @@ -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"; /// /// Path to the file containing the rules. ///