1
0

MCServer to Cuberite

This commit is contained in:
Mathias
2016-01-29 21:47:00 +02:00
parent d9e4eaa2a6
commit 752d99c8b8
7 changed files with 7 additions and 7 deletions

View File

@@ -1557,7 +1557,7 @@ function OnPlayerJoined(a_Player)
-- Test composite chat chaining:
a_Player:SendMessage(cCompositeChat()
:AddTextPart("Hello, ")
:AddUrlPart(a_Player:GetName(), "http://www.mc-server.org", "u@2")
:AddUrlPart(a_Player:GetName(), "http://cuberite.org", "u@2")
:AddSuggestCommandPart(", and welcome.", "/help", "u")
:AddRunCommandPart(" SetDay", "/time set 0")
)