0rangeFox / PerPlayerServers

Create Minecraft servers with Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PerPlayerServers

Simplify server creation with Docker and make it possible to create servers on the fly for things like PvP battles, events, and even per-match servers.

Overview

This is a project being developed by the community, and is not affiliated with any of the companies belonging to Mojang, Microsoft and Docker. The project is developed with Java version 8 making it possible to run it on most servers today, and with the build automation tool called Maven.

How to build

git clone https://github.com/DaddyImPregnant/PerPlayerServers.git
cd PerPlayerServers
mvn

Usage

For all of the following examples, I will be using the name HelloWorld and the image daddyimpregnant/spigot:latest.

Creating a server

create HelloWorld spigot

Connecting to servers is easy!

connect HelloWorld

Removing a server is easy too!

stop HelloWorld
remove HelloWorld

Contributions

This project will always remain open source and any kind of contribution is welcome. By participating in this project, you agree to keep common sense and contribute in a positive way. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Create Minecraft servers with Docker

License:MIT License


Languages

Language:Java 100.0%