Spigot support
Working with spigot should be quite similar to working with the vanilla client. Adding support for this can be done by downloading the latest BuildTools.jar file for the given Minecraft version, and running that file to do the download process. Afterwhich, running the server should be nearly identical to vanilla, correct?
Maybe, we could use https://github.com/itzg/docker-minecraft-server/blob/master/start-deployBukkitSpigot as inspiration
On Sun, Dec 13, 2020, 15:47 TheDudeFromCI [email protected] wrote:
Working with spigot should be quite similar to working with the vanilla client. Adding support for this can be done by downloading the latest BuildTools.jar file for the given Minecraft version, and running that file to do the download process. Afterwhich, running the server should be nearly identical to vanilla, correct?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/PrismarineJS/node-minecraft-wrap/issues/45, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAR437XCKHNWWZFACXPAVITSUTHZXANCNFSM4UZRPI6Q .
Oh, that's a nice way to cover multiple platforms and versions. That's actually pretty convenient.