Add Dynmap
This commit is contained in:
parent
b33d5defee
commit
4b5fe02cda
35
pom.xml
35
pom.xml
@ -50,9 +50,6 @@
|
|||||||
<massiveSpigotVersion>1.13.2-R0.1-SNAPSHOT</massiveSpigotVersion>
|
<massiveSpigotVersion>1.13.2-R0.1-SNAPSHOT</massiveSpigotVersion>
|
||||||
<massivePaperVersion>1.13.2-R0.1-SNAPSHOT</massivePaperVersion>
|
<massivePaperVersion>1.13.2-R0.1-SNAPSHOT</massivePaperVersion>
|
||||||
|
|
||||||
<!-- https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-api/ -->
|
|
||||||
<massiveBungeeCordApiVersion>1.12-SNAPSHOT</massiveBungeeCordApiVersion>
|
|
||||||
|
|
||||||
<!-- http://nexus.hc.to/content/repositories/pub_releases/net/milkbowl/vault/Vault/ -->
|
<!-- http://nexus.hc.to/content/repositories/pub_releases/net/milkbowl/vault/Vault/ -->
|
||||||
<massiveVaultVersion>1.5.6</massiveVaultVersion>
|
<massiveVaultVersion>1.5.6</massiveVaultVersion>
|
||||||
|
|
||||||
@ -76,6 +73,9 @@
|
|||||||
<!-- https://github.com/kangarko/ChatControl-Pro/wiki/Developer-API -->
|
<!-- https://github.com/kangarko/ChatControl-Pro/wiki/Developer-API -->
|
||||||
<massiveMineverseChatVersion>2.14.0</massiveMineverseChatVersion>
|
<massiveMineverseChatVersion>2.14.0</massiveMineverseChatVersion>
|
||||||
|
|
||||||
|
<!-- http://repo.mikeprimm.com/us/dynmap/dynmap/ -->
|
||||||
|
<massiveDynmapVersion>3.0-SNAPSHOT</massiveDynmapVersion>
|
||||||
|
|
||||||
<!-- ~~~~~~~~~~~~~~~ -->
|
<!-- ~~~~~~~~~~~~~~~ -->
|
||||||
<!-- Custom Versions -->
|
<!-- Custom Versions -->
|
||||||
<!-- ~~~~~~~~~~~~~~~ -->
|
<!-- ~~~~~~~~~~~~~~~ -->
|
||||||
@ -105,17 +105,16 @@
|
|||||||
<id>destroystokyo-repo</id>
|
<id>destroystokyo-repo</id>
|
||||||
<url>https://repo.destroystokyo.com/repository/maven-snapshots/</url>
|
<url>https://repo.destroystokyo.com/repository/maven-snapshots/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<!-- BungeeCord API -->
|
<!-- Dynmap -->
|
||||||
<!-- https://www.spigotmc.org/threads/bungeecord-maven.60365/ -->
|
|
||||||
<repository>
|
<repository>
|
||||||
<id>bungeecord-repo</id>
|
<id>dynmap-repo</id>
|
||||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
<url>http://repo.mikeprimm.com/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<!-- Vault -->
|
<!-- Vault
|
||||||
<repository>
|
<repository>
|
||||||
<id>vault-repo</id>
|
<id>vault-repo</id>
|
||||||
<url>http://nexus.hc.to/content/repositories/pub_releases</url>
|
<url>http://nexus.hc.to/content/repositories/pub_releases</url>
|
||||||
</repository>
|
</repository>-->
|
||||||
<!-- WorldEdit and WorldGuard -->
|
<!-- WorldEdit and WorldGuard -->
|
||||||
<repository>
|
<repository>
|
||||||
<id>sk89q-repo</id>
|
<id>sk89q-repo</id>
|
||||||
@ -126,11 +125,6 @@
|
|||||||
<id>dmulloy2-repo</id>
|
<id>dmulloy2-repo</id>
|
||||||
<url>http://repo.dmulloy2.net/nexus/repository/public/</url>
|
<url>http://repo.dmulloy2.net/nexus/repository/public/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<!-- Dynmap -->
|
|
||||||
<repository>
|
|
||||||
<id>dynmap-repo</id>
|
|
||||||
<url>http://repo.mikeprimm.com/</url>
|
|
||||||
</repository>
|
|
||||||
<!-- Votifier -->
|
<!-- Votifier -->
|
||||||
<repository>
|
<repository>
|
||||||
<id>howaner-repo</id>
|
<id>howaner-repo</id>
|
||||||
@ -298,7 +292,6 @@
|
|||||||
<version>${massiveVaultVersion}</version>
|
<version>${massiveVaultVersion}</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>me.lucko</groupId>
|
<groupId>me.lucko</groupId>
|
||||||
<artifactId>commodore</artifactId>
|
<artifactId>commodore</artifactId>
|
||||||
@ -368,6 +361,18 @@
|
|||||||
Most are used in closed source MassiveCraft plugins.
|
Most are used in closed source MassiveCraft plugins.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Page: https://www.spigotmc.org/resources/dynmap.274/
|
||||||
|
Intall: mvn install:install-file -DgroupId=us.dynmap -DartifactId=dynmap -Dversion=3.0-SNAPSHOT -Dpackaging=jar -Dfile=dynmap.jar
|
||||||
|
Test: mvn dependency:get -Dartifact=us.dynmap:dynmap:3.0-SNAPSHOT
|
||||||
|
-->
|
||||||
|
<dependency>
|
||||||
|
<groupId>us.dynmap</groupId>
|
||||||
|
<artifactId>dynmap</artifactId>
|
||||||
|
<version>${massiveDynmapVersion}</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Page: https://www.spigotmc.org/resources/lwc-unofficial-entity-locking.2162/history
|
Page: https://www.spigotmc.org/resources/lwc-unofficial-entity-locking.2162/history
|
||||||
File: https://www.spigotmc.org/resources/lwc-unofficial-entity-locking.2162/download?version=131362
|
File: https://www.spigotmc.org/resources/lwc-unofficial-entity-locking.2162/download?version=131362
|
||||||
|
Loading…
Reference in New Issue
Block a user