Readd KOTH dependency
This commit is contained in:
parent
b2aff05a79
commit
dd48e87902
14
pom.xml
14
pom.xml
@ -88,6 +88,7 @@
|
|||||||
<massiveHolographicDisplaysVersion>2.2.3</massiveHolographicDisplaysVersion>
|
<massiveHolographicDisplaysVersion>2.2.3</massiveHolographicDisplaysVersion>
|
||||||
<massiveMorePlayerModelsVersion>1.10.2</massiveMorePlayerModelsVersion>
|
<massiveMorePlayerModelsVersion>1.10.2</massiveMorePlayerModelsVersion>
|
||||||
<massiveWGRegionEventsVersion>2.1.0</massiveWGRegionEventsVersion>
|
<massiveWGRegionEventsVersion>2.1.0</massiveWGRegionEventsVersion>
|
||||||
|
<massiveKothVersion>6.1.0</massiveKothVersion>
|
||||||
<massiveParticlePackVersion>3.3</massiveParticlePackVersion>
|
<massiveParticlePackVersion>3.3</massiveParticlePackVersion>
|
||||||
<massivePlotSquaredVersion>3.5.1-SNAPSHOT-15d4b6d</massivePlotSquaredVersion>
|
<massivePlotSquaredVersion>3.5.1-SNAPSHOT-15d4b6d</massivePlotSquaredVersion>
|
||||||
<massiveAacVersion>3.0.1-b2</massiveAacVersion>
|
<massiveAacVersion>3.0.1-b2</massiveAacVersion>
|
||||||
@ -412,6 +413,19 @@
|
|||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Page: https://www.spigotmc.org/resources/king-of-the-hill-efficient-and-customizable-30-sale.6832/history
|
||||||
|
File: https://www.spigotmc.org/resources/king-of-the-hill-efficient-and-customizable-30-sale.6832/download?version=72936
|
||||||
|
Intall: mvn install:install-file -DgroupId=com.benzimmer123.koth -DartifactId=KOTH -Dversion=6.1.0 -Dpackaging=jar -Dfile=KOTH.jar
|
||||||
|
Test: mvn dependency:get -Dartifact=com.benzimmer123.koth:KOTH:6.1.0
|
||||||
|
-->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.benzimmer123.koth</groupId>
|
||||||
|
<artifactId>KOTH</artifactId>
|
||||||
|
<version>${massiveKothVersion}</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Page: https://www.spigotmc.org/resources/particlepack.760/history
|
Page: https://www.spigotmc.org/resources/particlepack.760/history
|
||||||
File: https://www.spigotmc.org/resources/particlepack.760/download?version=96067
|
File: https://www.spigotmc.org/resources/particlepack.760/download?version=96067
|
||||||
|
Loading…
Reference in New Issue
Block a user