完善并添加README.md
This commit is contained in:
51
pom.xml
51
pom.xml
@@ -21,6 +21,10 @@
|
||||
<id>papermc-repo</id>
|
||||
<url>https://repo.papermc.io/repository/maven-public/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>public-survive</id>
|
||||
<url>https://repo.aurora-pixels.com/repository/public-survive/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
||||
@@ -32,46 +36,29 @@
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>local</groupId>
|
||||
<artifactId>demon-api</artifactId>
|
||||
<version>local</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${parent.project.dir}/lib/DemonAPI.jar</systemPath>
|
||||
<groupId>de.tr7zw.nbtapi.plugin</groupId>
|
||||
<artifactId>NBTAPI</artifactId>
|
||||
<version>2.15.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>local</groupId>
|
||||
<artifactId>nbt-api</artifactId>
|
||||
<version>local</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${parent.project.dir}/lib/item-nbt-api-plugin-2.15.1.jar</systemPath>
|
||||
<groupId>me.Demon.DemonPlugin</groupId>
|
||||
<artifactId>DemonAPI</artifactId>
|
||||
<version>2.1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>local</groupId>
|
||||
<artifactId>mythicmobs</artifactId>
|
||||
<version>local</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${parent.project.dir}/lib/MythicMobs-5.9.1.jar</systemPath>
|
||||
<groupId>io.lumine.mythic.bukkit</groupId>
|
||||
<artifactId>MythicMobs</artifactId>
|
||||
<version>5.9.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>local</groupId>
|
||||
<artifactId>bettermodel</artifactId>
|
||||
<version>local</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${parent.project.dir}/lib/BetterModel-2.2.0-paper.jar</systemPath>
|
||||
<groupId>kr.toxicity.model.paper</groupId>
|
||||
<artifactId>BetterModel</artifactId>
|
||||
<version>2.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>local</groupId>
|
||||
<artifactId>craft-data-manager</artifactId>
|
||||
<version>local</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${parent.project.dir}/lib/CraftDataManager.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>local</groupId>
|
||||
<artifactId>paper-1.21.8-mapped-server</artifactId>
|
||||
<version>1.21.8</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${parent.project.dir}/.gradle/caches/paperweight/taskCache/mappedServerJar.jar</systemPath>
|
||||
<groupId>com.tianyu.datamanager</groupId>
|
||||
<artifactId>CraftDataManager</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user