mirror of
https://github.com/cnaude/PurpleIRC-spigot.git
synced 2024-11-29 05:26:19 +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>
|
<name>SonaType public snapshots and releases repository</name>
|
||||||
<url>https://oss.sonatype.org/content/groups/public</url>
|
<url>https://oss.sonatype.org/content/groups/public</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</snapshots>
|
||||||
|
<id>FactionChat-repo</id>
|
||||||
|
<url>http://jenkins.lolnet.co.nz/plugin/repository/everything/</url>
|
||||||
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<snapshots>
|
<snapshots>
|
||||||
<enabled>false</enabled>
|
<enabled>false</enabled>
|
||||||
@ -252,9 +259,9 @@
|
|||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.cnaude.factionchat</groupId>
|
<groupId>nz.co.lolnet.james137137</groupId>
|
||||||
<artifactId>FactionChat</artifactId>
|
<artifactId>factionchat</artifactId>
|
||||||
<version>1.9.8</version>
|
<version>1.9.16</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
15
pom.xml
15
pom.xml
@ -37,6 +37,15 @@
|
|||||||
</snapshots>
|
</snapshots>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<!-- FactionChat -->
|
||||||
|
<repository>
|
||||||
|
<id>FactionChat-repo</id>
|
||||||
|
<url>http://jenkins.lolnet.co.nz/plugin/repository/everything/</url>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</snapshots>
|
||||||
|
</repository>
|
||||||
|
|
||||||
<!-- Bukkit -->
|
<!-- Bukkit -->
|
||||||
<repository>
|
<repository>
|
||||||
<id>bukkit-repo</id>
|
<id>bukkit-repo</id>
|
||||||
@ -236,9 +245,9 @@
|
|||||||
|
|
||||||
<!-- FactionChat -->
|
<!-- FactionChat -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.cnaude.factionchat</groupId>
|
<groupId>nz.co.lolnet.james137137</groupId>
|
||||||
<artifactId>FactionChat</artifactId>
|
<artifactId>factionchat</artifactId>
|
||||||
<version>1.9.8</version>
|
<version>1.9.16</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- TitanChat -->
|
<!-- TitanChat -->
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
package com.cnaude.purpleirc.Hooks;
|
package com.cnaude.purpleirc.Hooks;
|
||||||
|
|
||||||
import com.cnaude.purpleirc.PurpleIRC;
|
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;
|
import org.bukkit.entity.Player;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user