Implemented new permission system

This commit is contained in:
Dinnerbone
2011-07-17 17:19:41 +01:00
parent cc9ccc8976
commit 5d2a195835
5 changed files with 151 additions and 1 deletions

View File

@@ -78,6 +78,13 @@
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.7</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-collections</artifactId>