MOTD Issue

1
I have TTMOD configured and working correctly, and everything is properly functioning except MOTD - nothing shows for players on log in.

// Seconds between RCON polls
$NyuRCON::Interval = 20;

// MOTD Configuration (Message of the day)
$TTmod::EnableMOTD = true;
$TTmod::MOTD = "Welcome to NEXUS - please join our Discord at -removed=";

// GuildGUI Configuration
// Check the 'Information' tab on your Livemap configuration page to aquire your GuildGUI Address
$GuildGUI::Enable = true;
$GuildGUI::Address = "https://livemap.feudal.tools/id/=removed-";


Any ideas?

Re: MOTD Issue

6
Hello, I have a similar problem. in addition to motd, I have no record of guildgui in chat and no response to the key combination
// Seconds between RCON polls
$NyuRCON::Interval = 20;

// MOTD Configuration (Message of the day)
$TTmod::EnableMOTD = True;
$TTmod::MOTD = "123321123321!";

// GuildGUI Configuration
// Check the 'Information' tab on your Livemap configuration page to aquire your GuildGUI Address
$GuildGUI::Enable = True;
$GuildGUI::Address = "https://livemap.feudal.tools/index.php? ... n=GuildGUI";
cron