-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Description
Seems like #263 broke copying over existing velocity.toml and forwarding.secret files in the /config directory. I'm guessing it's because the files get downloaded before copying over any config files, and since they already exist, it just gets skipped over.
Here's a snippet of a log about the files that get copied/interpolated on 2025.9.0:
[init] Copying configs over... [mc-image-helper] 08:53:23.841 INFO : Interpolating /config/plugins/luckperms/config.yml -> /server/plugins/luckperms/config.yml
[mc-image-helper] 08:53:23.867 INFO : Interpolating /config/plugins/luckperms/contexts.json -> /server/plugins/luckperms/contexts.json [mc-image-helper] 08:53:23.873 INFO : Interpolating /config/plugins/libertybans/config.yml -> /server/plugins/libertybans/config.yml
[mc-image-helper] 08:53:23.880 INFO : Interpolating /config/plugins/libertybans/lang/messages_pl.yml -> /server/plugins/libertybans/lang/messages_pl.yml
[mc-image-helper] 08:53:23.898 INFO : Interpolating /config/plugins/libertybans/lang/messages_zh_cn.yml -> /server/plugins/libertybans/lang/messages_zh_cn.yml
[mc-image-helper] 08:53:23.908 INFO : Interpolating /config/plugins/libertybans/lang/messages_hu.yml -> /server/plugins/libertybans/lang/messages_hu.yml
[mc-image-helper] 08:53:23.918 INFO : Interpolating /config/plugins/libertybans/lang/messages_fr.yml -> /server/plugins/libertybans/lang/messages_fr.yml
[mc-image-helper] 08:53:23.932 INFO : Interpolating /config/plugins/libertybans/lang/messages_de.yml -> /server/plugins/libertybans/lang/messages_de.yml
[mc-image-helper] 08:53:23.946 INFO : Interpolating /config/plugins/libertybans/lang/messages_en.yml -> /server/plugins/libertybans/lang/messages_en.yml
[mc-image-helper] 08:53:23.959 INFO : Interpolating /config/plugins/libertybans/lang/messages_es.yml -> /server/plugins/libertybans/lang/messages_es.yml
[mc-image-helper] 08:53:23.973 INFO : Interpolating /config/plugins/libertybans/lang/messages_ru.yml -> /server/plugins/libertybans/lang/messages_ru.yml
[mc-image-helper] 08:53:23.983 INFO : Interpolating /config/plugins/libertybans/lang/messages_no.yml -> /server/plugins/libertybans/lang/messages_no.yml
[mc-image-helper] 08:53:23.995 INFO : Interpolating /config/plugins/libertybans/lang/messages_zh_tw.yml -> /server/plugins/libertybans/lang/messages_zh_tw.yml
[mc-image-helper] 08:53:24.003 INFO : Interpolating /config/plugins/libertybans/scope.yml -> /server/plugins/libertybans/scope.yml
[mc-image-helper] 08:53:24.008 INFO : Interpolating /config/plugins/viaversion/config.yml -> /server/plugins/viaversion/config.yml
[mc-image-helper] 08:53:24.016 INFO : Interpolating /config/plugins/Geyser-Velocity/config.yml -> /server/plugins/Geyser-Velocity/config.yml
[mc-image-helper] 08:53:24.024 INFO : Copying /config/plugins/Geyser-Velocity/key.pem -> /server/plugins/Geyser-Velocity/key.pem
[mc-image-helper] 08:53:24.039 INFO : Copying /config/plugins/Geyser-Velocity/packs/GeyserOptionalPack.mcpack -> /server/plugins/Geyser-Velocity/packs/GeyserOptionalPack.mcpack
[mc-image-helper] 08:53:24.043 INFO : Interpolating /config/plugins/spicord/config.toml -> /server/plugins/spicord/config.toml
[mc-image-helper] 08:53:24.049 INFO : Interpolating /config/plugins/voicechat/voicechat-proxy.properties -> /server/plugins/voicechat/voicechat-proxy.properties
[mc-image-helper] 08:53:24.054 INFO : Interpolating /config/plugins/viabackwards/config.yml -> /server/plugins/viabackwards/config.yml
[mc-image-helper] 08:53:24.059 INFO : Interpolating /config/plugins/viarewind/config.yml -> /server/plugins/viarewind/config.yml
[mc-image-helper] 08:53:24.064 INFO : Interpolating /config/plugins/bStats/config.txt -> /server/plugins/bStats/config.txt
[mc-image-helper] 08:53:24.070 INFO : Interpolating /config/plugins/huskchat/config.yml -> /server/plugins/huskchat/config.yml
[mc-image-helper] 08:53:24.075 INFO : Interpolating /config/plugins/huskchat/filters.yml -> /server/plugins/huskchat/filters.yml
[mc-image-helper] 08:53:24.079 INFO : Interpolating /config/plugins/huskchat/messages-en-gb.yml -> /server/plugins/huskchat/messages-en-gb.yml
[mc-image-helper] 08:53:24.087 INFO : Interpolating /config/plugins/huskchat/channels.yml -> /server/plugins/huskchat/channels.yml
[mc-image-helper] 08:53:24.092 INFO : Interpolating /config/plugins/floodgate/config.yml -> /server/plugins/floodgate/config.yml
[mc-image-helper] 08:53:24.096 INFO : Copying /config/plugins/floodgate/key.pem -> /server/plugins/floodgate/key.pem
[mc-image-helper] 08:53:24.098 INFO : Copying /config/forwarding.secret -> /server/forwarding.secret
[mc-image-helper] 08:53:24.101 INFO : Interpolating /config/velocity.toml -> /server/velocity.toml
Here's one for 2025.9.1:
[init] Copying configs over... [mc-image-helper] 08:48:48.955 INFO : Interpolating /config/plugins/luckperms/config.yml -> /server/plugins/luckperms/config.yml
[mc-image-helper] 08:48:48.983 INFO : Interpolating /config/plugins/luckperms/contexts.json -> /server/plugins/luckperms/contexts.json [mc-image-helper] 08:48:48.989 INFO : Interpolating /config/plugins/libertybans/config.yml -> /server/plugins/libertybans/config.yml
[mc-image-helper] 08:48:48.997 INFO : Interpolating /config/plugins/libertybans/lang/messages_pl.yml -> /server/plugins/libertybans/lang/messages_pl.yml
[mc-image-helper] 08:48:49.018 INFO : Interpolating /config/plugins/libertybans/lang/messages_zh_cn.yml -> /server/plugins/libertybans/lang/messages_zh_cn.yml
[mc-image-helper] 08:48:49.028 INFO : Interpolating /config/plugins/libertybans/lang/messages_hu.yml -> /server/plugins/libertybans/lang/messages_hu.yml
[mc-image-helper] 08:48:49.039 INFO : Interpolating /config/plugins/libertybans/lang/messages_fr.yml -> /server/plugins/libertybans/lang/messages_fr.yml
[mc-image-helper] 08:48:49.049 INFO : Interpolating /config/plugins/libertybans/lang/messages_de.yml -> /server/plugins/libertybans/lang/messages_de.yml
[mc-image-helper] 08:48:49.061 INFO : Interpolating /config/plugins/libertybans/lang/messages_en.yml -> /server/plugins/libertybans/lang/messages_en.yml
[mc-image-helper] 08:48:49.071 INFO : Interpolating /config/plugins/libertybans/lang/messages_es.yml -> /server/plugins/libertybans/lang/messages_es.yml
[mc-image-helper] 08:48:49.080 INFO : Interpolating /config/plugins/libertybans/lang/messages_ru.yml -> /server/plugins/libertybans/lang/messages_ru.yml
[mc-image-helper] 08:48:49.087 INFO : Interpolating /config/plugins/libertybans/lang/messages_no.yml -> /server/plugins/libertybans/lang/messages_no.yml
[mc-image-helper] 08:48:49.097 INFO : Interpolating /config/plugins/libertybans/lang/messages_zh_tw.yml -> /server/plugins/libertybans/lang/messag
es_zh_tw.yml
[mc-image-helper] 08:48:49.105 INFO : Interpolating /config/plugins/libertybans/scope.yml -> /server/plugins/libertybans/scope.yml
[mc-image-helper] 08:48:49.110 INFO : Interpolating /config/plugins/viaversion/config.yml -> /server/plugins/viaversion/config.yml
[mc-image-helper] 08:48:49.119 INFO : Interpolating /config/plugins/Geyser-Velocity/config.yml -> /server/plugins/Geyser-Velocity/config.yml [mc-image-helper] 08:48:49.126 INFO : Copying /config/plugins/Geyser-Velocity/key.pem -> /server/plugins/Geyser-Velocity/key.pem
[mc-image-helper] 08:48:49.140 INFO : Copying /config/plugins/Geyser-Velocity/packs/GeyserOptionalPack.mcpack -> /server/plugins/Geyser-Velocity/p
acks/GeyserOptionalPack.mcpack [mc-image-helper] 08:48:49.148 INFO : Interpolating /config/plugins/spicord/config.toml -> /server/plugins/spicord/config.toml
[mc-image-helper] 08:48:49.153 INFO : Interpolating /config/plugins/voicechat/voicechat-proxy.properties -> /server/plugins/voicechat/voicechat-pr
oxy.properties
[mc-image-helper] 08:48:49.158 INFO : Interpolating /config/plugins/viabackwards/config.yml -> /server/plugins/viabackwards/config.yml
[mc-image-helper] 08:48:49.165 INFO : Interpolating /config/plugins/viarewind/config.yml -> /server/plugins/viarewind/config.yml
[mc-image-helper] 08:48:49.171 INFO : Interpolating /config/plugins/bStats/config.txt -> /server/plugins/bStats/config.txt
[mc-image-helper] 08:48:49.176 INFO : Interpolating /config/plugins/huskchat/config.yml -> /server/plugins/huskchat/config.yml
[mc-image-helper] 08:48:49.181 INFO : Interpolating /config/plugins/huskchat/filters.yml -> /server/plugins/huskchat/filters.yml
[mc-image-helper] 08:48:49.186 INFO : Interpolating /config/plugins/huskchat/messages-en-gb.yml -> /server/plugins/huskchat/messages-en-gb.yml
[mc-image-helper] 08:48:49.194 INFO : Interpolating /config/plugins/huskchat/channels.yml -> /server/plugins/huskchat/channels.yml
[mc-image-helper] 08:48:49.199 INFO : Interpolating /config/plugins/floodgate/config.yml -> /server/plugins/floodgate/config.yml
[mc-image-helper] 08:48:49.204 INFO : Copying /config/plugins/floodgate/key.pem -> /server/plugins/floodgate/key.pem
Metadata
Metadata
Assignees
Labels
No labels