Skip to content

Docker image for the Forge modded server with RLCraft installed

Notifications You must be signed in to change notification settings

Joel-Valentine/RLCraft-Server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RLCraft Server

RLCraft Server Publish

Docker image for the Forge modded server with RLCraft installed. This specific fork fixes a very minor issue with https://github.com/double-em/RLCraft-Server see this PR double-em#3.

Install

docker pull lyxer/rlcraft-server

Quickstart

Minimum starting command for online use:

docker run -dit -e EULA=true -p 25565:25565 lyxer/rlcraft-server

For saving and loading worlds and configurations attach a volume to the /server/server-data path, like so:

docker run -dit -e EULA=true -v rlcraft-server:/server/server-data -p 25565:25565 lyxer/rlcraft-server

NOTE: By providing EULA=TRUE you agree to the EULA at https://account.mojang.com/documents/minecraft_eula.

Environment Variables

  • EULA (Required)
    • Default: none
  • RAM - Sets the dedicated RAM (java -Xms, -Xmx)
    • Default: 4G

References

Packages

No packages published

Languages

  • Shell 76.0%
  • Dockerfile 24.0%