Difficulties Running SpongeVanilla Server with IntelliJ

I’m attempting to run a SponveVanilla server through IntelliJ for easier debugging.

Problem: I’m failing to resolve a dependency of SpongeCommon. https://i.imgur.com/dpHyo79.png

Additional Information: Now, the picture linked is displaying two seemingly separate issues. On the right, Gradle can’t resolve the minecraft_serverBin.jar dependency. On the left, VersionCheckingMain.java can’t be found in SpongeCommon/src/java6/java/org.spongepowered.launch/VersionCheckingMain. Not sure if one error is causing the other, but I figure I should start with the dependency.

What I did to get here: I followed the plugin debugging document – created a new projected that was cloned from the SpongeVinalla Github repo, I also made sure to run the ./gradlew setupDecompWorkspace --refresh-dependencies command to ensure everything is updated. Then for each individual repo I checked out a local branch off of stable-6 (as seen here).

I wasn’t sure if, since Gradle says the dependency is provided, I needed to add a server jar somewhere or something else.

As always if there are any details I left out, feel free to ask for further information.

Thank you for your time :slight_smile:

I have since fixed the problem – amazing what Google will do for you…

For future viewers: https://youtu.be/bvyzyvqopG0

1 Like