LimboAPI icon indicating copy to clipboard operation
LimboAPI copied to clipboard

Modrinth shows that only minecraft 1.7.2 is supported

Open axd1x8a opened this issue 1 year ago • 3 comments

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

axd1x8a avatar May 11 '24 02:05 axd1x8a

Same issue with any other Limbo* plugin

axd1x8a avatar May 11 '24 02:05 axd1x8a

  1. Don't use autoupdaters, any plugin or core may have broken things.
  2. Autoupdaters should check plugin's version instead of game version, don't you think?

SkyWatcher2019 avatar May 11 '24 07:05 SkyWatcher2019

This answer does not solve the problem with incorrect plugin's metadata.

  1. 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?
  2. 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.

axd1x8a avatar May 11 '24 07:05 axd1x8a