SpongeVanilla version textfile?

I have been working on a windows client for automatic download and for controlling one to five servers running on the same minecraft server platform, for three years. I am thinking about adding SpongeVanilla as a download. Is there a plain textfile with SpongeVanilla version data? I could extract the data from https://repo.spongepowered.org/maven/org/spongepowered/spongevanilla/, but I believe it would be faster to read a textfile, similar to minecraft’s version manifest.

You can theoretically query the Maven repo at https://repo.spongepowered.org/maven/org/spongepowered/spongevanilla/maven-metadata.xml and check the XML file, usually the last version listed there will be the most recent one, although it does not differentiate between master and bleeding.

2 Likes

Thanks for the url :slight_smile:. It has a lot of possibilities, but it makes it hard to create a fully automated process. I could use the minecraft version in each file, to only allow downloads for versions with stable builds. It gets hard when I can’t recieve any information about the different builds. I guess I’ll just have to read the page i linked, for now. It would be fun to have a simple file with all the info I need.