Edit MOTD Text
#1
How do we edit the server's text like MOTD message of the Day and change it from being called test server etc.

thanks
Reply
Thanks given by:
#2
Open up Plugins/Core.lua and skip to line 70 : function ShowMOTDTo( Player )

Then edit the three lines
Code:
    Server:SendMessage( cChatColor.Gold .. "Welcome to the MCServer test server!", Player );
    Server:SendMessage( cChatColor.Gold .. "http://mcserver.ae-c.net/", Player );
    Server:SendMessage( cChatColor.Gold .. "Type /help for all commands", Player );

Or remove/add lines to it.

It should eventually read from a file, but haven't gotten to that yet...
Reply
Thanks given by:
#3
(03-04-2011, 10:56 PM)FakeTruth Wrote: Open up Plugins/Core.lua and skip to line 70 : function ShowMOTDTo( Player )

Then edit the three lines
Code:
    Server:SendMessage( cChatColor.Gold .. "Welcome to the MCServer test server!", Player );
    Server:SendMessage( cChatColor.Gold .. "http://mcserver.ae-c.net/", Player );
    Server:SendMessage( cChatColor.Gold .. "Type /help for all commands", Player );

Or remove/add lines to it.

It should eventually read from a file, but haven't gotten to that yet...

Thank you very much and is there a documentation for all this basic stuff im missing or did i jsut happen to catch this great server software at its beginning!
Reply
Thanks given by:
#4
http://mc-server.org/wiki
Reply
Thanks given by:
#5
It´s not exactly the beginning, but it lack documentation...
Reply
Thanks given by:
#6
I dont know why no one has figured this out yet but in case you havn't.

The message of the day is in the CORE plugin. You can edit it there, or enable the plugin MOTD and delete the message from the CORE plugin.

Smile
Reply
Thanks given by:
#7
(04-02-2011, 05:09 AM)vcazan Wrote: I dont know why no one has figured this out yet but in case you havn't.

The message of the day is in the CORE plugin. You can edit it there, or enable the plugin MOTD and delete the message from the CORE plugin.

Smile

Someone didn't bother reading the second post :V
Reply
Thanks given by:
#8
(04-02-2011, 05:13 AM)timthetortoise Wrote: Someone didn't bother reading the second post :V

Blush Woops, I thought we were looking in MOTD.lua file. Smile
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)