An open API service indexing awesome lists of open source software.

https://github.com/ltheinrich/webuniverse

Webinterface for Minecraft servers (unmaintained)
https://github.com/ltheinrich/webuniverse

minecraft rust webinterface

Last synced: about 2 months ago
JSON representation

Webinterface for Minecraft servers (unmaintained)

Awesome Lists containing this project

README

          

[![Not Maintained](https://img.shields.io/badge/Maintenance%20Level-Not%20Maintained-yellow.svg)](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d)

# Webuniverse

## Setup
### Web
Upload archive `wu-app.tar.xz` to `/var/www/html/web/`

`cd /var/www/html/web/`

`cp config.js ../._restore_config.js && tar xfJ wu-app.tar.xz && rm wu-app.tar.xz config.js && mv ../._restore_config.js config.js`

### API
`wu-api` in `/home/user/` hochladen

`cd /home/user/`

`chmod +x wu-api`

`screen -dmS wu-api -L -Logfile wu-api.log ./wu-api --api-key MfyiWrCfCncxBabm2M1eJKWxUzbaSXl6 --mysql-db DATENBANK --mysql-user BENUTZER --mysql-pass PASSWORT`

### Stats
`wu-client` in `/home/user/` hochladen

`cd /home/user/`

`chmod +x wu-client`

`screen -dmS wu-stats -L -Logfile wu-stats.log ./wu-client send-stats --name "Dedicated Server" --api-key MfyiWrCfCncxBabm2M1eJKWxUzbaSXl6`

### MC Server
*!Beispiel: Lobby!*

`wu-client` in `/home/user/` hochladen

`cd /home/user/`

`chmod +x wu-client`

`(cd Server/lobby && screen -dmS wu-lobby -L -Logfile ../../wu-lobby.log ../../wu-client add-server --name "Lobby" --api-key MfyiWrCfCncxBabm2M1eJKWxUzbaSXl6 bash ./startsrv.sh)`