1
0

impl permissions and update

This commit is contained in:
Lee
2024-03-21 17:29:30 +00:00
parent 640a4b6392
commit a9192bae57
6 changed files with 70 additions and 25 deletions

16
pom.xml
View File

@ -19,6 +19,10 @@
<id>papermc</id>
<url>https://repo.papermc.io/repository/maven-public/</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io/</url>
</repository>
</repositories>
<dependencies>
@ -34,6 +38,18 @@
<version>1.18.32</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.megavexnetwork.scoreboard-library</groupId>
<artifactId>scoreboard-library-api</artifactId>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>com.github.megavexnetwork.scoreboard-library</groupId>
<artifactId>scoreboard-library-implementation</artifactId>
<version>2.1.3</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>