Remix.run Logo
danhau 3 days ago

> So it's based on the original code? But it's also said to be open source. I'm confused.

I don‘t know for sure, but the source code could be based on a decompilation of the official server classes. Apparently decomp projects are open-sourceable - see all the N64 projects that would otherwise have been shut down by Nintendo.

LelouBil 3 days ago | parent [-]

Yes and no.

The code patches are open source, alongside some new classes (that are mainly interfaces, and the patches add the implementations basically, and also hooks into their event system)

Spigot themselves don't provide a link to a built .jar, their provide a link to a java tool that

- downloads the official Minecraft server - decompiles it into .java files - Applies the source code patches that are open source in spigot - Adds the spigot api files that are 100% open source - compiles all of this back to a .jar