8000 GitHub - Turakar/mc-server-control: A webserver to turn minecraft servers on and off
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Turakar/mc-server-control

Repository files navigation

Minecraft Server Control

Minecraft Server Control is a webserver implemented with Dropwizard in Java which allows you to start and stop your minecraft servers using a web interface.

Build

  1. You need Java 8 on a linux system
  2. Clone the repo.
  3. ./gradlew jar

Configure

All the settings are in mc-server-control.yml. This file supports the configurations provided by the Dropwizard framework and setting the server directory.

The server directory should contain one directory for every server, a stop.shin the root folder and a start.sh in every sub folder. You can find example scripts (using GNU screen) in scripts.

Run

java -jar build/lib/mc-server-switcher.[VERSION].jar server mc-server-switcher.yml

About

A webserver to turn minecraft servers on and off

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0