summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/APIDump/APIDesc.lua
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-06-13 00:09:01 +0200
committermadmaxoft <github@xoft.cz>2014-06-13 00:10:01 +0200
commit72043f5b0cc2e930c2a616d84a8fea25f7224c59 (patch)
treec065315ffef3ba8afc500c4a2e061c438498a067 /MCServer/Plugins/APIDump/APIDesc.lua
parentTypo Correction (diff)
downloadcuberite-72043f5b0cc2e930c2a616d84a8fea25f7224c59.tar
cuberite-72043f5b0cc2e930c2a616d84a8fea25f7224c59.tar.gz
cuberite-72043f5b0cc2e930c2a616d84a8fea25f7224c59.tar.bz2
cuberite-72043f5b0cc2e930c2a616d84a8fea25f7224c59.tar.lz
cuberite-72043f5b0cc2e930c2a616d84a8fea25f7224c59.tar.xz
cuberite-72043f5b0cc2e930c2a616d84a8fea25f7224c59.tar.zst
cuberite-72043f5b0cc2e930c2a616d84a8fea25f7224c59.zip
Diffstat (limited to '')
-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 c97e2dbf8..19ca971e2 100644
--- a/MCServer/Plugins/APIDump/APIDesc.lua
+++ b/MCServer/Plugins/APIDump/APIDesc.lua
@@ -2934,6 +2934,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 = "InfoFile.html", Title = "Using the Info.lua file" },
{ FileName = "SettingUpDecoda.html", Title = "Setting up the Decoda Lua IDE" },
{ FileName = "SettingUpZeroBrane.html", Title = "Setting up the ZeroBrane Studio Lua IDE" },
{ FileName = "UsingChunkStays.html", Title = "Using ChunkStays" },