Add Faction vaults.
These can be accessed with /f vault <number> Set a Faction's max vaults with /f setmaxvaults <faction> <number> - can be run from console so Buycraft can execute it. * This is a not very tested implementation. Should be tested more in depth before being pushed to a release.
This commit is contained in:
9
pom.xml
9
pom.xml
@@ -310,6 +310,11 @@
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.drtshock</groupId>
|
||||
<artifactId>PlayerVaults</artifactId>
|
||||
<version>3.6.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<repositories>
|
||||
@@ -337,5 +342,9 @@
|
||||
<id>stealthyone-snapshots</id>
|
||||
<url>http://repo.stealthyone.com/content/repositories/snapshots/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>playervaults</id>
|
||||
<url>https://ci.drtshock.net/plugin/repository/everything/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user