better ??

This commit is contained in:
Luca 2021-11-22 19:23:03 +01:00
parent f7d21e4210
commit e1fa2ad04c
3 changed files with 11 additions and 2 deletions

View File

@ -41,6 +41,14 @@
<orderEntry type="library" scope="PROVIDED" name="Maven: com.boydti:fawe-api:latest" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: me.clip:placeholderapi:2.10.9" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: org.jetbrains:annotations:19.0.0" level="project" />
<orderEntry type="library" name="Maven: club.frozed.tablist:FrozedTablist:4.0-SNAPSHOT" level="project" />
<orderEntry type="module-library">
<library name="Maven: club.frozed.tablist:FrozedTablist:4.0-SNAPSHOT">
<CLASSES>
<root url="jar://$MODULE_DIR$/libs/FrozedTablist-4.0-SNAPSHOT.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
</component>
</module>

Binary file not shown.

View File

@ -135,7 +135,8 @@
<groupId>club.frozed.tablist</groupId>
<artifactId>FrozedTablist</artifactId>
<version>4.0-SNAPSHOT</version>
<scope>compile</scope>
<systemPath>${project.basedir}/libs/FrozedTablist-4.0-SNAPSHOT.jar</systemPath>
<scope>system</scope>
</dependency>
</dependencies>