Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaminima/docker-papermc

Docker image to provide Paper Minecraft servers in a container. See the readme for our quick start guide.
https://github.com/jaminima/docker-papermc

docker minecraft minecraft-server paper

Last synced: 5 days ago
JSON representation

Docker image to provide Paper Minecraft servers in a container. See the readme for our quick start guide.

Awesome Lists containing this project

README

        

# Paper MC Docker Container

Deploy configurable Minecraft Paper servers easily and realiably with this handy container. This server comes with several preconfigured plugins, learn below how to add your own!

## Quick Start

To download and run the pre-build server, first make sure you have installed [Docker](https://docs.docker.com/engine/install/) on your server machine. Next do the following:

1. Create a folder for your server.

2. Make a copy of the `docker-compose.yml` and place it in the servers folder.

3. Open a terminal in the server folder, run `docker pull jaminima/paper`.

4. Finally run `docker compose up -d`

This will start the minecraft server on the machine, you should then be able to join the server once it warms up using its ip address.

To allow remote connection, ensure you [Port Forward](https://www.wikihow.com/Set-Up-Port-Forwarding-on-a-Router) your router.

## Plugins

These plugins come installed and configured by default. Configuration files can be found in `/configs`. Do note to make changes to these files you will need to follow the **Advanced Setup** steps.

### Administration

- Backuper

- Plan

- Blue Map

- Mini Info

- Mini MOTD

- Luck Perms

- EssentialsX + Chat

- Mutliverse (Core, Inventories, Portals)

- Vault

### Bedrock Support

- Geyser

- Floodgate

### Gameplay

- BetterSleepPlus

- WildStacker

- FineHarvest

- TreeFeller

## Website

There is an in build website hosted using Nginx.