mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-03-11 14:20:06 +01:00
Implement new method
This commit is contained in:
parent
67574400e6
commit
f523f375b6
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user