Use spigot-api instead

Use spoigot-api instead of spigot because NMS is no longer necessary
This commit is contained in:
Tomás F 2020-07-01 17:53:35 +01:00
parent a3276feaaf
commit cd053c749e
2 changed files with 2 additions and 3 deletions

View File

@ -21,8 +21,7 @@ This plugin is only compatible with Minecraft 1.15+ currently.
## Builds
The latest plugin builds can be found in it's SpigotMC Forum's page [here](https://www.spigotmc.org/resources/beesplus.77224/).
You can also clone this repository and build the plugin with Maven.
Please note that this projects depends on `spigot` and not `spigot-api`
You can also clone this repository and build the plugin with Maven.
## Metrics
<p align="center">

View File

@ -25,7 +25,7 @@
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<artifactId>spigot-api</artifactId>
<version>1.15.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>