needsload = false;
}
if (needsload) {
//System.out.println("PythonLoader: loading into bukkit");
pm.registerInterface(PythonPluginLoader.class);
//pm.loadPlugins(this.getFile().getParentFile()); //TODO Check weather this reloads java plugins which were already laoded
for (File file : this.getFile().getParentFile().listFiles()) {
for (Pattern filter : PythonPluginLoader.fileFilters) {
Matcher match = filter.matcher(file.getName());