minetest-server-docker/sample.env

21 lines
639 B
Bash
Raw Permalink Normal View History

2024-09-29 17:49:23 +03:00
# Must be specified like <username/gamename>, i.e. Minetest/minetest_game
# Example:
# SERVER_GAME="Minetest/minetest_game"
SERVER_GAME=""
# 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=""
# 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 entrypoint.sh
2024-09-29 18:32:21 +03:00
SERVER_ADMIN=""
# World name
# Name of world to be saved in data/worlds
WORLD_NAME="world"