Geoff Bourne

Results 719 comments of Geoff Bourne

Limbo is now supported by the latest image https://github.com/itzg/docker-minecraft-server#running-a-limbo-server

Oops, the "purpur" mention was a left over from copy-pasting that source file 😬 I'll fix that up. Otherwise... ...the healthcheck behavior is quite strange and I'm not sure what...

Fixed the binding by explicitly setting `SERVER_IP` in the limbo setup; however, now I'm wondering how to solve ![image](https://user-images.githubusercontent.com/988985/131266816-9170bb01-117f-426c-acb0-83a7801e3b34.png)

Apparently it namespaces the `level-name` property, so it gets a prefix `minecraft:`: https://github.com/LOOHP/Limbo/blob/7d8208272f119ecda0d85bd8f8d21b01597ec1e3/src/main/java/com/loohp/limbo/file/ServerProperties.java#L82 I'll push the changes so far and @DanielRamp maybe you can help investigate what might be wrong.

Great idea on allowing for runtime building of the config file. I will definitely "borrow" some of the logic you provided 😉

It moved https://github.com/itzg/docker-minecraft-server/pull/1483#issuecomment-1192905724

Yes, that would be quite doable. As a note for myself: - Debian : iputils-ping - Alpine: iputils

ping is now included in the latest image, so it's ready to test

Builds upon the solution for #78

Hmm, it's a little bit trickier than I expected. I had made the change locally and encountered ``` -------------------------------------------------------------------------------- Oops! You attempted to run the Sponge Forge Mod directly! This...