Page 1 of 1

Help please

PostPosted: Mon Apr 01, 2013 17:57
by Gunlexify
What do i have to do if i want to change my server name in Public servers list?
Because i see only my ip.

PostPosted: Mon Apr 01, 2013 18:11
by PilzAdam
There are settings in minetest.conf for this:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
# Name of server
server_name = Minetest server
# Description of server
server_description = mine here
# Domain name of server (it is used instead of the IP)
server_address = game.minetest.net
# Homepage of server (it is only shown at http://servers.minetest.net/, but not in the minetest clients)
server_url = http://minetest.net

PostPosted: Tue Apr 02, 2013 10:57
by Gunlexify
Thank you ^^