docker-bungeecord icon indicating copy to clipboard operation
docker-bungeecord copied to clipboard

A BungeeCord server to use in conjunction with itzg/minecraft-server

Results 17 docker-bungeecord issues
Sort by recently updated
recently updated
newest added

Hi! Could you please add the ICON environment variable so this docker image can also download the server icon from a URL exactly as the minecraft-server one does? Thanks!

`GENERIC_PACK` would be very useful _Originally posted by @ChipWolf in https://github.com/itzg/docker-bungeecord/issues/96#issuecomment-1157985185_ Similar to the GENERIC_PACK functionality in the minecraft-server container, we'd like to package and ship our proxy configuration in...

Same problem here. Would be nice to have `REMOVE_OLD_MODS`, `REMOVE_OLD_MODS_INCLUDE` and `REMOVE_OLD_MODS_DEPTH` from https://github.com/itzg/docker-minecraft-server/blob/7164d2b8857d9e16c1ee2b01290df69ad019632e/start-spiget#L48-L52 and https://github.com/itzg/docker-minecraft-server/blob/cc204c297fde35fb30d2a9fa2741aa9f28f2dd8e/start-utils#L178-L182 _Originally posted by @thenilsdev in https://github.com/itzg/docker-bungeecord/issues/47#issuecomment-846472535_

I don't know when this project was last updated but when I use the docker-compose template in the examples for both Bungeecord and Waterfall I get the following error in...

I've got a setup with three servers behind bungeecord, connected with portals. If autopause is set for the three servers, coming into one will unpause it, but then the other...

status/stale

Trying to start up this docker image and setting the user ID variable fails: ``` $ docker run -it -u 1001 -v /bungee:/server -p 25565:25577 itzg/bungeecord [init] Resolving type given...

https://www.spigotmc.org/resources/bungeetablistplus.313/ I using this results in errors because it includes jar files for sponge and more which are attempted to run. Is there way to fix this?

enhancement

Would it be possible to add a setting here that allows to use the Bedrock status? https://github.com/itzg/docker-bungeecord/blob/ea211a6bbd499398bd1f3b377c99d01b86d16227/health.sh#L10

enhancement

Note: base image provides multiarch support https://hub.docker.com/_/openjdk?tab=tags&page=1&ordering=last_updated&name=8-alpine

enhancement

Hi there! I'm having a heck of a time with RCON working (specifically with [Velocity](https://github.com/ygtdmn/VelocityRcon/issues/6)) which isn't a problem on your end, but I'm wondering: on your minecraft-server image you...