GnaspGames / Smelt

A CLI tool for Minecraft map makers
http://smelt.gnasp.com
MIT License
19 stars 4 forks source link

Bangs/Plugins: Remember when a setup module has been installed #31

Closed GnaspGames closed 8 years ago

GnaspGames commented 8 years ago

When using a bang command, such as !loop and !event you have to install a 'setup module' for features to work.

Currently you are prompted to do this once everytime you compile a file using these commands.

I want to add a "cache" to the .smelt folder, which will contain the compiled setup modules, and will only prompt you to install if the file (a) isn't there, or (b) has changed.

When you are prompted to install a setup module, it should be clear that this needs to be done now, and that it won't be repeated later.

GnaspGames commented 8 years ago

This is implemented in 35d6608. 1.0.0 is now one step closer!

GnaspGames commented 8 years ago

Closed with version 0.9.3