Pretty outdated, will update soon :)
PerPlayerServers (PPS for short) is a Java program that works with Docker to deploy Minecraft servers on the fly!
- Java 11+
- Maven
- Docker
- Redis
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
Stopping a server
stop HelloWorld
Removing a server is easy too!
remove HelloWorld
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to use Lombok as appropriate and follow proper OOP practices!