Earthcomputer / multiconnect

A mod to connect to multiple Minecraft server versions
Other
462 stars 52 forks source link

ViaVersion branch doesn't launch #485

Closed Earthcomputer closed 2 years ago

Earthcomputer commented 2 years ago

To reproduce, on the viaversion branch, either:

You get the following error:

java.lang.ClassNotFoundException: net.earthcomputer.multiconnect.impl.via.ViaMulticonnectTranslator

From what I understand, runtimeOnly project(':via-translator') should have put this on the classpath, but it didn't.

This issue should be fixed within the following constraints:

The reason for the above constraints is mostly legal. ViaVersion is licensed under LGPL and multiconnect under MIT. The :via-translator subproject will be licensed to LGPL and not be required to run multiconnect. By contributing to this branch you agree to this licensing.

Earthcomputer commented 2 years ago

The bounty for fixing this issue is $20. Normal bounty rules apply. The bounty is payable via PayPal only.

wagyourtail commented 2 years ago

The root project does not have a dependency on ViaVersion

technically it would be transitive earth... I got it to image

Earthcomputer commented 2 years ago

I meant no compile-time dependency :P