NodeMC / CORE

Core of NodeMC, including stock dashboard and setup files.
Other
43 stars 13 forks source link

[Feature Request] Add Paperclip, Spigot BuildTools and custom jar support #21

Open mdcfe opened 8 years ago

mdcfe commented 8 years ago

Add support for Paperclip to always get an up-to-date version of PaperSpigot and for BuildTools to be able to compile the chosen version of either CraftBukkit or Spigot without relying on an external build server. A drop down box on the setup page might be a good way to do this, and would mean we can add support for other servers like Sponge (Vanilla/Forge) and Cauldron at a later date.

(node-temp might be useful for BuildTools.)

gmemstr commented 8 years ago

Need to also move away from the request module because currently it doesn't indicate when the file is downloaded fully.

jaredallard commented 8 years ago

@gmemstr Nothing will, check the filesize for non-zero.

Or if you mean just when the file download has completed, listen for the end on the WriteStream.