Skip to content

An infrastructure-as-code Minecraft server for the Dan's Plugins Community

License

Notifications You must be signed in to change notification settings

Dans-Plugins/dpc-mc-server

Repository files navigation

Dan's Plugins Community Minecraft Server

An infrastructure-as-code Minecraft server for the Dan's Plugins Community

Currently being hosted at dansplugins.com

Setup

  1. Install Docker
  2. Install Docker Compose
  3. Install Git
  4. Clone this repository
  5. Start the server

Starting

  1. Run docker-compose up -d in the repository directory
  2. Type docker ps to confirm that the server is running

Stopping

  1. Run docker-compose down in the repository directory
  2. Type docker ps to confirm that the server is no longer running

Modifying server files

  1. While the server is running, run docker exec -it dpcmcserver /bin/bash
  2. You will now be in the server's filesystem. You can modify files as you wish.
  3. When you are done, run exit to exit the container.
  4. Run docker-compose restart to restart the server with your changes.

About

An infrastructure-as-code Minecraft server for the Dan's Plugins Community

Resources

License

Stars

Watchers

Forks