minetest-server-docker/.env

9 lines
456 B
Bash
Raw Normal View History

SERVER_GAME="minetest"
2024-09-28 16:35:28 +03:00
# Must be specified like <username/modname>, i.e. mt-mods/i3, separated by a semicolon (;)
# Example:
# SERVER_MODS="mt-mods/i3;ElCeejo/animalia"
2024-09-28 17:45:44 +03:00
SERVER_MODS="ElCeejo/animalia"
# SERVER_MODS="mt-mods/technic_plus_beta"
API_URL="https://content.minetest.net/api"
#Nickname of server admin. Must be specified in order to launch server with --terminal option. Either specify it or remove '--terminal' from Dockerfile
SERVER_ADMIN="leca"