Add mineverse/venturechat
This commit is contained in:
parent
f114ec5f59
commit
913d9de4a9
15
pom.xml
15
pom.xml
@ -73,6 +73,9 @@
|
||||
<!-- http://repo.howaner.de/com/vexsoftware/votifier/ -->
|
||||
<massiveVotifierVersion>1.9</massiveVotifierVersion>
|
||||
|
||||
<!-- https://github.com/kangarko/ChatControl-Pro/wiki/Developer-API -->
|
||||
<massiveMineverseChatVersion>2.14.0</massiveMineverseChatVersion>
|
||||
|
||||
<!-- ~~~~~~~~~~~~~~~ -->
|
||||
<!-- Custom Versions -->
|
||||
<!-- ~~~~~~~~~~~~~~~ -->
|
||||
@ -378,6 +381,18 @@
|
||||
<scope>provided</scope>
|
||||
</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. -->
|
||||
<!-- 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. -->
|
||||
|
Loading…
Reference in New Issue
Block a user