minetest-server-docker/.env

9 lines
456 B
Bash

SERVER_GAME="minetest"
# Must be specified like <username/modname>, i.e. mt-mods/i3, separated by a semicolon (;)
# Example:
# SERVER_MODS="mt-mods/i3;ElCeejo/animalia"
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"