CORE icon indicating copy to clipboard operation
CORE copied to clipboard

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

Open mdcfe opened this issue 9 years ago • 2 comments

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.)

mdcfe avatar May 26 '16 07:05 mdcfe

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

gmemstr avatar May 26 '16 12:05 gmemstr

@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.

jaredallard avatar Jun 02 '16 20:06 jaredallard