mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 11:49:12 +00:00
i think this is how it works
This commit is contained in:
parent
07b44ad5b9
commit
554f93a9a5
2 changed files with 5 additions and 1 deletions
|
@ -28,6 +28,10 @@ public class Commandnear extends EssentialsCommand {
|
|||
maxRadius = 200;
|
||||
}
|
||||
|
||||
if (maxRadius < 200) {
|
||||
maxRadius = 200;
|
||||
}
|
||||
|
||||
long radius = maxRadius;
|
||||
|
||||
User otherUser = null;
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue