summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2015-05-28 22:22:59 +0200
committerSTRWarrior <niels.breuker@hotmail.nl>2015-05-28 22:22:59 +0200
commit15d49d0cb9819eb9d544f50e8b491ca8f796b743 (patch)
treea36b3febd9aefc821ab5e4b7ade6dba7c5b306fc
parentUpdated DumpInfo plugin. (diff)
downloadcuberite-15d49d0cb9819eb9d544f50e8b491ca8f796b743.tar
cuberite-15d49d0cb9819eb9d544f50e8b491ca8f796b743.tar.gz
cuberite-15d49d0cb9819eb9d544f50e8b491ca8f796b743.tar.bz2
cuberite-15d49d0cb9819eb9d544f50e8b491ca8f796b743.tar.lz
cuberite-15d49d0cb9819eb9d544f50e8b491ca8f796b743.tar.xz
cuberite-15d49d0cb9819eb9d544f50e8b491ca8f796b743.tar.zst
cuberite-15d49d0cb9819eb9d544f50e8b491ca8f796b743.zip
-rw-r--r--MCServer/Plugins/APIDump/InfoFile.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/MCServer/Plugins/APIDump/InfoFile.html b/MCServer/Plugins/APIDump/InfoFile.html
index 3fff06d20..adaae2cb6 100644
--- a/MCServer/Plugins/APIDump/InfoFile.html
+++ b/MCServer/Plugins/APIDump/InfoFile.html
@@ -15,7 +15,7 @@
<ul>
<li><a href="#Introduction">Introduction</a></li>
<li><a href="#Overall">The overall structure</a></li>
- <li><a href="#AdditionalInformation">AdditionalInformation table</a></li>
+ <li><a href="#AdditionalInfo">AdditionalInfo table</a></li>
<li><a href="#Commands">Commands table</a></li>
<li><a href="#ConsoleCommands">ConsoleCommands table</a></li>
<li><a href="#Permissions">Permissions table</a></li>
@@ -51,7 +51,7 @@ g_PluginInfo =
Description = "This is an example plugin that shows how to use the Info.lua file",
-- The following members will be documented in greater detail later:
- AdditionalInformation = {},
+ AdditionalInfo = {},
Commands = {},
ConsoleCommands = {},
Permissions = {},
@@ -63,13 +63,13 @@ g_PluginInfo =
<hr />
- <a name="AdditionalInformation"><h2>AdditionalInformation table</h2></a>
+ <a name="AdditionalInfo"><h2>AdditionalInfo table</h2></a>
<p>This table is used for more detailed description of the plugin. If there is any non-trivial setup process, dependencies, describe them here. This is where the description should get detailed. Don't worry about using several paragraphs of text here, if it makes the plugin easier to understand.</p>
<p>The table should have the following layout:</p>
<pre class="prettyprint lang-lua">
-AdditionalInformation =
+AdditionalInfo =
{
{
Title = "Chapter 1",