Feed The Beast Endeavour modpack made by Feed The Beast at https://feed-the-beast.com
Modpack for Minecraft 1.16.5 with Log4jPatcher.
All-purpose modpack expanding on our hugely successful FTB Revelations.
Endeavour includes mods that revolve around tech, magic, exploration and general building.
NOTE: In compliance with Mojang "End User License Agreement", you will need to agree to the EULA in order to run your own Minecraft server. By using this container you acknowledge the EULA! If you do not agree, then you are not permitted to use this container! https://account.mojang.com/documents/minecraft_eula
The worldname must be the default "world". Settings will reset when upgrading. Access the console to op and whitelist.
Running ftb-endeavour data container:
docker run --name [name of your data container] jonasbonno/ftb-endeavour echo 'Data-only container'
Running ftb-endeavour server:
docker run --tty=true --interactive=true --detach=true --name [name of your container] --volumes-from [name of your data container] --publish=[port on your host]:25565 jonasbonno/ftb-endeavour
When upgrading sometime items have been remove and therefor you have to confirm removal.
To do so run docker attach [name of your container]
and type /fml confirm
when prompted to confirm or cancel.
Exit with CTRL+P CTRL+Q.
To access the console:
docker attach [name of container]
Run your commands
To exit: CTRL+P CTRL+Q
Tips:
Check for OS updates: docker exec -u 0 -it [name of your container] /usr/bin/apt update
Install OS updates: docker exec -u 0 -it [name of your container] /usr/bin/apt full-upgrade -y
Download file: docker cp [name of your container]:/minecraft/options.txt .
Upload file: docker cp options.txt [name of your container]:/minecraft/options.txt
Say Hi!: echo "say Hi!" | socat EXEC:"docker attach [name of your container]",pty STDIN
Say CPU and RAM usage: echo "say $(docker stats [name of your container] --no-stream --format "table CPU: {{.CPUPerc}} RAM: {{.MemPerc}}" | sed -n -e 2p)" | socat EXEC:"docker attach [name of your container]",pty STDIN
The first time the server starts it creates the server.properties file with default settings and spawns "world". Not recommended to change these settings by hand.