Add commodore/brigadier to dependencies
This commit is contained in:
parent
4e0c4d68da
commit
66fb8d48d4
16
pom.xml
16
pom.xml
@ -56,6 +56,9 @@
|
|||||||
<!-- 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 -->
|
||||||
@ -128,6 +131,11 @@
|
|||||||
<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>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<!-- Build -->
|
<!-- Build -->
|
||||||
@ -280,6 +288,14 @@
|
|||||||
<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
|
File: https://dev.bukkit.org/projects/worldedit/files/956525
|
||||||
|
Loading…
Reference in New Issue
Block a user