03-04-2011, 10:52 PM
How do we edit the server's text like MOTD message of the Day and change it from being called test server etc.
thanks
thanks
Edit MOTD Text
|
03-04-2011, 10:52 PM
How do we edit the server's text like MOTD message of the Day and change it from being called test server etc.
thanks
03-04-2011, 10:56 PM
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 ); 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 ) 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.
04-02-2011, 05:13 AM
04-02-2011, 05:47 AM
|
« Next Oldest | Next Newest »
|