Name | Modified | Size | Downloads / Week |
---|---|---|---|
README.md | 2022-05-10 | 1.2 kB | |
Minetest_Utilities_1.12.0.zip | 2022-05-10 | 26.5 MB | |
Minetest_Utilities_1.9.2.zip | 2020-12-12 | 26.5 MB | |
Minetest_Utilities_1.8.0.zip | 2020-08-15 | 4.4 MB | |
Minetest_Utilities_1.7.1.zip | 2020-06-19 | 4.1 MB | |
Minetest_Utilities_1.7.0.zip | 2020-06-17 | 4.1 MB | |
Minetest_Utilities_1.6.1.zip | 2020-06-16 | 4.0 MB | |
Minetest_Utilities_1.6.0.zip | 2020-05-29 | 2.6 MB | |
Minetest_Utilities_1.5.0.zip | 2020-03-11 | 1.9 MB | |
Minetest_Utilities_1.4.0.zip | 2020-02-22 | 1.9 MB | |
Minetest_Utilities_1.3.2.zip | 2020-02-21 | 1.9 MB | |
Minetest_Utilities_1.3.1.zip | 2020-02-10 | 1.8 MB | |
Minetest_Utilities_1.3.0.zip | 2019-08-12 | 1.8 MB | |
Minetest_Utilities_1.2.2.zip | 2019-06-30 | 1.8 MB | |
MinetestUtilities_1.2.1.zip | 2019-01-02 | 743.2 kB | |
MinetestUtilities_1.2.zip | 2018-12-14 | 742.8 kB | |
MinetestUtilities_1.0.zip | 2018-08-21 | 743.4 kB | |
MinetestUtilities.zip | 2018-08-17 | 743.2 kB | |
Totals: 18 Items | 86.4 MB | 0 |
Minetest Utilities (1.12.0)
These are tools to make running a Minetest server on Linux easier - Official support sites: Official Sourceforge Repo - Official Forum
Includes these tools:
- MineBackup (1.5.2) - Keeps the last five backups of your Minetest server. Expected to be run weekly in a cron script.
- Minetest Management Console (1.12.0) - Manage your server with a text GUI.
- Minetest Startup (2.2.2) - Starts your server at boot time and within 1 minute if it should crash.
- addskins - Tool to add skins to a minetest server that is using the simple_skins mod. Only tested under Ubuntu Linux
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
You also need to have my Minetest Startup Script and Minetest Backup Script installed. These are included in this archive.
I then suggest you read the README.md files in each of the subfolders to be sure you have it set up correctly.