Extracting jar file for brc_version >= 1.30 fails
Extracting file to BedrockConnect-1.0-SNAPSHOT.jar for brc_version 1.30 fails
The folder structure for the brc_version 1.30 has changed and the BedrockConnect-1.0-SNAPSHOT.jar is no longer at the root of the archive. This causes the easy-add to fail to extract the file and causes a restart loop in the docker image. As you only need the jar file, it might be better to just get the jar file and not the archive to avoid issues with the folder in the archive.
output from docker
2023-04-17 08:11:55 whitelist disabled
2023-04-17 08:11:55 custom_servers disabled
2023-04-17 08:11:55 Latest Bedrock Connect version is: 1.30
2023-04-17 08:11:55 Downloading now Bedrock Connect JAR
2023-04-17 08:11:55 2023/04/17 12:11:55 I! Retrieving https://github.com/Pugmatt/BedrockConnect/releases/download/1.30/BedrockConnect-setup.zip
2023-04-17 08:11:57 2023/04/17 12:11:57 E! unable to find requested file in archive
setting brc_version=1.29 and the container is able to start up.