Skip to content

Latest commit

 

History

History
executable file
·
45 lines (32 loc) · 950 Bytes

README.md

File metadata and controls

executable file
·
45 lines (32 loc) · 950 Bytes

drunner/minecraft

A simple Minecraft server dService.

Pauses server on backup/restore. All data and configuration in backup. Can run multiple servers on a host just by using different ports. :-)

This is a version 2 dService, so requires the C++ version of dRunner.

See also drunner/minecraftviewer for providing the minecraft map via a webpage.

Use

drunner install minecraft
minecraft configure port=25565
minecraft start

Modifying server settings

docker run -ti -v drunner-minecraft-minecraftdata:/mc drunner/drunner_utils /bin/bash
nano -w /mc/server.properties
exit
minecraft stop
minecraft start

Help

NAME
   ${SERVICENAME} - Runs minecraft
       
SYNOPSIS
   ${SERVICENAME} help            - This help
   ${SERVICENAME} configure PORT  - Configure for port PORT
   ${SERVICENAME} start           - Make it go!
   ${SERVICENAME} stop            - Stop it

DESCRIPTION
   Built from ${IMAGENAME}.