diff options
author | Loïc Blot <nerzhul@users.noreply.github.com> | 2017-01-21 19:30:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-21 19:30:42 +0100 |
commit | 6d5a40713347424084af8ba04e76278961506881 (patch) | |
tree | 30b9f000b57aa8e65d2b8a59fe004cb766ce2768 /builtin | |
parent | bc29e03b597be350fa856b1ae3d8623778a808b3 (diff) | |
download | minetest-6d5a40713347424084af8ba04e76278961506881.tar.gz minetest-6d5a40713347424084af8ba04e76278961506881.tar.bz2 minetest-6d5a40713347424084af8ba04e76278961506881.zip |
Add show_statusline_on_connect setting (#5084)
Add show_statusline_on_connect setting
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 2dfe86e04..0f416bc9a 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -703,6 +703,9 @@ map-dir (Map directory) path # Setting it to -1 disables the feature. item_entity_ttl (Item entity TTL) int 900 +# If enabled, show the server status message on player connection. +show_statusline_on_connect (Status message on connection) bool true + # Enable players getting damage and dying. enable_damage (Damage) bool false |