1
0
cuberite-2a/MCServer/Plugins/Core/playerjoin.lua

5 lines
134 B
Lua
Raw Normal View History

2013-07-27 11:24:03 -04:00
function OnPlayerJoined(Player)
ShowMOTDTo( Player )
AddMessage( Player:GetName() .. " has joined the game", " " )
return false
end