Removal of legacy permission system support. SuperPerms only now.

This commit is contained in:
TheYeti
2012-02-06 10:48:02 -08:00
parent 44e954efeb
commit 5645c29dd8
4 changed files with 45 additions and 263 deletions

14
pom.xml
View File

@ -118,20 +118,6 @@
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.nijikokun.bukkit</groupId>
<artifactId>Permissions</artifactId>
<version>3.1.6</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>ru.tehkode.permissions</groupId>
<artifactId>bukkit</artifactId>
<version>1.18</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.getspout</groupId>
<artifactId>spoutpluginapi</artifactId>