Skip to content

Commit 2a60660

Browse files
committed
Updated GitHub repository. Moved to download external libraries to reduce jar size(md_5 recommendation). Added libraries section to plugin.yml. Changed plugin version to 1.0.0. Changed plugin API version to 1.0.0.
1 parent f79d7a9 commit 2a60660

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,15 @@
7979
</repositories>
8080

8181
<dependencies>
82+
<!-- https://mvnrepository.com/artifact/org.spigotmc/spigot-api -->
83+
<!-- Spigot-api is provided by main server instance -->
8284
<dependency>
8385
<groupId>org.spigotmc</groupId>
8486
<artifactId>spigot-api</artifactId>
8587
<version>1.16.5-R0.1-SNAPSHOT</version>
8688
<scope>provided</scope>
8789
</dependency>
90+
8891
<!-- https://mvnrepository.com/artifact/org.jetbrains/annotations -->
8992
<dependency>
9093
<groupId>org.jetbrains</groupId>

0 commit comments

Comments
 (0)