logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Control Minetest - Manage Worlds and Logs | Online Free DevTools by Hexmos

Control Minetest with ease. Manage worlds, logging, and server settings using simple command-line options. Free online tool, no registration required.

minetest

Multiplayer infinite-world block sandbox. See also: minetestserver, the server-only binary. More information: https://wiki.minetest.org/Minetest.

  • Start Minetest in client mode:

minetest

  • Start Minetest in server mode by hosting a specific world:

minetest --server --world {{name}}

  • Write logs to a specific file:

minetest --logfile {{path/to/file}}

  • Only write errors to the console:

minetest --quiet

See Also