https://github.com/goobaroo/docker-ftbskyfactory25
A Modded Java Minecraft server container for Unraid that runs FTB Presents Skyfactory 2.5.
https://github.com/goobaroo/docker-ftbskyfactory25
docker minecraft-server
Last synced: about 1 month ago
JSON representation
A Modded Java Minecraft server container for Unraid that runs FTB Presents Skyfactory 2.5.
- Host: GitHub
- URL: https://github.com/goobaroo/docker-ftbskyfactory25
- Owner: Goobaroo
- Created: 2023-11-08T23:35:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-29T19:25:49.000Z (about 2 months ago)
- Last Synced: 2025-04-13T05:54:24.471Z (about 1 month ago)
- Topics: docker, minecraft-server
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [FTB Presents Skyfactory 2.5](https://feed-the-beast.com/modpack/19-ftb_presents_skyfactory_2_5) By FTB
- [Description](#description)
- [Requirements](#requirements)
- [Options](#options)
* [Adding Minecraft Operators](#adding-minecraft-operators)
- [Troubleshooting](#troubleshooting)
* [Accept the EULA](#accept-the-eula)
* [Permissions of Files](#permissions-of-files)
* [Resetting](#resetting)
- [Source](#source)## Description
This container is built to run on an [Unraid](https://unraid.net) server, outside of that your milliage will vary.
The docker on first run will download the same version as tagged of `FTB Presents Skyfactory 2.5` and install it. This can take a while as the Forge installer can take a bit to complete. You can watch the logs and it will eventually finish.
After the first run it will simply start the server.
Note: There are no modded minecraft files shipped in the container, they are all downloaded at runtime.
## Requirements
* /data mounted to a persistent disk
* Port 25565/tcp mapped
* environment variable EULA set to "true"As the end user, you are repsonsible for accepting the EULA from Mojang to run their server, by default in the container it is set to false.
## Options
These environment variables can be set at run time to override their defaults.
* JVM_OPTS "-Xms4096m -Xmx4096m"
* MOTD "FTB Presents Skyfactory 2.5 Server Powered by Docker"
* LEVEL world### Adding Minecraft Operators
Set the enviroment variable `OPS` with a comma separated list of players.
example:
`OPS="OpPlayer1,OpPlayer2"`## Troubleshooting
### Accept the EULA
Did you pass in the environment variable EULA set to `true`?### Permissions of Files
This container is designed for [Unraid](https://unraid.net) so the user in the container runs on uid 99 and gid 100. This may cause permission errors on the /data mount on other systems.### Resetting
If the install is incomplete for some reason. Deleting the downloaded server file in /data will restart the install/upgrade process.## Source
Github: https://github.com/Goobaroo/docker-ftbskyfactory25Docker: https://hub.docker.com/repository/docker/goobaroo/ftbskyfactory25