mcserve
v0.5.0
Published
serve minecraft with a simple chat logging web interface
Downloads
7
Readme
mcserve
node.js http server and console wrapper for minecraft server.
Features
- Web interface with recent chat history and who is online.
- Ability for users to request a server restart with
/restart
which will happen after everybody logs off. - Automatically restart minecraft server when it crashes.
Installation
- Install Java.
- Install node.js.
- Download
minecraft_server.jar
from minecraft.net. npm install mcserve
npm start mcserve
Configuration
Port
Http server defaults to port 9999. You can configure this by passing in a
PORT
environment variable to npm start
.
Minecraft Version Support
Supports minecraft_server.jar
version 1.4.6 at least.