Compare commits
59 Commits
Author | SHA1 | Date | |
---|---|---|---|
2a0defd7e7 | |||
770063b387 | |||
|
aa882b7faa | ||
65082c1d48 | |||
6ec34f42df | |||
|
6e9ba2c269 | ||
|
66ef30313b | ||
|
db0dd57ada | ||
|
674e8e37c8 | ||
|
edab625b88 | ||
|
387a7c6550 | ||
|
ce16f456b0 | ||
|
d194a2c2f6 | ||
|
60a60a43b9 | ||
|
1fb2aa68f7 | ||
|
dff4b8adac | ||
|
36235b9045 | ||
|
8a7e4f29aa | ||
|
4b5fe02cda | ||
|
b33d5defee | ||
|
aaef8dbe8c | ||
|
e5915e5c95 | ||
|
0bb823afb4 | ||
|
913d9de4a9 | ||
|
f114ec5f59 | ||
|
90d9d27efb | ||
|
7512b7a431 | ||
|
b4a343b2bc | ||
|
18a5597a4b | ||
|
c2dc933960 | ||
|
b0d1f88f23 | ||
|
010f167f3e | ||
|
1d99fe0847 | ||
|
66fb8d48d4 | ||
|
4e0c4d68da | ||
|
47a9a1c67c | ||
|
73035c62d7 | ||
|
0f7a3048c8 | ||
|
a959cff02a | ||
|
3d595848b2 | ||
|
64f3455c81 | ||
|
f6614d6e78 | ||
|
354e5560f9 | ||
|
0176544c7c | ||
|
698d605da3 | ||
|
f5bee7f60e | ||
|
78212387b3 | ||
|
9963fecbdc | ||
|
10e4e274c2 | ||
|
7647632581 | ||
|
0742181a65 | ||
|
81f11443f7 | ||
|
f569b6bd00 | ||
|
956ded6de1 | ||
|
a7fec69925 | ||
|
29c0308c2d | ||
|
ade87a0413 | ||
|
b77fa91ae6 | ||
|
79588b1d00 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -90,6 +90,7 @@ local.properties
|
|||||||
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
||||||
|
|
||||||
# User-specific stuff:
|
# User-specific stuff:
|
||||||
|
.idea/*
|
||||||
.idea/workspace.xml
|
.idea/workspace.xml
|
||||||
.idea/tasks.xml
|
.idea/tasks.xml
|
||||||
.idea/dictionaries
|
.idea/dictionaries
|
||||||
|
680
pom.xml
680
pom.xml
@ -4,7 +4,7 @@
|
|||||||
<!-- Basics -->
|
<!-- Basics -->
|
||||||
<groupId>com.massivecraft.massivesuper</groupId>
|
<groupId>com.massivecraft.massivesuper</groupId>
|
||||||
<artifactId>MassiveSuper</artifactId>
|
<artifactId>MassiveSuper</artifactId>
|
||||||
<version>2.13.2</version>
|
<version>3.3.4</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<!-- Info -->
|
<!-- Info -->
|
||||||
@ -20,104 +20,80 @@
|
|||||||
<massiveColorInfo>${massiveColorSign}e</massiveColorInfo>
|
<massiveColorInfo>${massiveColorSign}e</massiveColorInfo>
|
||||||
<massiveColorBold>${massiveColorSign}a</massiveColorBold>
|
<massiveColorBold>${massiveColorSign}a</massiveColorBold>
|
||||||
<massiveColorLink>${massiveColorSign}b</massiveColorLink>
|
<massiveColorLink>${massiveColorSign}b</massiveColorLink>
|
||||||
<massiveBaseUrl>https://www.massivecraft.com</massiveBaseUrl>
|
<massiveBaseUrl>https://www.muj.dk</massiveBaseUrl>
|
||||||
<massiveDescriptionSuffix>${massiveColorBold}Cayorion${massiveColorInfo} from ${massiveColorBold}MassiveCraft${massiveColorInfo} is the developer. Feel free to visit us at ${massiveColorLink}${massiveBaseUrl}</massiveDescriptionSuffix>
|
<massiveDescriptionSuffix></massiveDescriptionSuffix>
|
||||||
|
|
||||||
<!-- Core Versions -->
|
<!-- Core Versions -->
|
||||||
<!-- Java - We will change to Java 8 for minimum requirement when Mojang does. -->
|
<massiveJavaVersion>1.8</massiveJavaVersion>
|
||||||
<massiveJavaVersion>1.7</massiveJavaVersion>
|
|
||||||
<!-- Maven - As of writing the version bundled with latest IntelliJ. -->
|
<!-- Maven - As of writing the version bundled with latest IntelliJ. -->
|
||||||
<massiveMavenVersion>3.0.5</massiveMavenVersion>
|
<massiveMavenVersion>3.3.0</massiveMavenVersion>
|
||||||
|
|
||||||
<!-- Maven Plugin Properties -->
|
<!-- Maven Plugin Properties -->
|
||||||
<massiveMavenEnforcerPluginVersion>1.4.1</massiveMavenEnforcerPluginVersion>
|
<massiveMavenEnforcerPluginVersion>3.0.0-M2</massiveMavenEnforcerPluginVersion>
|
||||||
<massiveMavenCompilerPluginVersion>3.6.1</massiveMavenCompilerPluginVersion>
|
<massiveMavenCompilerPluginVersion>3.8.0</massiveMavenCompilerPluginVersion>
|
||||||
<massiveMavenJarPluginVersion>3.0.2</massiveMavenJarPluginVersion>
|
<massiveMavenJarPluginVersion>3.1.1</massiveMavenJarPluginVersion>
|
||||||
<massiveMavenShadePluginVersion>3.0.0</massiveMavenShadePluginVersion>
|
<massiveMavenShadePluginVersion>3.2.1</massiveMavenShadePluginVersion>
|
||||||
|
<massiveMavenProGuardPluginVersion>2.0.14</massiveMavenProGuardPluginVersion>
|
||||||
|
<massiveMavenProGuardVersion>5.3.3</massiveMavenProGuardVersion>
|
||||||
|
|
||||||
<!-- ~~~~~~~~~~~~~~~~~ -->
|
<!-- ~~~~~~~~~~~~~~~~~ -->
|
||||||
<!-- External Versions -->
|
<!-- External Versions -->
|
||||||
<!-- ~~~~~~~~~~~~~~~~~ -->
|
<!-- ~~~~~~~~~~~~~~~~~ -->
|
||||||
|
<massiveGuavaVersion>23.5-jre</massiveGuavaVersion>
|
||||||
|
<massiveGsonVersion>2.8.2</massiveGsonVersion>
|
||||||
|
<massiveMongoDBVersion>2.12.3</massiveMongoDBVersion>
|
||||||
|
|
||||||
<massiveJavassistVersion>3.21.0-GA</massiveJavassistVersion>
|
<massiveJavassistVersion>3.21.0-GA</massiveJavassistVersion>
|
||||||
<massiveHttpclientVersion>4.5.3</massiveHttpclientVersion>
|
<massiveHttpclientVersion>4.5.3</massiveHttpclientVersion>
|
||||||
|
|
||||||
<!-- https://hub.spigotmc.org/nexus/content/groups/public/org/spigotmc/spigot-api/ -->
|
<!-- https://hub.spigotmc.org/nexus/content/groups/public/org/spigotmc/spigot-api/ -->
|
||||||
<massiveSpigotVersion>1.12-R0.1-SNAPSHOT</massiveSpigotVersion>
|
<massiveSpigotVersion>1.16.4-R0.1-SNAPSHOT</massiveSpigotVersion>
|
||||||
|
<massivePaperVersion>1.16.4-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>
|
||||||
|
|
||||||
|
<!-- https://github.com/lucko/commodore -->
|
||||||
|
<massiveCommodoreVersion>1.2</massiveCommodoreVersion>
|
||||||
|
|
||||||
<!-- http://maven.sk89q.com/repo/com/sk89q/worldedit/worldedit-bukkit/ -->
|
<!-- http://maven.sk89q.com/repo/com/sk89q/worldedit/worldedit-bukkit/ -->
|
||||||
<!-- The artifact in their repository was not properly shaded -->
|
<!-- The artifact in their repository was not properly shaded -->
|
||||||
<!-- The solution for now is to download and install manually -->
|
<!-- The solution for now is to download and install manually -->
|
||||||
<massiveWorldEditVersion>6.1.5-TEMPFIX</massiveWorldEditVersion>
|
<massiveWorldEditVersion>7.0.1</massiveWorldEditVersion>
|
||||||
|
|
||||||
<!-- http://maven.sk89q.com/repo/com/sk89q/worldguard/worldguard-legacy/ -->
|
<!-- http://maven.sk89q.com/repo/com/sk89q/worldguard/worldguard-legacy/ -->
|
||||||
<massiveWorldGuardVersion>6.2</massiveWorldGuardVersion>
|
<massiveWorldGuardVersion>7.0.4</massiveWorldGuardVersion>
|
||||||
|
|
||||||
<!-- http://repo.dmulloy2.net/content/repositories/public/com/comphenix/protocol/ProtocolLib/ -->
|
<!-- http://repo.dmulloy2.net/content/repositories/public/com/comphenix/protocol/ProtocolLib/ -->
|
||||||
<massiveProtocolLibVersion>4.3.0</massiveProtocolLibVersion>
|
<massiveProtocolLibVersion>4.3.0</massiveProtocolLibVersion>
|
||||||
|
|
||||||
<!-- http://repo.md-5.net/content/groups/public/LibsDisguises/LibsDisguises/ -->
|
|
||||||
<massiveLibsDisguisesVersion>9.4.0</massiveLibsDisguisesVersion>
|
|
||||||
|
|
||||||
<!-- http://repo.mikeprimm.com/us/dynmap/dynmap/ -->
|
|
||||||
<massiveDynmapVersion>2.5</massiveDynmapVersion>
|
|
||||||
|
|
||||||
<!-- http://repo.md-5.net/content/groups/public/fr/neatmonster/nocheatplus/ -->
|
|
||||||
<massiveNoCheatPlusVersion>3.15.1-RC</massiveNoCheatPlusVersion>
|
|
||||||
|
|
||||||
<!-- http://minebuilders.me:8080/plugin/repository/everything/uk/co/oliwali/HawkEye/ -->
|
|
||||||
<massiveHawkEyeVersion>1.7.2</massiveHawkEyeVersion>
|
|
||||||
|
|
||||||
<!-- http://repo.citizensnpcs.co/net/citizensnpcs/citizens/ -->
|
|
||||||
<massiveCitizensVersion>2.0.22-SNAPSHOT</massiveCitizensVersion>
|
|
||||||
|
|
||||||
<!-- 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.22.8</massiveMineverseChatVersion>
|
||||||
|
|
||||||
|
<!-- https://github.com/aromaa/WorldGuardExtraFlagsPlugin -->
|
||||||
|
<massiveWorldGuardExtraFlagsVersion>4.1.5</massiveWorldGuardExtraFlagsVersion>
|
||||||
|
|
||||||
|
<!-- http://repo.mikeprimm.com/us/dynmap/dynmap/ -->
|
||||||
|
<massiveDynmapVersion>3.1</massiveDynmapVersion>
|
||||||
|
|
||||||
<!-- ~~~~~~~~~~~~~~~ -->
|
<!-- ~~~~~~~~~~~~~~~ -->
|
||||||
<!-- Custom Versions -->
|
<!-- Custom Versions -->
|
||||||
<!-- ~~~~~~~~~~~~~~~ -->
|
<!-- ~~~~~~~~~~~~~~~ -->
|
||||||
<!-- https://dev.bukkit.org/projects/herochat/files -->
|
|
||||||
<massiveHerochatVersion>5.6.7-SNAPSHOT</massiveHerochatVersion>
|
|
||||||
|
|
||||||
<!-- https://dev.bukkit.org/projects/worldborder/files -->
|
|
||||||
<massiveWorldBorderVersion>1.8.7</massiveWorldBorderVersion>
|
|
||||||
|
|
||||||
<!-- https://www.spigotmc.org/resources/mcmmo.2445/ -->
|
<!-- https://www.spigotmc.org/resources/mcmmo.2445/ -->
|
||||||
<massiveMcmmoVersion>1.5.08</massiveMcmmoVersion>
|
<massiveMcmmoVersion>1.5.10</massiveMcmmoVersion>
|
||||||
|
|
||||||
<!-- https://dev.bukkit.org/projects/holographic-displays/files -->
|
|
||||||
<massiveHolographicDisplaysVersion>2.2.6</massiveHolographicDisplaysVersion>
|
|
||||||
|
|
||||||
<!-- https://dev.bukkit.org/projects/sit-and-lie-anywhere/files -->
|
|
||||||
<massiveMorePlayerModelsVersion>1.10.2</massiveMorePlayerModelsVersion>
|
|
||||||
|
|
||||||
<!-- https://www.spigotmc.org/resources/wgregionevents-continued.15946/ -->
|
<!-- https://www.spigotmc.org/resources/wgregionevents-continued.15946/ -->
|
||||||
<massiveWGRegionEventsVersion>2.1.0</massiveWGRegionEventsVersion>
|
<massiveWGRegionEventsVersion>2.1.0</massiveWGRegionEventsVersion>
|
||||||
|
|
||||||
<!-- https://www.spigotmc.org/resources/king-of-the-hill-efficient-and-customizable-1-7-and-1-8-only.6832/ -->
|
|
||||||
<massiveKothVersion>6.2.0</massiveKothVersion>
|
|
||||||
|
|
||||||
<!-- dead -->
|
|
||||||
<massiveParticlePackVersion>3.3</massiveParticlePackVersion>
|
|
||||||
|
|
||||||
<!-- http://ci.athion.net/job/PlotSquared/ -->
|
|
||||||
<massivePlotSquaredVersion>3.5.1-SNAPSHOT-3633576</massivePlotSquaredVersion>
|
|
||||||
|
|
||||||
<!-- https://www.spigotmc.org/resources/aac-advanced-anti-cheat-hack-kill-aura-blocker.6442/ -->
|
|
||||||
<massiveAacVersion>3.2.2</massiveAacVersion>
|
|
||||||
|
|
||||||
<!-- https://dev.bukkit.org/projects/anticheatplus/files -->
|
|
||||||
<massiveAntiCheatPlusVersion>2.1.4</massiveAntiCheatPlusVersion>
|
|
||||||
|
|
||||||
<!-- https://www.spigotmc.org/resources/lwc-unofficial-entity-locking.2162/ -->
|
<!-- https://www.spigotmc.org/resources/lwc-unofficial-entity-locking.2162/ -->
|
||||||
<massiveLwcVersion>1.8.2</massiveLwcVersion>
|
<massiveLwcVersion>2.1.1</massiveLwcVersion>
|
||||||
|
|
||||||
|
<!-- https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Hook-into-PlaceholderAPI -->
|
||||||
|
<massivePlaceholderAPIVersion>2.10.9</massivePlaceholderAPIVersion>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<!-- Repositories -->
|
<!-- Repositories -->
|
||||||
@ -127,18 +103,12 @@
|
|||||||
<id>spigot-repo</id>
|
<id>spigot-repo</id>
|
||||||
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
|
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<!-- BungeeCord API -->
|
<!-- Paper API -->
|
||||||
<!-- https://www.spigotmc.org/threads/bungeecord-maven.60365/ -->
|
|
||||||
<repository>
|
<repository>
|
||||||
<id>bungeecord-repo</id>
|
<id>destroystokyo-repo</id>
|
||||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
<url>https://repo.destroystokyo.com/repository/maven-snapshots/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<!-- LibsDisguises and NoCheatPlus -->
|
<!-- Vault-->
|
||||||
<repository>
|
|
||||||
<id>md-5-repo</id>
|
|
||||||
<url>http://repo.md-5.net/content/groups/public/</url>
|
|
||||||
</repository>
|
|
||||||
<!-- 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>
|
||||||
@ -146,34 +116,28 @@
|
|||||||
<!-- WorldEdit and WorldGuard -->
|
<!-- WorldEdit and WorldGuard -->
|
||||||
<repository>
|
<repository>
|
||||||
<id>sk89q-repo</id>
|
<id>sk89q-repo</id>
|
||||||
<url>http://maven.sk89q.com/repo/</url>
|
<url>https://maven.enginehub.org/repo/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<!-- ProtocolLib -->
|
<!-- ProtocolLib -->
|
||||||
<repository>
|
<repository>
|
||||||
<id>dmulloy2-repo</id>
|
<id>dmulloy2-repo</id>
|
||||||
<url>http://repo.dmulloy2.net/content/repositories/public/</url>
|
<url>http://repo.dmulloy2.net/nexus/repository/public/</url>
|
||||||
</repository>
|
|
||||||
<!-- Dynmap -->
|
|
||||||
<repository>
|
|
||||||
<id>dynmap-repo</id>
|
|
||||||
<url>http://repo.mikeprimm.com/</url>
|
|
||||||
</repository>
|
|
||||||
<!-- HawkEye -->
|
|
||||||
<!-- https://github.com/bob7l/HawkReloaded -->
|
|
||||||
<repository>
|
|
||||||
<id>minebuilders-repo</id>
|
|
||||||
<url>http://minebuilders.me:8080/plugin/repository/everything/</url>
|
|
||||||
</repository>
|
|
||||||
<!-- Citizens -->
|
|
||||||
<repository>
|
|
||||||
<id>citizens-repo</id>
|
|
||||||
<url>http://repo.citizensnpcs.co</url>
|
|
||||||
</repository>
|
</repository>
|
||||||
<!-- Votifier -->
|
<!-- Votifier -->
|
||||||
<repository>
|
<repository>
|
||||||
<id>howaner-repo</id>
|
<id>howaner-repo</id>
|
||||||
<url>http://repo.howaner.de/</url>
|
<url>http://repo.howaner.de/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
<!-- Commodore/Brigadier
|
||||||
|
<repository>
|
||||||
|
<id>luck-repo</id>
|
||||||
|
<url>https://repo.lucko.me/</url>
|
||||||
|
</repository>-->
|
||||||
|
<!-- PlaceholderAPI -->
|
||||||
|
<repository>
|
||||||
|
<id>placeholderapi</id>
|
||||||
|
<url>http://repo.extendedclip.com/content/repositories/placeholderapi/</url>
|
||||||
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<!-- Build -->
|
<!-- Build -->
|
||||||
@ -247,6 +211,32 @@
|
|||||||
<artifactId>maven-shade-plugin</artifactId>
|
<artifactId>maven-shade-plugin</artifactId>
|
||||||
<version>${massiveMavenShadePluginVersion}</version>
|
<version>${massiveMavenShadePluginVersion}</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<!-- ProGuard -->
|
||||||
|
<plugin>
|
||||||
|
<groupId>com.github.wvengen</groupId>
|
||||||
|
<artifactId>proguard-maven-plugin</artifactId>
|
||||||
|
<version>${massiveMavenProGuardPluginVersion}</version>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<phase>package</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>proguard</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
<configuration>
|
||||||
|
<proguardVersion>${massiveMavenProGuardVersion}</proguardVersion>
|
||||||
|
<proguardInclude>${basedir}/proguard.conf</proguardInclude>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>net.sf.proguard</groupId>
|
||||||
|
<artifactId>proguard-base</artifactId>
|
||||||
|
<version>${massiveMavenProGuardVersion}</version>
|
||||||
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</pluginManagement>
|
</pluginManagement>
|
||||||
</build>
|
</build>
|
||||||
@ -257,6 +247,21 @@
|
|||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<!-- External - Properly published Maven projects. Not made by MassiveCraft. -->
|
<!-- External - Properly published Maven projects. Not made by MassiveCraft. -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.google.guava</groupId>
|
||||||
|
<artifactId>guava</artifactId>
|
||||||
|
<version>${massiveGuavaVersion}</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.google.code.gson</groupId>
|
||||||
|
<artifactId>gson</artifactId>
|
||||||
|
<version>${massiveGsonVersion}</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.mongodb</groupId>
|
||||||
|
<artifactId>mongo-java-driver</artifactId>
|
||||||
|
<version>${massiveMongoDBVersion}</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.javassist</groupId>
|
<groupId>org.javassist</groupId>
|
||||||
<artifactId>javassist</artifactId>
|
<artifactId>javassist</artifactId>
|
||||||
@ -274,9 +279,9 @@
|
|||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.md-5</groupId>
|
<groupId>com.destroystokyo.paper</groupId>
|
||||||
<artifactId>bungeecord-api</artifactId>
|
<artifactId>paper-api</artifactId>
|
||||||
<version>${massiveBungeeCordApiVersion}</version>
|
<version>${massivePaperVersion}</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -285,61 +290,54 @@
|
|||||||
<version>${massiveVaultVersion}</version>
|
<version>${massiveVaultVersion}</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!--<dependency>
|
||||||
|
<groupId>me.lucko</groupId>
|
||||||
|
<artifactId>commodore</artifactId>
|
||||||
|
<version>${massiveCommodoreVersion}</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>-->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Page: https://dev.bukkit.org/projects/worldedit/files
|
Page: https://dev.bukkit.org/projects/worldedit/files
|
||||||
File: https://dev.bukkit.org/projects/worldedit/files/956525
|
Intall: mvn install:install-file -DgroupId=com.sk89q.worldedit -DartifactId=worldedit-bukkit -Dversion=7.0.1 -Dpackaging=jar -Dfile=worldedit-bukkit-7.0.1.jar
|
||||||
Intall: mvn install:install-file -DgroupId=com.sk89q.worldedit -DartifactId=worldedit-bukkit -Dversion=6.1.5-TEMPFIX -Dpackaging=jar -Dfile=worldedit-bukkit-6.1.5.jar
|
Test: mvn dependency:get -Dartifact=com.sk89q.worldedit:worldedit-bukkit:7.0.1
|
||||||
Test: mvn dependency:get -Dartifact=com.sk89q.worldedit:worldedit-bukkit:6.1.5-TEMPFIX
|
|
||||||
-->
|
-->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.sk89q.worldedit</groupId>
|
||||||
|
<artifactId>worldedit-core</artifactId>
|
||||||
|
<version>${massiveWorldEditVersion}</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.sk89q.worldedit</groupId>
|
<groupId>com.sk89q.worldedit</groupId>
|
||||||
<artifactId>worldedit-bukkit</artifactId>
|
<artifactId>worldedit-bukkit</artifactId>
|
||||||
<version>${massiveWorldEditVersion}</version>
|
<version>${massiveWorldEditVersion}</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!--
|
||||||
|
Page: https://dev.bukkit.org/projects/worldguard/files
|
||||||
|
Intall: mvn install:install-file -DgroupId=com.sk89q.worldguard -DartifactId=worldguard-core -Dversion=7.0.2 -Dpackaging=jar -Dfile=worldguard-bukkit-7.0.2.jar
|
||||||
|
Test: mvn dependency:get -Dartifact=com.sk89q.worldguard:worldguard-core:7.0.2
|
||||||
|
-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.sk89q.worldguard</groupId>
|
<groupId>com.sk89q.worldguard</groupId>
|
||||||
<artifactId>worldguard-legacy</artifactId>
|
<artifactId>worldguard-core</artifactId>
|
||||||
|
<version>${massiveWorldGuardVersion}</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.sk89q.worldguard</groupId>
|
||||||
|
<artifactId>worldguard-bukkit</artifactId>
|
||||||
<version>${massiveWorldGuardVersion}</version>
|
<version>${massiveWorldGuardVersion}</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.comphenix.protocol</groupId>
|
<groupId>com.comphenix.protocol</groupId>
|
||||||
<artifactId>ProtocolLib</artifactId>
|
<artifactId>ProtocolLib-API</artifactId>
|
||||||
<version>${massiveProtocolLibVersion}</version>
|
<version>${massiveProtocolLibVersion}</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>LibsDisguises</groupId>
|
|
||||||
<artifactId>LibsDisguises</artifactId>
|
|
||||||
<version>${massiveLibsDisguisesVersion}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>us.dynmap</groupId>
|
|
||||||
<artifactId>dynmap</artifactId>
|
|
||||||
<version>${massiveDynmapVersion}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>fr.neatmonster</groupId>
|
|
||||||
<artifactId>nocheatplus</artifactId>
|
|
||||||
<version>${massiveNoCheatPlusVersion}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>uk.co.oliwali</groupId>
|
|
||||||
<artifactId>HawkEye</artifactId>
|
|
||||||
<version>${massiveHawkEyeVersion}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>net.citizensnpcs</groupId>
|
|
||||||
<artifactId>citizens</artifactId>
|
|
||||||
<version>${massiveCitizensVersion}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.vexsoftware</groupId>
|
<groupId>com.vexsoftware</groupId>
|
||||||
<artifactId>votifier</artifactId>
|
<artifactId>votifier</artifactId>
|
||||||
@ -347,6 +345,13 @@
|
|||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>me.clip</groupId>
|
||||||
|
<artifactId>placeholderapi</artifactId>
|
||||||
|
<version>${massivePlaceholderAPIVersion}</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- Custom - Custom artifacts. Manually installed by command. -->
|
<!-- Custom - Custom artifacts. Manually installed by command. -->
|
||||||
<!--
|
<!--
|
||||||
Not everyone has a Maven repo.
|
Not everyone has a Maven repo.
|
||||||
@ -359,153 +364,22 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Page: https://dev.bukkit.org/projects/herochat/files
|
Page: https://www.spigotmc.org/resources/dynmap.274/
|
||||||
File: https://dev.bukkit.org/projects/herochat/files/726673
|
Intall: mvn install:install-file -DgroupId=us.dynmap -DartifactId=dynmap -Dversion=3.1 -Dpackaging=jar -Dfile=Dynmap-3.1-Spigot.jar
|
||||||
Intall: mvn install:install-file -DgroupId=com.dthielke.herochat -DartifactId=Herochat -Dversion=5.6.7-SNAPSHOT -Dpackaging=jar -Dfile=HeroChat.jar
|
Test: mvn dependency:get -Dartifact=us.dynmap:dynmap:3.1
|
||||||
Test: mvn dependency:get -Dartifact=com.dthielke.herochat:Herochat:5.6.7-SNAPSHOT
|
|
||||||
-->
|
-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.dthielke.herochat</groupId>
|
<groupId>us.dynmap</groupId>
|
||||||
<artifactId>Herochat</artifactId>
|
<artifactId>dynmap</artifactId>
|
||||||
<version>${massiveHerochatVersion}</version>
|
<version>${massiveDynmapVersion}</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Page: https://dev.bukkit.org/projects/worldborder/files
|
|
||||||
File: https://dev.bukkit.org/projects/worldborder/files/2415838
|
|
||||||
Intall: mvn install:install-file -DgroupId=com.wimbli.WorldBorder -DartifactId=WorldBorder -Dversion=1.8.7 -Dpackaging=jar -Dfile=WorldBorder.jar
|
|
||||||
Test: mvn dependency:get -Dartifact=com.wimbli.WorldBorder:WorldBorder:1.8.7
|
|
||||||
-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.wimbli.WorldBorder</groupId>
|
|
||||||
<artifactId>WorldBorder</artifactId>
|
|
||||||
<version>${massiveWorldBorderVersion}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Page: https://www.spigotmc.org/resources/mcmmo.2445/
|
|
||||||
File: https://www.spigotmc.org/resources/mcmmo.2445/update?update=170741
|
|
||||||
Intall: mvn install:install-file -DgroupId=com.gmail.nossr50.mcMMO -DartifactId=mcMMO -Dversion=1.5.08 -Dpackaging=jar -Dfile=mcMMO.jar
|
|
||||||
Test: mvn dependency:get -Dartifact=com.gmail.nossr50.mcMMO:mcMMO:1.5.08
|
|
||||||
-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.gmail.nossr50.mcMMO</groupId>
|
|
||||||
<artifactId>mcMMO</artifactId>
|
|
||||||
<version>${massiveMcmmoVersion}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Page: https://dev.bukkit.org/projects/holographic-displays/files
|
|
||||||
File: https://dev.bukkit.org/projects/holographic-displays/files/2430907
|
|
||||||
Intall: mvn install:install-file -DgroupId=com.gmail.filoghost.holographicdisplays -DartifactId=HolographicDisplays -Dversion=2.2.6 -Dpackaging=jar -Dfile=HolographicDisplays.jar
|
|
||||||
Test: mvn dependency:get -Dartifact=com.gmail.filoghost.holographicdisplays:HolographicDisplays:2.2.6
|
|
||||||
-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.gmail.filoghost.holographicdisplays</groupId>
|
|
||||||
<artifactId>HolographicDisplays</artifactId>
|
|
||||||
<version>${massiveHolographicDisplaysVersion}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Page: https://dev.bukkit.org/projects/sit-and-lie-anywhere/files
|
|
||||||
File: https://dev.bukkit.org/projects/sit-and-lie-anywhere/files/949934
|
|
||||||
Intall: mvn install:install-file -DgroupId=noppes.mpm -DartifactId=MorePlayerModels -Dversion=1.10.2 -Dpackaging=jar -Dfile=MorePlayerModels_1.10.2.jar
|
|
||||||
Test: mvn dependency:get -Dartifact=noppes.mpm:MorePlayerModels:1.10.2
|
|
||||||
-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>noppes.mpm</groupId>
|
|
||||||
<artifactId>MorePlayerModels</artifactId>
|
|
||||||
<version>${massiveMorePlayerModelsVersion}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Page: https://www.spigotmc.org/resources/wgregionevents-continued.15946/history
|
|
||||||
File: https://www.spigotmc.org/resources/wgregionevents-continued.15946/download?version=59697
|
|
||||||
Intall: mvn install:install-file -DgroupId=com.mewin -DartifactId=WGRegionEvents -Dversion=2.1.0 -Dpackaging=jar -Dfile=WGRegionEvents.jar
|
|
||||||
Test: mvn dependency:get -Dartifact=com.mewin:WGRegionEvents:2.1.0
|
|
||||||
-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.mewin</groupId>
|
|
||||||
<artifactId>WGRegionEvents</artifactId>
|
|
||||||
<version>${massiveWGRegionEventsVersion}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Page: https://www.spigotmc.org/resources/king-of-the-hill-efficient-and-customizable-1-7-and-1-8-only.6832/updates
|
|
||||||
File: https://www.spigotmc.org/resources/king-of-the-hill-efficient-and-customizable-1-7-and-1-8-only.6832/update?update=170269
|
|
||||||
Intall: mvn install:install-file -DgroupId=com.benzimmer123.koth -DartifactId=KOTH -Dversion=6.2.0 -Dpackaging=jar -Dfile=KOTH.jar
|
|
||||||
Test: mvn dependency:get -Dartifact=com.benzimmer123.koth:KOTH:6.2.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
|
|
||||||
File: https://www.spigotmc.org/resources/particlepack.760/download?version=96067
|
|
||||||
Intall: mvn install:install-file -DgroupId=com.particlepack -DartifactId=ParticlePack -Dversion=3.3 -Dpackaging=jar -Dfile=ParticlePack.jar
|
|
||||||
Test: mvn dependency:get -Dartifact=com.particlepack:ParticlePack:3.3
|
|
||||||
-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.particlepack</groupId>
|
|
||||||
<artifactId>ParticlePack</artifactId>
|
|
||||||
<version>${massiveParticlePackVersion}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Page: http://ci.athion.net/job/PlotSquared/
|
|
||||||
File: http://ci.athion.net/job/PlotSquared/491/
|
|
||||||
Intall: mvn install:install-file -DgroupId=com.plotsquared.bukkit -DartifactId=PlotSquared -Dversion=3.5.1-SNAPSHOT-3633576 -Dpackaging=jar -Dfile=PlotSquared.jar
|
|
||||||
Test: mvn dependency:get -Dartifact=com.plotsquared.bukkit:PlotSquared:3.5.1-SNAPSHOT-3633576
|
|
||||||
-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.plotsquared.bukkit</groupId>
|
|
||||||
<artifactId>PlotSquared</artifactId>
|
|
||||||
<version>${massivePlotSquaredVersion}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Page: https://www.spigotmc.org/resources/aac-advanced-anti-cheat-hack-kill-aura-blocker.6442/history
|
|
||||||
File: https://www.spigotmc.org/resources/aac-advanced-anti-cheat-hack-kill-aura-blocker.6442/update?update=175190
|
|
||||||
Intall: mvn install:install-file -DgroupId=me.konsolas.aac -DartifactId=AAC -Dversion=3.2.2 -Dpackaging=jar -Dfile=AAC.jar
|
|
||||||
Test: mvn dependency:get -Dartifact=me.konsolas.aac:AAC:3.2.2
|
|
||||||
-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>me.konsolas.aac</groupId>
|
|
||||||
<artifactId>AAC</artifactId>
|
|
||||||
<version>${massiveAacVersion}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Page: https://www.spigotmc.org/resources/anticheatplus.2714/history
|
|
||||||
File: https://www.spigotmc.org/resources/anticheatplus.2714/download?version=9961
|
|
||||||
Intall: mvn install:install-file -DgroupId=net.dynamicdev.anticheat -DartifactId=AntiCheatPlus -Dversion=2.1.4 -Dpackaging=jar -Dfile=AntiCheatPlus.jar
|
|
||||||
Test: mvn dependency:get -Dartifact=net.dynamicdev.anticheat:AntiCheatPlus:2.1.4
|
|
||||||
-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>net.dynamicdev.anticheat</groupId>
|
|
||||||
<artifactId>AntiCheatPlus</artifactId>
|
|
||||||
<version>${massiveAntiCheatPlusVersion}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
</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=284327
|
||||||
Intall: mvn install:install-file -DgroupId=com.griefcraft -DartifactId=lwc -Dversion=1.8.2 -Dpackaging=jar -Dfile=EntityLWC.jar
|
Intall: mvn install:install-file -DgroupId=com.griefcraft -DartifactId=lwc -Dversion=2.1.5 -Dpackaging=jar -Dfile=Modern-LWC-2.1.5.jar
|
||||||
Test: mvn dependency:get -Dartifact=com.griefcraft:lwc:1.8.2
|
Test: mvn dependency:get -Dartifact=com.griefcraft:lwc:2.1.1
|
||||||
-->
|
-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.griefcraft</groupId>
|
<groupId>com.griefcraft</groupId>
|
||||||
@ -514,6 +388,30 @@
|
|||||||
<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.22.8 -Dpackaging=jar -Dfile=VentureChat-2.22.8.jar
|
||||||
|
Test: mvn dependency:get -Dartifact=mineverse.Aust1n46.chat:MineverseChat:2.22.8
|
||||||
|
-->
|
||||||
|
<dependency>
|
||||||
|
<groupId>mineverse.Aust1n46.chat</groupId>
|
||||||
|
<artifactId>MineverseChat</artifactId>
|
||||||
|
<version>${massiveMineverseChatVersion}</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Page: https://www.spigotmc.org/resources/worldguard-extra-flags.4823/
|
||||||
|
Intall: mvn install:install-file -DgroupId=net.goldtreeservers -DartifactId=worldguardextraflags -Dversion=4.1.5 -Dpackaging=jar -Dfile=WorldGuardExtraFlags-4.1.5.jar
|
||||||
|
Test: mvn dependency:get -Dartifact=net.goldtreeservers:worldguardextraflags:4.1.5
|
||||||
|
-->
|
||||||
|
<dependency>
|
||||||
|
<groupId>net.goldtreeservers</groupId>
|
||||||
|
<artifactId>worldguardextraflags</artifactId>
|
||||||
|
<version>${massiveWorldGuardExtraFlagsVersion}</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- 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. -->
|
||||||
@ -689,24 +587,6 @@
|
|||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- PerWorldPlugins - Section similar to the one above. -->
|
|
||||||
<!--
|
|
||||||
mvn install:install-file -DgroupId=me.incomprehendable.dev.pwp -DartifactId=125 -Dversion=1.2.5 -Dpackaging=jar -Dfile=pwp-125.jar
|
|
||||||
mvn install:install-file -DgroupId=me.incomprehendable.dev.pwp -DartifactId=124 -Dversion=1.2.4 -Dpackaging=jar -Dfile=pwp-124.jar
|
|
||||||
-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>me.incomprehendable.dev.pwp</groupId>
|
|
||||||
<artifactId>125</artifactId>
|
|
||||||
<version>1.2.5</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>me.incomprehendable.dev.pwp</groupId>
|
|
||||||
<artifactId>124</artifactId>
|
|
||||||
<version>1.2.4</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!-- Internal - Stuff made by MassiveCraft. -->
|
<!-- Internal - Stuff made by MassiveCraft. -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.massivecraft.creativegates</groupId>
|
<groupId>com.massivecraft.creativegates</groupId>
|
||||||
@ -720,198 +600,12 @@
|
|||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.factionsdynmap</groupId>
|
|
||||||
<artifactId>FactionsDynmap</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.factionstax</groupId>
|
|
||||||
<artifactId>FactionsTax</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massiveannounce</groupId>
|
|
||||||
<artifactId>MassiveAnnounce</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massivebasic</groupId>
|
|
||||||
<artifactId>MassiveBasic</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massivebiomes</groupId>
|
|
||||||
<artifactId>MassiveBiomes</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massivebooks</groupId>
|
|
||||||
<artifactId>MassiveBooks</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massivebungee</groupId>
|
|
||||||
<artifactId>MassiveBungee</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massivechar</groupId>
|
|
||||||
<artifactId>MassiveChar</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massivechat</groupId>
|
|
||||||
<artifactId>MassiveChat</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massivecombat</groupId>
|
|
||||||
<artifactId>MassiveCombat</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.massivecraft.massivecore</groupId>
|
<groupId>com.massivecraft.massivecore</groupId>
|
||||||
<artifactId>MassiveCore</artifactId>
|
<artifactId>MassiveCore</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massivedisguises</groupId>
|
|
||||||
<artifactId>MassiveDisguises</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massivefx</groupId>
|
|
||||||
<artifactId>MassiveFx</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massivegates</groupId>
|
|
||||||
<artifactId>MassiveGates</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massivehat</groupId>
|
|
||||||
<artifactId>MassiveHat</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massiveinhouse</groupId>
|
|
||||||
<artifactId>MassiveInhouse</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massiveintstat</groupId>
|
|
||||||
<artifactId>MassiveIntStat</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massivelag</groupId>
|
|
||||||
<artifactId>MassiveLag</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massivelagagent</groupId>
|
|
||||||
<artifactId>MassiveLagAgent</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massivelight</groupId>
|
|
||||||
<artifactId>MassiveLight</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massivelock</groupId>
|
|
||||||
<artifactId>MassiveLock</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massivemagic</groupId>
|
|
||||||
<artifactId>MassiveMagic</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massivemeta</groupId>
|
|
||||||
<artifactId>MassiveMeta</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massivemobs</groupId>
|
|
||||||
<artifactId>MassiveMobs</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massivemoney</groupId>
|
|
||||||
<artifactId>MassiveMoney</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massiveperms</groupId>
|
|
||||||
<artifactId>MassivePerms</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massivequest</groupId>
|
|
||||||
<artifactId>MassiveQuest</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massiverestore</groupId>
|
|
||||||
<artifactId>MassiveRestore</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massivesharding</groupId>
|
|
||||||
<artifactId>MassiveSharding</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massiveshop</groupId>
|
|
||||||
<artifactId>MassiveShop</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massivesigns</groupId>
|
|
||||||
<artifactId>MassiveSigns</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massivesnow</groupId>
|
|
||||||
<artifactId>MassiveSnow</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.massivecraft.massivesuper</groupId>
|
<groupId>com.massivecraft.massivesuper</groupId>
|
||||||
<artifactId>MassiveSuper</artifactId>
|
<artifactId>MassiveSuper</artifactId>
|
||||||
@ -919,50 +613,14 @@
|
|||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.massivecraft.massivesupertest</groupId>
|
<groupId>com.massivecraft.massivebasic</groupId>
|
||||||
<artifactId>MassiveSuperTest</artifactId>
|
<artifactId>MassiveBasic</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.massivecraft.massivetagapi</groupId>
|
<groupId>com.massivecraft.massiveperms</groupId>
|
||||||
<artifactId>MassiveTagApi</artifactId>
|
<artifactId>MassivePerms</artifactId>
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massivetickets</groupId>
|
|
||||||
<artifactId>MassiveTickets</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massivetraits</groupId>
|
|
||||||
<artifactId>MassiveTraits</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massivevanilla</groupId>
|
|
||||||
<artifactId>MassiveVanilla</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.massivevote</groupId>
|
|
||||||
<artifactId>MassiveVote</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.vampire</groupId>
|
|
||||||
<artifactId>Vampire</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.massivecraft.wess</groupId>
|
|
||||||
<artifactId>wess</artifactId>
|
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
Loading…
Reference in New Issue
Block a user