diff options
author | Jeija <norrepli@gmail.com> | 2012-12-25 12:20:51 +0100 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2013-01-21 16:42:56 +0200 |
commit | 6f93c01af942d75db105eac6afcd7d477967ccb6 (patch) | |
tree | 1347a607424b65c1d4cc9e13fbcfa30b7fc3936f /minetest.conf.example | |
parent | c691d619c24cdca11655455c510920ab7937b319 (diff) | |
download | minetest-6f93c01af942d75db105eac6afcd7d477967ccb6.tar.gz minetest-6f93c01af942d75db105eac6afcd7d477967ccb6.tar.bz2 minetest-6f93c01af942d75db105eac6afcd7d477967ccb6.zip |
Add a list of servers to the "Multiplayer" tab
If USE_CURL is set, it also downloads a list from a remote server.
The url of this list is configurable in minetest.conf using the setting "serverlist_url"
The local list of favorite servers is saved in client/serverlist/filename
filename is also configureable using the setting "serverlist_file"
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 3f3256a04..5978d6987 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -158,6 +158,11 @@ # and only for clients compiled with cURL #media_fetch_threads = 8 +# Url to the server list displayed in the Multiplayer Tab +#serverlist_url = servers.minetest.ru/server.list +# File in client/serverlist/ that contains your favorite servers displayed in the Multiplayer Tab +#serverlist_file = favoriteservers.txt + # # Server stuff # |