diff options
author | Julian Laubstein <julianlaubstein@yahoo.de> | 2017-01-04 01:08:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-04 01:08:50 +0100 |
commit | 21ad5d7c4a452938346c7a286f6b1e00a6fe87cb (patch) | |
tree | 352aa5c7246b92cd61c70fd20fad9e36fd06faf7 /Server/Plugins | |
parent | TCPLink: call networking callbacks with LibEvent unlocked. (#3515) (diff) | |
parent | Merge branch 'master' into DisconnectMessage (diff) | |
download | cuberite-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')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 10 |
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 = |