games647 / FlexibleLogin

A Sponge minecraft server plugin for second factor authentication
https://forums.spongepowered.org/t/8872
MIT License
87 stars 22 forks source link

Mod flexiblelogin (FlexibleLogin) requires [griefprevention@[4.0.1,)] #123

Closed Rikudouu closed 6 years ago

Rikudouu commented 6 years ago

Plugin does not work with the latest version of griefprevention for 1.12.2, which is 4.3.0.

The error I get is: net.minecraftforge.fml.common.MissingModsException: Mod flexiblelogin (FlexibleLogin) requires [griefprevention@[4.0.1,)]

games647 commented 6 years ago

According to the Sponge documentation.

* <tr><td>[1.0,)</td><td>x >= 1.0</td></tr>

[4.0.1,) means any version greater than 4.0.1

Rikudouu commented 6 years ago

Yeah but it causes the server to crash and doesn't boot up, so I guess it's not working.

games647 commented 6 years ago

What Sponge version do you run? Maybe it helps to upgrade or downgrade. And please post the complete error.

Rikudouu commented 6 years ago

Spongeforge 1.12.2-2611-7.1.0-BETA-2970

Downgrading is unfortunately not a possibility as the minimum forge version requirement for some of the mods in this modpack is 2611.

games647 commented 6 years ago

No only downgrade SpongeForge (not forge) to something like 2960, 2977 ...

Rikudouu commented 6 years ago

I tried 2977 and 2958 and neither of them worked :(

Rikudouu commented 6 years ago

Apologies for not posting the complete error. Here is the full error:

https://pastebin.com/V6N4tTxT

games647 commented 6 years ago

Thank you, it looks like that they use a Minecraft version prefix. This could be something that Sponge cannot handle. I'll backport a patch for it.