An infrastructure-as-code Minecraft server for the Dan's Plugins Community
Currently being hosted at dansplugins.com
- Install Docker
- Install Docker Compose
- Install Git
- Clone this repository
- Start the server
- Run
docker compose up -d
in the repository directory - Type
docker ps
to confirm that the server is running
- Run
docker compose down
in the repository directory - Type
docker ps
to confirm that the server is no longer running
- While the server is running, run
docker exec -it dpc-mc-server /bin/bash
- You will now be in the server's filesystem. You can modify files as you wish.
- When you are done, run
exit
to exit the container. - Run
docker compose restart
to restart the server with your changes.
This project is licensed under the GNU General Public License v3.0 (GPL-3.0).
You are free to use, modify, and distribute this software, provided that:
- Source code is made available under the same license when distributed.
- Changes are documented and attributed.
- No additional restrictions are applied.
See the LICENSE file for the full text of the GPL-3.0 license.