gravitylow / Updater

Easy automatic updates for Bukkit
MIT License
35 stars 41 forks source link

Check for custom plugins folder, instead of simply hard setting it. #24

Open feildmaster opened 10 years ago

feildmaster commented 10 years ago

This one will need some thorough testing. I'm not really sure what we should do here, since all plugins can theoretically have a different location.. I'm also not 100% sure what the point of this method is.

feildmaster commented 10 years ago

Okay I lied, thorough testing isn't needed because bukkit only cares about the working plugins folder. If other plugins were loaded outside of that folder then those are realllllly special cases (Custom plugin loader, etc.)

So this should work in 99% of cases of people actually using this class