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...