Skip to content

Commit

Permalink
Adds reset command that works.
Browse files Browse the repository at this point in the history
#2

Reworks settings adding missing ones.
  • Loading branch information
tastybento committed Feb 13, 2019
1 parent 0a7df57 commit 47a3b92
Show file tree
Hide file tree
Showing 11 changed files with 811 additions and 352 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
<id>codemc-repo</id>
<url>https://repo.codemc.org/repository/maven-public</url>
</repository>
<repository>
<id>vault-repo</id>
<url>http://nexus.hc.to/content/repositories/pub_releases</url>
</repository>
</repositories>

<dependencies>
Expand Down Expand Up @@ -93,6 +97,14 @@
<version>1.3.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!-- Vault -->
<dependency>
<groupId>net.milkbowl.vault</groupId>
<artifactId>VaultAPI</artifactId>
<version>1.7</version>
<scope>provided</scope>
</dependency>

</dependencies>

<build>
Expand Down
Loading

0 comments on commit 47a3b92

Please sign in to comment.