mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-11-25 20:16:01 +01:00
make Priviliges into a system dependency by including it in the repository.
This commit is contained in:
parent
dd70187ee7
commit
ff60160fd5
BIN
lib/Privileges.jar
Normal file
BIN
lib/Privileges.jar
Normal file
Binary file not shown.
2
pom.xml
2
pom.xml
@ -117,6 +117,8 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
|
||||
<artifactId>Privileges</artifactId>
|
||||
<version>1.8.1</version>
|
||||
<optional>true</optional>
|
||||
<scope>system</scope>
|
||||
<systemPath>${project.basedir}/lib/Priviliges.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>is.currency</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user