summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump/APIDesc.lua
diff options
context:
space:
mode:
authorMathias <mathias-github@users.noreply.github.com>2016-01-29 20:47:00 +0100
committerMathias <mathias-github@users.noreply.github.com>2016-01-29 20:47:00 +0100
commit752d99c8b8ff1c0fd625f0d8211f2530c517ef33 (patch)
treea2d273770c91afd4f91e9addebd9be3d5705d6dd /Server/Plugins/APIDump/APIDesc.lua
parentMerge pull request #2910 from LogicParrot/posix (diff)
downloadcuberite-752d99c8b8ff1c0fd625f0d8211f2530c517ef33.tar
cuberite-752d99c8b8ff1c0fd625f0d8211f2530c517ef33.tar.gz
cuberite-752d99c8b8ff1c0fd625f0d8211f2530c517ef33.tar.bz2
cuberite-752d99c8b8ff1c0fd625f0d8211f2530c517ef33.tar.lz
cuberite-752d99c8b8ff1c0fd625f0d8211f2530c517ef33.tar.xz
cuberite-752d99c8b8ff1c0fd625f0d8211f2530c517ef33.tar.zst
cuberite-752d99c8b8ff1c0fd625f0d8211f2530c517ef33.zip
Diffstat (limited to 'Server/Plugins/APIDump/APIDesc.lua')
-rw-r--r--Server/Plugins/APIDump/APIDesc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua
index b253626cd..97e17c7c6 100644
--- a/Server/Plugins/APIDump/APIDesc.lua
+++ b/Server/Plugins/APIDump/APIDesc.lua
@@ -662,7 +662,7 @@ function OnPlayerJoined(a_Player)
-- Send an example composite chat message to the player:
a_Player:SendMessage(cCompositeChat()
:AddTextPart("Hello, ")
- :AddUrlPart(a_Player:GetName(), "http://www.mc-server.org", "u@2") -- Colored underlined link
+ :AddUrlPart(a_Player:GetName(), "http://cuberite.org", "u@2") -- Colored underlined link
:AddSuggestCommandPart(", and welcome.", "/help", "u") -- Underlined suggest-command
:AddRunCommandPart(" SetDay", "/time set 0") -- Regular text that will execute command when clicked
:SetMessageType(mtJoin) -- It is a join-message