mirror of
https://e.coding.net/circlecloud/YumCore.git
synced 2025-09-02 11:36:59 +00:00
BIN
lib/spigot-1.10.2.jar
Normal file
BIN
lib/spigot-1.10.2.jar
Normal file
Binary file not shown.
BIN
lib/spigot-1.8.8.jar
Normal file
BIN
lib/spigot-1.8.8.jar
Normal file
Binary file not shown.
16
pom.xml
16
pom.xml
@ -92,9 +92,23 @@
|
|||||||
<artifactId>Vault</artifactId>
|
<artifactId>Vault</artifactId>
|
||||||
<version>1.5.6</version>
|
<version>1.5.6</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.spigotmc</groupId>
|
||||||
|
<artifactId>spigot1102</artifactId>
|
||||||
|
<version>1.10.2</version>
|
||||||
|
<scope>system</scope>
|
||||||
|
<systemPath>${project.basedir}/lib/spigot-1.10.2.jar</systemPath>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.spigotmc</groupId>
|
||||||
|
<artifactId>spigot188</artifactId>
|
||||||
|
<version>1.8.8</version>
|
||||||
|
<scope>system</scope>
|
||||||
|
<systemPath>${project.basedir}/lib/spigot-1.8.8.jar</systemPath>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bukkit</groupId>
|
<groupId>org.bukkit</groupId>
|
||||||
<artifactId>bukkit</artifactId>
|
<artifactId>craftbukkit</artifactId>
|
||||||
<version>1.7.10</version>
|
<version>1.7.10</version>
|
||||||
<scope>system</scope>
|
<scope>system</scope>
|
||||||
<systemPath>${project.basedir}/lib/craftbukkit-1.7.10.jar</systemPath>
|
<systemPath>${project.basedir}/lib/craftbukkit-1.7.10.jar</systemPath>
|
||||||
|
Reference in New Issue
Block a user