mirror of
https://github.com/essentials/Essentials.git
synced 2025-09-29 07:39:09 +02:00
Close database connections on plugin deactivation
This commit is contained in:
@@ -11,4 +11,5 @@ public interface IProtectedBlock {
|
||||
public boolean isProtected(Block block, String playerName);
|
||||
public List<String> getOwners(Block block);
|
||||
public int unprotectBlock(Block block);
|
||||
public void onPluginDeactivation();
|
||||
}
|
||||
|
Reference in New Issue
Block a user