LimboAPI
LimboAPI copied to clipboard
Modrinth shows that only minecraft 1.7.2 is supported
Currently only version 1.7.2 marked as supported in metadata: https://github.com/Elytrium/LimboAPI/blob/268d507a1cea5c9650eb1d0feeb3b45389f7080b/.github/workflows/release.yml#L47 This breaks any plugin auto-update tool. Unfortunately modrinth doesn't support version ranges, so the only option is to list all versions comma separated as specified in the workflow's README
Same issue with any other Limbo* plugin
- Don't use autoupdaters, any plugin or core may have broken things.
- Autoupdaters should check plugin's version instead of game version, don't you think?
This answer does not solve the problem with incorrect plugin's metadata.
- Just because plugins are sometimes broken doesn't mean I can't use autoupdaters. It saves me a lot of time because it's much easier to write one command or restart docker container than to check and download every plugin, don't you think?
- No, they absolutely should check supported minecraft version, like they do it for mods. This is whole point of this data existence on modrinth. And even for people, can you tell me, which version between 1.1.0 and 2.3.1 supports mc 1.20.1? Probably not, that's why mc version metadata is needed.