From 752d99c8b8ff1c0fd625f0d8211f2530c517ef33 Mon Sep 17 00:00:00 2001 From: Mathias Date: Fri, 29 Jan 2016 21:47:00 +0200 Subject: MCServer to Cuberite --- CONTRIBUTORS | 2 +- Server/Plugins/APIDump/APIDesc.lua | 2 +- Server/Plugins/APIDump/InfoFile.html | 4 ++-- Server/Plugins/Debuggers/Debuggers.lua | 2 +- docs/Generator.html | 2 +- docs/img/vanilla_springs_huge.png | Bin 0 -> 29827 bytes src/WorldStorage/WSSAnvil.cpp | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 docs/img/vanilla_springs_huge.png diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 005d0855e..761dcbe6f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -21,10 +21,10 @@ Luksor M10360 marmot21 Masy98 +mathias-github mborland mgueydan MikeHunsinger -missingchar (mathias-github) mtilden nesco NiLSPACE (formerly STR_Warrior) 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 diff --git a/Server/Plugins/APIDump/InfoFile.html b/Server/Plugins/APIDump/InfoFile.html index baba2d27c..7f350f9f2 100644 --- a/Server/Plugins/APIDump/InfoFile.html +++ b/Server/Plugins/APIDump/InfoFile.html @@ -234,8 +234,8 @@ RegisterPluginInfoConsoleCommands()

There are several plugins that already implement this approach. You can visit them for inspiration and to see what the generated documentation looks like: