Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afcms/mtg_server
https://github.com/afcms/mtg_server
minetest minetest-server
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/afcms/mtg_server
- Owner: AFCMS
- License: gpl-3.0
- Created: 2022-07-03T14:22:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T11:58:53.000Z (5 months ago)
- Last Synced: 2024-10-10T22:16:19.314Z (3 months ago)
- Topics: minetest, minetest-server
- Language: Lua
- Homepage:
- Size: 818 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minetest Game Server
This is the Minetest Game modpack I use in my private SMP
## Running
Clone this repository and update the submodules:
```bash
git clone https://github.com/AFCMS/mtg_server
cd mtg_server
git submodule update --init --recursive
```Install Docker and Docker Compose, then run:
```bash
docker-compose up server_survival
```or
```bash
docker-compose up server_pvp
```Make a maps backup:
```bash
./backup.sh
```