Add PremiumVanish/SuperVanish (soft)dependencies
This commit is contained in:
parent
7f2ab6372f
commit
84a25484c4
19
pom.xml
19
pom.xml
@ -25,15 +25,24 @@
|
||||
<id>jitpack.io</id>
|
||||
<url>https://jitpack.io</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>nexus-snapshots</id>
|
||||
<url>https://services.mind-overflow.net/nexus/repository/maven-releases/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.bukkit</groupId>
|
||||
<artifactId>craftbukkit</artifactId>
|
||||
<version>1.12.2-R0.1-SNAPSHOT</version>
|
||||
<groupId>org.spigotmc</groupId>
|
||||
<artifactId>spigot-api</artifactId>
|
||||
<version>1.17.1-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.LeonMangler</groupId>
|
||||
<artifactId>PremiumVanishAPI</artifactId>
|
||||
<version>2.7.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.MilkBowl</groupId>
|
||||
<artifactId>VaultAPI</artifactId>
|
||||
@ -72,8 +81,8 @@
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.1</version>
|
||||
<configuration>
|
||||
<source>1.8</source>
|
||||
<target>1.8</target>
|
||||
<source>9</source>
|
||||
<target>9</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!-- Sets the custom JARfile name (Project name without spaces is good) -->
|
||||
|
@ -2,7 +2,7 @@ name: TelegramChat
|
||||
main: de.Linus122.TelegramChat.TelegramChat
|
||||
version: ${project.version}
|
||||
authors: [Linus122]
|
||||
softdepend: [Vault]
|
||||
softdepend: [Vault, SuperVanish, PremiumVanish]
|
||||
description: Brings minecraft chat to Telegram!
|
||||
commands:
|
||||
telegram:
|
||||
|
Loading…
Reference in New Issue
Block a user