LinuxCommandLibrary

minetest

open-source voxel game engine and sandbox game similar to Minecraft

TLDR

Start Minetest client

$ minetest
copy
Connect to server
$ minetest --address [server.example.com] --port [30000]
copy
Start with specific game
$ minetest --gameid [minetest_game]
copy
Run in terminal mode
$ minetest --terminal
copy

SYNOPSIS

minetest [options]

DESCRIPTION

minetest is an open-source voxel game engine and sandbox game similar to Minecraft. Supports multiplayer, modding, and custom content. Highly extensible through Lua scripting.

PARAMETERS

--address host

Server address to connect to.
--port port
Server port (default 30000).
--name name
Player name.
--password pass
Player password.
--gameid id
Game ID to use.
--world path
World directory.
--config file
Configuration file.
--terminal
Run in terminal mode.
--info
Print info and exit.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community