mirror of
https://e.coding.net/circlecloud/YumCore.git
synced 2024-11-22 01:48:50 +00:00
chore: 添加spigot服务端
Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
parent
b39e091cfc
commit
9138bcac17
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>
|
||||||
|
Loading…
Reference in New Issue
Block a user