03-04-2011, 10:52 PM
03-04-2011, 10:56 PM
Open up Plugins/Core.lua and skip to line 70 : function ShowMOTDTo( Player )
Then edit the three lines
Or remove/add lines to it.
It should eventually read from a file, but haven't gotten to that yet...
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...
03-05-2011, 03:20 AM
(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!
03-05-2011, 03:53 AM
03-05-2011, 07:35 AM
It´s not exactly the beginning, but it lack documentation...
04-02-2011, 05:09 AM
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.

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.

04-02-2011, 05:13 AM
(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.
Someone didn't bother reading the second post :V