Sign inSign up

tricked/darkrpg

By tricked

Updated almost 4 years ago

RPG Modpack Featuring Quests, Origins, Magic, MMO Server, Fabric Edition

Image
0

191

tricked/darkrpg repository overview

DarkRPG - RPG Quest Magic & Origins

RPG Modpack Featuring Quests, Origins, Magic, MMO Server, Fabric Edition

Running

Docker

docker run -d --name minecraft-server -p 25565:25565 -e EULA=true -e MODPACK_RAM=4g tricked/darkrpg

Compose

You can run the modpack with the following docker-compose.yml file

version: "3.8"

services:
  minecraft-server:
    image: tricked/darkrpg:latest
    container_name: darkrpg-server
    ports:
      - 25565:25565
    volumes:
      - ./data:/data

starting docker-compose up -d will start the server in the background keep in mind it can take several minutes to install and start.

Environment Variables
OPTS: Change the default jvm flags
MODPACK_RAM: Change the default ram for the server this is overwritten by 'OPTS'

Info

modpack updated timestamp 2022-10-24T01:23:10.747Z - id 515345

curseforge link: https://www.curseforge.com/minecraft/modpacks/darkrpg

Repository

You can find the source code to this project here https://github.com/Tricked-dev/dockermc

Tag summary

Content type

Image

Digest

sha256:1968da289

Size

355.4 MB

Last updated

almost 4 years ago

docker pull tricked/darkrpg