Go to file
yalh76 7502e8155e
Merge pull request #40 from YunoHost-Apps/testing
Testing
2022-07-20 17:29:26 +02:00
.github [autopatch] Update issue and PR templates 2021-05-13 17:49:35 +02:00
conf Upgrade to 5.5.1~ynh1 2022-06-19 04:22:13 +02:00
doc Upgrade to 5.5.1~ynh1 2022-06-19 04:22:13 +02:00
scripts fix missing game 2022-07-19 23:22:01 +02:00
.gitignore Fix jessie-backports GPG key for arm 2017-10-20 10:58:42 +02:00
LICENSE First commit 2017-06-09 14:29:12 +02:00
README.md Auto-update README 2022-07-19 21:22:06 +00:00
README_fr.md Auto-update README 2022-07-19 21:22:06 +00:00
check_process Upgrade to 5.5.1~ynh1 2022-06-19 04:22:13 +02:00
manifest.json Update manifest.json 2022-07-20 10:08:55 +02:00

README.md

Minetest for YunoHost

Integration level Working status Maintenance status
Install Minetest with YunoHost

Lire ce readme en français.

This package allows you to install Minetest quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

Minetest is a free open-source voxel game engine with easy modding and game creation.

Shipped version: 5.5.1~ynh2

Screenshots

Screenshot of Minetest

Disclaimers / important information

Configuration

How to configure this app: by SSH

Additional information

  • Migration from old package

  • You cant migrate directly with an update.

    • Before installing the new package you need to download this folder from your server /var/games/minetest-server/.minetest/worlds/world (this folder contains all world data)
    • Uninstall the old package sudo yunohost app remove minetest
    • Install the new one sudo yunohost app install https://github.com/YunoHost-Apps/minetest_ynh
    • Stop Minetest service sudo systemctl stop minetest
    • Copy the folder you have copied before in /home/yunohost.app/minetest/.minetest/worlds
    • Start the Minetest service sudo systemctl start minetest
  • Installing mods

    • For installing mods you need to create a worldmods folder in /home/yunohost.app/minetest/.minetest/worlds/world/
    • Clone the repo of the mod in this folder (ex: git clone https://github.com/minetest-mods/mesecons)
    • Edit /home/yunohost.app/minetest/.minetest/worlds/world/world.mt and add at the end load_mod_mesecons = true
    • Restart Minetest with sudo systemctl restart minetest
    • The mod is now installed :)

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/minetest_ynh/tree/testing --debug
or
sudo yunohost app upgrade minetest -u https://github.com/YunoHost-Apps/minetest_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps