seu merda

This commit is contained in:
nearfe 2024-06-18 13:16:51 -03:00
parent 710dc7f1d0
commit f532124b92
2 changed files with 9 additions and 3 deletions

11
pom.xml
View File

@ -25,6 +25,7 @@
<id>everything</id>
<url>https://repo.citizensnpcs.co/</url>
</repository>
</repositories>
<dependencies>
@ -109,8 +110,14 @@
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver</artifactId>
<version>3.12.9</version>
<artifactId>mongo-java-driver</artifactId>
<version>3.12.14</version>
</dependency>
<dependency>
<groupId>com.github.Demeng7215.PluginBase</groupId>
<artifactId>pluginbase-mongo</artifactId>
<version>2576382518</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.citizne</groupId>

View File

@ -29,7 +29,6 @@ public class Arena {
private AsyncLocation min;
private AsyncLocation max;
private int deadZone;
private boolean enabled = false;
private Flag flag = Flag.DEFAULT;