Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaminima/docker-fabricmc
Docker image to provide Modded Fabric Minecraft servers in a container. See the readme for our quick start guide.
https://github.com/jaminima/docker-fabricmc
fabric minecraft
Last synced: 22 days ago
JSON representation
Docker image to provide Modded Fabric Minecraft servers in a container. See the readme for our quick start guide.
- Host: GitHub
- URL: https://github.com/jaminima/docker-fabricmc
- Owner: Jaminima
- Created: 2024-10-17T17:05:30.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2024-10-20T17:03:47.000Z (25 days ago)
- Last Synced: 2024-10-20T20:27:53.106Z (25 days ago)
- Topics: fabric, minecraft
- Language: Dockerfile
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.