diff options
author | madmaxoft <github@xoft.cz> | 2013-10-23 13:34:44 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-10-23 13:34:44 +0200 |
commit | 2cf196a892fb6d13dcb5f38369150da921ad8eb1 (patch) | |
tree | 75e1355975066fd0ead180a6cc3237406fb8ac54 /MCServer/Plugins | |
parent | Fixed cLuaWindow's binding. (diff) | |
download | cuberite-2cf196a892fb6d13dcb5f38369150da921ad8eb1.tar cuberite-2cf196a892fb6d13dcb5f38369150da921ad8eb1.tar.gz cuberite-2cf196a892fb6d13dcb5f38369150da921ad8eb1.tar.bz2 cuberite-2cf196a892fb6d13dcb5f38369150da921ad8eb1.tar.lz cuberite-2cf196a892fb6d13dcb5f38369150da921ad8eb1.tar.xz cuberite-2cf196a892fb6d13dcb5f38369150da921ad8eb1.tar.zst cuberite-2cf196a892fb6d13dcb5f38369150da921ad8eb1.zip |
Diffstat (limited to '')
-rw-r--r-- | MCServer/Plugins/APIDump/APIDesc.lua | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua index 3fcb68919..0940931cd 100644 --- a/MCServer/Plugins/APIDump/APIDesc.lua +++ b/MCServer/Plugins/APIDump/APIDesc.lua @@ -369,10 +369,30 @@ g_APIDesc = }, Constants = { - Color = { Notes = "The first character of the color-code-sequence, §" }, - Delimiter = { Notes = "The first character of the color-code-sequence, §" }, - Random = { Notes = "Random letters and symbols animate instead of the text" }, + Black = { Notes = "" }, + Blue = { Notes = "" }, + Bold = { Notes = "" }, + Color = { Notes = "The first character of the color-code-sequence, §" }, + DarkPurple = { Notes = "" }, + Delimiter = { Notes = "The first character of the color-code-sequence, §" }, + Gold = { Notes = "" }, + Gray = { Notes = "" }, + Green = { Notes = "" }, + Italic = { Notes = "" }, + LightBlue = { Notes = "" }, + LightGray = { Notes = "" }, + LightGreen = { Notes = "" }, + LightPurple = { Notes = "" }, + Navy = { Notes = "" }, Plain = { Notes = "Resets all formatting to normal" }, + Purple = { Notes = "" }, + Random = { Notes = "Random letters and symbols animate instead of the text" }, + Red = { Notes = "" }, + Rose = { Notes = "" }, + Strikethrough = { Notes = "" }, + Underlined = { Notes = "" }, + White = { Notes = "" }, + Yellow = { Notes = "" }, }, }, |