1
mirror of https://github.com/CarmJos/cn2b2t-project.git synced 2026-06-04 18:17:19 +08:00

BungeeCord修改2b2t-proxy

This commit is contained in:
carm
2020-05-27 00:25:24 +08:00
parent 8fc6f4dd99
commit 118973921a
54 changed files with 4115 additions and 0 deletions
+22
View File
@@ -10,6 +10,28 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>2b2t-proxy</artifactId>
<packaging>jar</packaging>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>8</source>
<target>8</target>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>net.md-5</groupId>
<artifactId>Cord</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${basedir}/../_lib/Cord.jar</systemPath>
</dependency>
</dependencies>
</project>