enebo / Purugin

Ruby Minecraft Plugin support on top of bukkit
237 stars 32 forks source link

Auto-Generation of Config Folders #11

Closed chase4926 closed 12 years ago

chase4926 commented 12 years ago

One feature I would like to see, would be the ability to turn off auto-generation of a config folder from within the specific plugin's code.

enebo commented 12 years ago

I added this in commit 64b8004e7687ed7fe23107bca37f946c83f0ef12. Although instead of manually requesting auto-generation get turned off it will lazily create the directory if you ever try requesting the data directory (via getDataDir or other method which depends on dataDir like 'config').