Enabled recursion and search of compressed files

This commit is contained in:
Ziver Koc 2015-10-02 15:40:45 +00:00
parent 38f03585e4
commit 793b14fe81
2 changed files with 2 additions and 1 deletions

View file

@ -63,7 +63,8 @@ public class PluginManager<T> implements Iterable<PluginData>{
FileSearch search = new FileSearch(new File(path));
search.setRecursive(true);
search.searchFolders(false);
search.searchFolders(true);
search.searchCompressedFiles(true);
search.setFileName("plugin.json");
log.fine("Searching for plugins...");