Skip to content

Dans-Plugins/dpc-mc-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 dpc-mc-server /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.

License

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.

About

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

Resources

License

Stars

Watchers

Forks