!Added PlaceholderAPI to local filesystem because of errors

This commit is contained in:
HexedHero 2019-10-20 03:46:21 +01:00
parent 3ec3fc6999
commit 7fee3341e1
2 changed files with 2 additions and 1 deletions

BIN
lib/PlaceholderAPI.jar Normal file

Binary file not shown.

View File

@ -259,7 +259,8 @@
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>2.10.3</version>
<scope>provided</scope>
<scope>system</scope>
<systemPath>${basedir}/lib/PlaceholderAPI.jar</systemPath>
</dependency>
</dependencies>
</project>