1
mirror of https://github.com/CarmJos/TimeForFlight.git synced 2024-09-19 20:15:45 +00:00

添加相关项目API

This commit is contained in:
carm 2020-07-31 18:46:42 +08:00
parent 22f7978ecd
commit 6f49a1df11
4 changed files with 21 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

21
pom.xml
View File

@ -17,6 +17,27 @@
<scope>system</scope>
<systemPath>${basedir}/_lib/spigot-1.16.1.jar</systemPath>
</dependency>
<dependency>
<groupId>net.ess3</groupId>
<artifactId>EssentialX</artifactId>
<version>2.18.0.0</version>
<scope>system</scope>
<systemPath>${basedir}/_lib/EssentialsX-2.18.0.0.jar</systemPath>
</dependency>
<dependency>
<groupId>net.ess3</groupId>
<artifactId>EssentialX-Protect</artifactId>
<version>2.18.0.0</version>
<scope>system</scope>
<systemPath>${basedir}/_lib/EssentialsXProtect-2.18.0.0.jar</systemPath>
</dependency>
<dependency>
<groupId>net.ess3</groupId>
<artifactId>EssentialX-Chat</artifactId>
<version>2.18.0.0</version>
<scope>system</scope>
<systemPath>${basedir}/_lib/EssentialsXChat-2.18.0.0.jar</systemPath>
</dependency>
</dependencies>
<build>
<plugins>