Skip to content
This repository has been archived by the owner on Jul 27, 2019. It is now read-only.

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cnaude committed Dec 12, 2016
1 parent a35b5ad commit 211f5b8
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 59 deletions.
41 changes: 40 additions & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Bukkit API Version, change if out dated -->
<bukkit.version>1.10.2</bukkit.version>
<bukkit.version>1.11</bukkit.version>
<build.number>SNAPSHOT</build.number>
</properties>

Expand Down Expand Up @@ -122,6 +122,14 @@
<type>jar</type>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.bukkit</groupId>
<artifactId>spigot-111</artifactId>
<version>1.11</version>
<type>jar</type>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.bukkit</groupId>
Expand Down Expand Up @@ -207,6 +215,13 @@
<artifactId>Herochat</artifactId>
<version>5.7.0</version>
</dependency>

<!-- Herochat Legacy -->
<dependency>
<groupId>com.cnaude.herochat</groupId>
<artifactId>Herochat</artifactId>
<version>5.6.5</version>
</dependency>

<!-- VentureChat -->
<dependency>
Expand Down Expand Up @@ -389,6 +404,30 @@
<artifactId>GriefPrevention</artifactId>
<version>12.1</version>
</dependency>

<!-- PlaceholderAPI -->
<dependency>
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>2.5.1</version>
<scope>provided</scope>
</dependency>

<!-- DiscordSRV -->
<dependency>
<groupId>com.scarsz.discordsrv</groupId>
<artifactId>DiscordSRV</artifactId>
<version>11.0</version>
<scope>provided</scope>
</dependency>

<!-- UltimateChat -->
<dependency>
<groupId>com.cnaude.uchat</groupId>
<artifactId>UltimateChat</artifactId>
<version>1.6.8-b502</version>
<scope>provided</scope>
</dependency>

<!-- Testing only -->
<dependency>
Expand Down
58 changes: 0 additions & 58 deletions src/main/java/com/cnaude/purpleirc/Hooks/UltimateChatHook.java

This file was deleted.

0 comments on commit 211f5b8

Please sign in to comment.