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!