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:
@@ -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.");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user