mirror of
https://github.com/cnaude/PurpleIRC-spigot.git
synced 2024-11-25 11:35:36 +01:00
Added FactionChat official repo
This commit is contained in:
parent
89ab3ff194
commit
a1ade0072f
@ -108,6 +108,13 @@
|
||||
<name>SonaType public snapshots and releases repository</name>
|
||||
<url>https://oss.sonatype.org/content/groups/public</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
<id>FactionChat-repo</id>
|
||||
<url>http://jenkins.lolnet.co.nz/plugin/repository/everything/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
@ -252,9 +259,9 @@
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.cnaude.factionchat</groupId>
|
||||
<artifactId>FactionChat</artifactId>
|
||||
<version>1.9.8</version>
|
||||
<groupId>nz.co.lolnet.james137137</groupId>
|
||||
<artifactId>factionchat</artifactId>
|
||||
<version>1.9.16</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
15
pom.xml
15
pom.xml
@ -37,6 +37,15 @@
|
||||
</snapshots>
|
||||
</repository>
|
||||
|
||||
<!-- FactionChat -->
|
||||
<repository>
|
||||
<id>FactionChat-repo</id>
|
||||
<url>http://jenkins.lolnet.co.nz/plugin/repository/everything/</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
|
||||
<!-- Bukkit -->
|
||||
<repository>
|
||||
<id>bukkit-repo</id>
|
||||
@ -236,9 +245,9 @@
|
||||
|
||||
<!-- FactionChat -->
|
||||
<dependency>
|
||||
<groupId>com.cnaude.factionchat</groupId>
|
||||
<artifactId>FactionChat</artifactId>
|
||||
<version>1.9.8</version>
|
||||
<groupId>nz.co.lolnet.james137137</groupId>
|
||||
<artifactId>factionchat</artifactId>
|
||||
<version>1.9.16</version>
|
||||
</dependency>
|
||||
|
||||
<!-- TitanChat -->
|
||||
|
@ -17,7 +17,7 @@
|
||||
package com.cnaude.purpleirc.Hooks;
|
||||
|
||||
import com.cnaude.purpleirc.PurpleIRC;
|
||||
import nz.co.lolnet.james137137.FactionChat.FactionChatAPI;
|
||||
import nz.co.lolnet.james137137.FactionChat.API.FactionChatAPI;
|
||||
import org.bukkit.entity.Player;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user