From 8d77a3f941606f01b8aa63651a28fd3a127360ed Mon Sep 17 00:00:00 2001 From: ementalo Date: Thu, 28 Feb 2013 21:02:37 +0000 Subject: [Breaking] Remove protect database functionality for protecting signs and rails. - Removed config entries - Removed c3p0 lib --- .../src/com/earth2me/essentials/protect/IProtect.java | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'EssentialsProtect/src/com/earth2me/essentials/protect/IProtect.java') diff --git a/EssentialsProtect/src/com/earth2me/essentials/protect/IProtect.java b/EssentialsProtect/src/com/earth2me/essentials/protect/IProtect.java index b82481267..e3acaabce 100644 --- a/EssentialsProtect/src/com/earth2me/essentials/protect/IProtect.java +++ b/EssentialsProtect/src/com/earth2me/essentials/protect/IProtect.java @@ -1,6 +1,5 @@ package com.earth2me.essentials.protect; -import com.earth2me.essentials.protect.data.IProtectedBlock; import java.util.List; import java.util.Map; import org.bukkit.plugin.Plugin; @@ -11,11 +10,7 @@ public interface IProtect extends Plugin boolean getSettingBool(final ProtectConfig protectConfig); String getSettingString(final ProtectConfig protectConfig); - - IProtectedBlock getStorage(); - - void setStorage(IProtectedBlock pb); - + EssentialsConnect getEssentialsConnect(); Map getSettingsBoolean(); -- cgit v1.2.3