https://github.com/afcms/mtg_server
https://github.com/afcms/mtg_server
minetest minetest-server
Last synced: 4 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T11:58:53.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T22:16:19.314Z (over 1 year 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
```