Edit MOTD Text - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Discussion (https://forum.cuberite.org/forum-5.html) +--- Thread: Edit MOTD Text (/thread-66.html) |
Edit MOTD Text - bamby2727 - 03-04-2011 How do we edit the server's text like MOTD message of the Day and change it from being called test server etc. thanks RE: Edit MOTD Text - FakeTruth - 03-04-2011 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... RE: Edit MOTD Text - bamby2727 - 03-05-2011 (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! RE: Edit MOTD Text - Tim - 03-05-2011 http://mc-server.org/wiki RE: Edit MOTD Text - FakeTruth - 03-05-2011 It´s not exactly the beginning, but it lack documentation... RE: Edit MOTD Text - vcazan - 04-02-2011 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. RE: Edit MOTD Text - timthetortoise - 04-02-2011 (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. Someone didn't bother reading the second post :V RE: Edit MOTD Text - vcazan - 04-02-2011 (04-02-2011, 05:13 AM)timthetortoise Wrote: Someone didn't bother reading the second post :V Woops, I thought we were looking in MOTD.lua file. |