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