i think this is how it works

This commit is contained in:
Robinson Gallego 2020-02-10 15:23:51 -05:00
parent 07b44ad5b9
commit 554f93a9a5
2 changed files with 5 additions and 1 deletions

View file

@ -28,6 +28,10 @@ public class Commandnear extends EssentialsCommand {
maxRadius = 200;
}
if (maxRadius < 200) {
maxRadius = 200;
}
long radius = maxRadius;
User otherUser = null;

View file

@ -57,7 +57,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.15-R0.1-SNAPSHOT</version>
<version>1.15.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>