Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/double-em/rlcraft-server
Docker image for the Forge modded server with RLCraft installed
https://github.com/double-em/rlcraft-server
container docker minecraft minecraft-forge minecraft-forge-mod minecraft-server rlcraft rlcraft-server
Last synced: 3 months ago
JSON representation
Docker image for the Forge modded server with RLCraft installed
- Host: GitHub
- URL: https://github.com/double-em/rlcraft-server
- Owner: double-em
- Created: 2020-06-18T15:18:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:47:04.000Z (about 1 year ago)
- Last Synced: 2024-09-27T01:21:52.845Z (3 months ago)
- Topics: container, docker, minecraft, minecraft-forge, minecraft-forge-mod, minecraft-server, rlcraft, rlcraft-server
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 20
- Watchers: 1
- Forks: 26
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RLCraft Server
![RLCraft Server Publish](https://github.com/double-em/RLCraft-Server/workflows/RLCraft%20Server%20Publish/badge.svg)
Docker image for the Forge modded server with RLCraft installed.
## Quickstart
Minimum starting command for online use:
```shell
docker run -dit -e EULA=true -p 25565:25565 doubleem/rlcraft-server
```For saving and loading worlds and configurations attach a volume to the /server/server-data path, like so:
```shell
docker run -dit -e EULA=true -v rlcraft-server:/server/server-data -p 25565:25565 doubleem/rlcraft-server
```**NOTE**: By providing EULA=TRUE you agree to the EULA at [https://account.mojang.com/documents/minecraft_eula](https://account.mojang.com/documents/minecraft_eula).
## Environment Variables
- EULA (Required)
- Default: none
- RAM - Sets the dedicated RAM (java -Xms, -Xmx)
- Default: 6G## References
- JVM Parameters
[https://aikar.co/2018/07/02/tuning-the-jvm-g1gc-garbage-collector-flags-for-minecraft/](https://aikar.co/2018/07/02/tuning-the-jvm-g1gc-garbage-collector-flags-for-minecraft/)
- Crontab
[https://www.adminschoice.com/crontab-quick-reference](https://www.adminschoice.com/crontab-quick-reference)