More new plugin awesomeness
git-svn-id: http://mc-server.googlecode.com/svn/trunk@174 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
function HandleMOTDCommand( Split, Player )
|
||||
ShowMOTDTo( Player )
|
||||
return true
|
||||
end
|
||||
|
||||
function ShowMOTDTo( Player )
|
||||
Player:SendMessage( cChatColor.Gold .. "Welcome to the MCServer test server!" );
|
||||
Player:SendMessage( cChatColor.Gold .. "http://mcserver.ae-c.net/" );
|
||||
Player:SendMessage( cChatColor.Gold .. "Type /help for all commands" );
|
||||
end
|
||||
Reference in New Issue
Block a user