summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/APIDump/APIDesc.lua
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-12-28 14:43:22 +0100
committermadmaxoft <github@xoft.cz>2013-12-28 14:43:22 +0100
commit3cec77ced90263908325ea9d34a633c90b434832 (patch)
treecee6b9df667532b43745b7050c746ddc8f5a6838 /MCServer/Plugins/APIDump/APIDesc.lua
parentAdded support for out-of-source builds. (diff)
parentFixed the Windows script for uploading Lua API to an FTP server. (diff)
downloadcuberite-3cec77ced90263908325ea9d34a633c90b434832.tar
cuberite-3cec77ced90263908325ea9d34a633c90b434832.tar.gz
cuberite-3cec77ced90263908325ea9d34a633c90b434832.tar.bz2
cuberite-3cec77ced90263908325ea9d34a633c90b434832.tar.lz
cuberite-3cec77ced90263908325ea9d34a633c90b434832.tar.xz
cuberite-3cec77ced90263908325ea9d34a633c90b434832.tar.zst
cuberite-3cec77ced90263908325ea9d34a633c90b434832.zip
Diffstat (limited to 'MCServer/Plugins/APIDump/APIDesc.lua')
-rw-r--r--MCServer/Plugins/APIDump/APIDesc.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua
index d69dd14cd..d388d15dd 100644
--- a/MCServer/Plugins/APIDump/APIDesc.lua
+++ b/MCServer/Plugins/APIDump/APIDesc.lua
@@ -2760,6 +2760,8 @@ end
ExtraPages =
{
-- No sorting is provided for these, they will be output in the same order as defined here
+ { FileName = "Writing-a-MCServer-plugin.html", Title = "Writing a MCServer plugin" },
+ { FileName = "SettingUpDecoda.html", Title = "Setting up the Decoda Lua IDE" },
{ FileName = "WebWorldThreads.html", Title = "Webserver vs World threads" },
}
} ;