Regions validation recode + getLocations fix

This commit is contained in:
RonanCraft
2022-10-06 11:15:26 -04:00
parent 61d7e335d9
commit 55182607bd
18 changed files with 453 additions and 229 deletions

11
pom.xml
View File

@@ -7,7 +7,7 @@
<groupId>me.SuperRonanCraft</groupId>
<artifactId>BetterRTP</artifactId>
<packaging>jar</packaging>
<version>3.4.4</version>
<version>3.4.5-DEV</version>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
@@ -305,7 +305,7 @@
<dependency>
<groupId>xyz.xenondevs</groupId>
<artifactId>particle</artifactId>
<version>1.7.1</version>
<version>1.8.1</version>
<scope>compile</scope>
</dependency>
<!-- Lombok Support (@Getter & @Setter)-->
@@ -328,5 +328,12 @@
</exclusion>
</exclusions>
</dependency>
<!-- Saber Factions (https://www.spigotmc.org/resources/saberfactions.69771/) -->
<dependency>
<groupId>com.github.SaberLLC</groupId>
<artifactId>Saber-Factions</artifactId>
<version>2.4.0-RC</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>