summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump/APIDesc.lua
diff options
context:
space:
mode:
authorJulian Laubstein <julianlaubstein@yahoo.de>2017-01-04 01:08:50 +0100
committerGitHub <noreply@github.com>2017-01-04 01:08:50 +0100
commit21ad5d7c4a452938346c7a286f6b1e00a6fe87cb (patch)
tree352aa5c7246b92cd61c70fd20fad9e36fd06faf7 /Server/Plugins/APIDump/APIDesc.lua
parentTCPLink: call networking callbacks with LibEvent unlocked. (#3515) (diff)
parentMerge branch 'master' into DisconnectMessage (diff)
downloadcuberite-21ad5d7c4a452938346c7a286f6b1e00a6fe87cb.tar
cuberite-21ad5d7c4a452938346c7a286f6b1e00a6fe87cb.tar.gz
cuberite-21ad5d7c4a452938346c7a286f6b1e00a6fe87cb.tar.bz2
cuberite-21ad5d7c4a452938346c7a286f6b1e00a6fe87cb.tar.lz
cuberite-21ad5d7c4a452938346c7a286f6b1e00a6fe87cb.tar.xz
cuberite-21ad5d7c4a452938346c7a286f6b1e00a6fe87cb.tar.zst
cuberite-21ad5d7c4a452938346c7a286f6b1e00a6fe87cb.zip
Diffstat (limited to 'Server/Plugins/APIDump/APIDesc.lua')
-rw-r--r--Server/Plugins/APIDump/APIDesc.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua
index f9fed612f..94082cd94 100644
--- a/Server/Plugins/APIDump/APIDesc.lua
+++ b/Server/Plugins/APIDump/APIDesc.lua
@@ -13061,6 +13061,16 @@ end
},
Notes = "Returns the server description set in the settings.ini.",
},
+ GetShutdownMessage =
+ {
+ Returns =
+ {
+ {
+ Type = "string",
+ },
+ },
+ Notes = "Returns the shutdown message set in the settings.ini.",
+ },
GetMaxPlayers =
{
Returns =