luanti [--server SERVER OPTIONS | CLIENT
OPTIONS] [COMMON OPTIONS] [WORLD PATH]
luantiserver [SERVER OPTIONS] [COMMON
OPTIONS] [WORLD PATH]
Luanti (formerly Minetest) is a voxel game engine with easy
modding and game creation.
- --migrate
<value>
- Migrate from current map backend to another. Possible values are sqlite3,
leveldb, redis, postgresql, and dummy.
- --migrate-auth
<value>
- Migrate from current auth backend to another. Possible values are sqlite3,
leveldb, and files.
- --migrate-players
<value>
- Migrate from current players backend to another. Possible values are
sqlite3, leveldb, postgresql, dummy, and files.
- --migrate-mod-storage
<value>
- Migrate from current mod storage backend to another. Possible values are
sqlite3, dummy, and files.
- --terminal
- Display an interactive terminal over ncurses during execution.
Please report all bugs at
https://github.com/minetest/minetest/issues.
Perttu Ahola <celeron55@gmail.com> and contributors.
This man page was originally written by Juhani Numminen
<juhaninumminen0@gmail.com>.