node-minecraft-wrap icon indicating copy to clipboard operation
node-minecraft-wrap copied to clipboard

Spigot support

Open TheDudeFromCI opened this issue 5 years ago • 2 comments

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?

TheDudeFromCI avatar Dec 13 '20 14:12 TheDudeFromCI

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 .

rom1504 avatar Dec 13 '20 14:12 rom1504

Oh, that's a nice way to cover multiple platforms and versions. That's actually pretty convenient.

TheDudeFromCI avatar Dec 14 '20 06:12 TheDudeFromCI