added LuckPerms API dependency

This commit is contained in:
Erik Bročko 2018-09-08 00:52:13 +02:00
parent 938640f203
commit de5fb271a7

View File

@ -45,7 +45,7 @@
<executable>${basedir}/deploy.sh</executable>
<arguments>
<argument>${project.build.directory}/${project.build.finalName}.jar</argument>
<argument>${artifactId}</argument>
<argument>${project.artifactId}</argument>
</arguments>
</configuration>
</plugin>
@ -58,6 +58,12 @@
<version>1.12-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>me.lucko.luckperms</groupId>
<artifactId>luckperms-api</artifactId>
<version>4.2</version>
<scope>provided</scope>
</dependency>
</dependencies>