Queue loading improvements

This commit is contained in:
RonanCraft
2022-10-05 13:48:22 -04:00
parent d460a6a510
commit 61d7e335d9
4 changed files with 87 additions and 33 deletions

View File

@@ -118,7 +118,7 @@
</build>
<repositories>
<!-- Github based Repos -->
<!-- GitHub based Repos -->
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
@@ -264,7 +264,7 @@
<dependency>
<groupId>com.github.cryptomorin</groupId>
<artifactId>kingdoms</artifactId>
<version>1.12.6.1</version>
<version>1.13.9</version>
<scope>provided</scope>
<exclusions>
<exclusion>
@@ -312,7 +312,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.22</version>
<version>1.18.24</version>
<scope>provided</scope>
</dependency>
<!-- EssentialsX -->