Slayer Points command and some Renaming. (#966)

* Renaming and Tests for Sound Effects in cache.

* SlayerPlugin: added !points command.
This commit is contained in:
Ian William O'Neill
2019-07-11 05:43:51 +01:00
committed by Tyler Bochard
parent bde9e9c236
commit eaeedbaadb
16 changed files with 927 additions and 299 deletions

View File

@@ -284,13 +284,23 @@
<artifactId>asm-all</artifactId>
<version>6.0_BETA</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.21</version>
<scope>compile</scope>
</dependency>
</dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.21</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.11</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.5.9</version>
</dependency>
</dependencies>
<build>
<resources>