Geoff Bourne
Geoff Bourne
> I would be able to improve my situation somewhat if PLUGINS also took zip urls as arguments. That's an interesting idea. And for zips it would simply unzip the...
I didn't think bungeecord supported Bedrock.
Since Waterdog seems to add to Waterfall and in turn Bungeecord, I'll see first if the Java edition mode of mc-status will work for all three.
Can you set `DEBUG` to "true" and then provide that output?
Thanks, yes, expected a lot of output. FYI here's the bit I was looking for ``` mc-monitor status --host localhost --port 25565 --show-player-count + PLAYERS_ONLINE='failed to ping localhost:25565 : could...
Can you provide the container configs for that backup container and it's corresponding server? Going over loopback, the container port mappings won't be utilized, so was wanting to cross check...
Ah, you're missing SERVER_PORT on the backup service. Better yet, I really recommend you don't change the SERVER_PORT and RCON_PORT values since the port mappings can adjust for host side...
Can you clarify in what way it didn't work? Instead, you can go back to your previous but add the missing SERVER_PORT to your backup service.
I just realized why the first suggestion didn't work. By default it won't update the server.properties file. Adding `OVERRIDE_SERVER_PROPERTIES: "true"` will get it working I think.
Rclone seems to want to maintain updated refresh tokens in the config file, which is not practical when you want to attach a pre-existing one from a secret. I would...