Changed permission system from maps/lists to object based supporting inheritance with unit testing.

This commit is contained in:
libraryaddict
2018-10-24 10:13:13 +13:00
parent 68a53a8760
commit 1c04576ae3
17 changed files with 1024 additions and 541 deletions

View File

@@ -51,6 +51,13 @@
<artifactId>spigot</artifactId>
<version>1.13-R0.1-SNAPSHOT</version>
</dependency>
<!-- testing -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
<repositories>