# Must be specified like , i.e. Minetest/minetest_game # Example: # SERVER_GAME="Minetest/minetest_game" SERVER_GAME="" # Must be specified like , 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 SERVER_ADMIN="" # World name # Name of world to be saved in data/worlds WORLD_NAME="world"