Go to file
Marisa Giancarla 788e0db55d Added server status functions 2022-07-21 11:32:10 +08:00
CHANGES.txt Pull in changes from mcmc 2022-07-21 10:28:53 +08:00
LICENSE Initial commit 2018-03-12 02:23:32 -07:00
README.md Update version 2022-05-10 01:13:33 -07:00
mmc Added server status functions 2022-07-21 11:32:10 +08:00

README.md

Minetest Management Console (1.12.0)

Allows you to manage your Minetest server with a text based GUI - Official support sites: Official Github Repo - Official Forum


You will need to run cpan and install these modules:

  • cpan -i UI::Dialog
  • cpan -i Term::ReadKey
  • cpan -i Term::ANSIScreen
  • cpan -i POSIX
  • cpan -i Number::Bytes::Human

Run "mmc". If you need to change any settings after this, edit "~/.mmcrc" and make the desired changes. This can be done within mmc itself.

You also need to have my Minetest Startup Script and Minetest Backup Script installed.

I then suggest you add this directory (MinetestManagementConsole) into your path, so that you can just run "git pull" to upgrade to the latest version of mmc as updates come out.