1
mirror of https://github.com/CarmJos/MoeTeleport.git synced 2026-06-04 16:46:10 +08:00

支持 #6 中提到的 Essential 存储

This commit is contained in:
2022-02-25 05:10:16 +08:00
parent 061b41b1a3
commit 848d3aaa33
10 changed files with 212 additions and 45 deletions
+13
View File
@@ -76,6 +76,11 @@
<url>https://repo.minebench.de/</url>
</repository>
<repository>
<id>essentials-repo</id>
<url>https://repo.essentialsx.net/releases/</url>
</repository>
<repository>
<id>github</id>
<name>GitHub Packages</name>
@@ -108,6 +113,14 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.essentialsx</groupId>
<artifactId>EssentialsX</artifactId>
<version>2.19.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>cc.carm.lib</groupId>
<artifactId>easysql-beecp</artifactId>