1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-21 05:51:56 +02:00

Splitting permissions and ranks (renamed from groups)

Deleted all old permissions handlers, since we fully use superperms now
This commit is contained in:
snowleo
2012-03-14 03:01:23 +01:00
parent b571076915
commit 1bfe63da96
108 changed files with 187 additions and 1056 deletions

View File

@@ -4,7 +4,7 @@ import static com.earth2me.essentials.I18n._;
import com.earth2me.essentials.api.IEssentials;
import com.earth2me.essentials.api.IReload;
import com.earth2me.essentials.api.IUser;
import com.earth2me.essentials.perm.Permissions;
import com.earth2me.essentials.permissions.Permissions;
import com.maxmind.geoip.Location;
import com.maxmind.geoip.LookupService;
import com.maxmind.geoip.regionName;