Implement new method

This commit is contained in:
fullwall 2013-02-17 22:46:56 +08:00
parent caa7a7f2d9
commit cc61de6dbf
1 changed files with 5 additions and 0 deletions

View File

@ -174,6 +174,11 @@ public class Citizens extends JavaPlugin implements CitizensPlugin {
return selector;
}
@Override
public ClassLoader getOwningClassLoader() {
return getClassLoader();
}
@Override
public File getScriptFolder() {
return new File(getDataFolder(), "scripts");