diff options
author | Lane Kolbly <lane@rscheme.org> | 2017-09-07 14:41:16 +0200 |
---|---|---|
committer | Alexander Harkness <me@bearbin.net> | 2017-09-07 14:41:16 +0200 |
commit | b12f4ef7d58cfe4d815feb2db1f88f223c7f2a61 (patch) | |
tree | c7e2a8db5676c8599ce76b212491dd35fd883c1c /Server/Plugins/APIDump/APIDesc.lua | |
parent | Lighting now generally consistent with vanilla (#3988) (diff) | |
download | cuberite-b12f4ef7d58cfe4d815feb2db1f88f223c7f2a61.tar cuberite-b12f4ef7d58cfe4d815feb2db1f88f223c7f2a61.tar.gz cuberite-b12f4ef7d58cfe4d815feb2db1f88f223c7f2a61.tar.bz2 cuberite-b12f4ef7d58cfe4d815feb2db1f88f223c7f2a61.tar.lz cuberite-b12f4ef7d58cfe4d815feb2db1f88f223c7f2a61.tar.xz cuberite-b12f4ef7d58cfe4d815feb2db1f88f223c7f2a61.tar.zst cuberite-b12f4ef7d58cfe4d815feb2db1f88f223c7f2a61.zip |
Diffstat (limited to 'Server/Plugins/APIDump/APIDesc.lua')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index dafe98619..334fed378 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -11501,6 +11501,17 @@ a_Player:OpenWindow(Window); { Notes = "Saves all the chunks in all the worlds. Note that the saving is queued on each world's tick thread and this functions returns before the chunks are actually saved.", }, + SetSavingEnabled = + { + Params = + { + { + Name = "SavingEnabled", + Type = "boolean", + }, + }, + Notes = "Sets whether saving chunk data is enabled for all worlds. If disabled, dirty chunks will stay in memory forever, which can cause performance and stability issues.", + }, }, AdditionalInfo = { |