1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-21 14:03:54 +02:00

2.9 -> 3.0

Adding world pems to the various commands (this should be seperated out to its own method)
This commit is contained in:
ementalo
2012-05-30 13:12:50 +01:00
parent 53d54146d6
commit cea3113df4
19 changed files with 150 additions and 137 deletions

View File

@@ -19,4 +19,16 @@ public class ProtectHolder extends AsyncStorageObjectHolder<Protect>
{
return new File(ess.getDataFolder(), "protect.yml");
}
@Override
public void finishRead()
{
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public void finishWrite()
{
throw new UnsupportedOperationException("Not supported yet.");
}
}