summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/APIDump/APIDesc.lua
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-03-30 18:47:57 +0200
committermadmaxoft <github@xoft.cz>2014-03-30 18:48:11 +0200
commitb64a1daf6cc5a80ace34d348e9f8bb4b679a7651 (patch)
tree99ad37e9d67393216ca918d3a1947c24e02a136d /MCServer/Plugins/APIDump/APIDesc.lua
parentMerge pull request #845 from mc-server/License (diff)
downloadcuberite-b64a1daf6cc5a80ace34d348e9f8bb4b679a7651.tar
cuberite-b64a1daf6cc5a80ace34d348e9f8bb4b679a7651.tar.gz
cuberite-b64a1daf6cc5a80ace34d348e9f8bb4b679a7651.tar.bz2
cuberite-b64a1daf6cc5a80ace34d348e9f8bb4b679a7651.tar.lz
cuberite-b64a1daf6cc5a80ace34d348e9f8bb4b679a7651.tar.xz
cuberite-b64a1daf6cc5a80ace34d348e9f8bb4b679a7651.tar.zst
cuberite-b64a1daf6cc5a80ace34d348e9f8bb4b679a7651.zip
Diffstat (limited to 'MCServer/Plugins/APIDump/APIDesc.lua')
-rw-r--r--MCServer/Plugins/APIDump/APIDesc.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua
index 01f000182..83d544173 100644
--- a/MCServer/Plugins/APIDump/APIDesc.lua
+++ b/MCServer/Plugins/APIDump/APIDesc.lua
@@ -2845,6 +2845,7 @@ end
-- 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 = "SettingUpZeroBrane.html", Title = "Setting up the ZeroBrane Studio Lua IDE" },
{ FileName = "WebWorldThreads.html", Title = "Webserver vs World threads" },
}
} ;