summaryrefslogtreecommitdiffstats
path: root/Server
diff options
context:
space:
mode:
authorJomar Milan <macaylamarvelous81@proton.me>2023-03-22 11:20:59 +0100
committerGitHub <noreply@github.com>2023-03-22 11:20:59 +0100
commitfddbf65e2819d487021946a51722d23565bdd561 (patch)
tree73410971d0cd85d8f49b4c2d9ac566f30f0777ae /Server
parentRemoved C style arrays from the BlockEntity folder (#5005) (diff)
downloadcuberite-fddbf65e2819d487021946a51722d23565bdd561.tar
cuberite-fddbf65e2819d487021946a51722d23565bdd561.tar.gz
cuberite-fddbf65e2819d487021946a51722d23565bdd561.tar.bz2
cuberite-fddbf65e2819d487021946a51722d23565bdd561.tar.lz
cuberite-fddbf65e2819d487021946a51722d23565bdd561.tar.xz
cuberite-fddbf65e2819d487021946a51722d23565bdd561.tar.zst
cuberite-fddbf65e2819d487021946a51722d23565bdd561.zip
Diffstat (limited to 'Server')
-rw-r--r--Server/Plugins/APIDump/APIDesc.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua
index a5f967915..955978670 100644
--- a/Server/Plugins/APIDump/APIDesc.lua
+++ b/Server/Plugins/APIDump/APIDesc.lua
@@ -5375,6 +5375,10 @@ ValueName0=SomeOtherValue
insert values by hand. Then you can store the object's contents to a disk file using WriteFile(), or
just forget everything by destroying the object. Note that the file operations are quite slow.</p>
<p>
+ Cuberite will write the characters '\n' in place of line breaks in the values of the cIniFile when
+ it is being stored into a file. It will also replace '\n' with line breaks when it reads an INI
+ file.
+ <p>
For storing high-volume low-latency data, use the {{sqlite3}} class. For storing
hierarchically-structured data, use the XML format, using the LuaExpat parser in the {{lxp}} class.
]],