gmemstr / minecraft-preempt

Automatically start your minecraft server when a user joins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minecraft-preempt

A lightweight golang application to start your pre-emptible minecraft server when a user joins

Planned Features

  • Start server on user join
  • Display message to user when server is starting
  • Update status based on server status
  • When server is online, proxy over status request
  • Turn off server when no users are detected for X time
  • Clean up code a little bit (quickly MVP'd thise trying out a lot of different things)

Usage

Edit config/config.example.yaml and move to config/config.yaml

Run the binary!

License

Apache-2.0

About

Automatically start your minecraft server when a user joins


Languages

Language:Go 93.7%Language:Makefile 6.3%