Switched from Bukkit API to Spigot API as it has more useful features

This commit is contained in:
Florian CUNY 2018-07-17 15:16:07 +02:00
parent fb7c534c79
commit ebd0f82824

View File

@ -145,8 +145,8 @@
</profiles>
<dependencies>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.12.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>