Add mineverse/venturechat

This commit is contained in:
Magnus Ulf 2019-01-29 12:08:28 +01:00
parent f114ec5f59
commit 913d9de4a9

15
pom.xml
View File

@ -73,6 +73,9 @@
<!-- http://repo.howaner.de/com/vexsoftware/votifier/ --> <!-- http://repo.howaner.de/com/vexsoftware/votifier/ -->
<massiveVotifierVersion>1.9</massiveVotifierVersion> <massiveVotifierVersion>1.9</massiveVotifierVersion>
<!-- https://github.com/kangarko/ChatControl-Pro/wiki/Developer-API -->
<massiveMineverseChatVersion>2.14.0</massiveMineverseChatVersion>
<!-- ~~~~~~~~~~~~~~~ --> <!-- ~~~~~~~~~~~~~~~ -->
<!-- Custom Versions --> <!-- Custom Versions -->
<!-- ~~~~~~~~~~~~~~~ --> <!-- ~~~~~~~~~~~~~~~ -->
@ -378,6 +381,18 @@
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!--
Page: https://www.spigotmc.org/resources/venturechat.771/
Intall: mvn install:install-file -DgroupId=mineverse.Aust1n46.chat -DartifactId=MineverseChat -Dversion=2.14.0 -Dpackaging=jar -Dfile=VentureChat.jar
Test: mvn dependency:get -Dartifact=mineverse.Aust1n46.chat:MineverseChat:2.14.0
-->
<dependency>
<groupId>mineverse.Aust1n46.chat</groupId>
<artifactId>MineverseChat</artifactId>
<version>${massiveMineverseChatVersion}</version>
<scope>provided</scope>
</dependency><!-- https://github.com/kangarko/ChatControl-Pro/wiki/Developer-API -->
<!-- NMS - Full Spigot servers including NMS that may not be distributed. --> <!-- NMS - Full Spigot servers including NMS that may not be distributed. -->
<!-- This section is relevant to supporting multiple minecraft versions for plugins using NMS. --> <!-- This section is relevant to supporting multiple minecraft versions for plugins using NMS. -->
<!-- Note that we use different artifact ids to allow using all at once. --> <!-- Note that we use different artifact ids to allow using all at once. -->