mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-27 05:05:18 +01:00
Reduces safe spot search radius and checks a few more chunks per tick
https://github.com/BentoBoxWorld/BentoBox/issues/952
This commit is contained in:
parent
ff1c984fd0
commit
86da94182c
@ -27,9 +27,9 @@ import world.bentobox.bentobox.util.Pair;
|
|||||||
*/
|
*/
|
||||||
public class SafeSpotTeleport {
|
public class SafeSpotTeleport {
|
||||||
|
|
||||||
private static final int MAX_CHUNKS = 3;
|
private static final int MAX_CHUNKS = 6;
|
||||||
private static final long SPEED = 1;
|
private static final long SPEED = 1;
|
||||||
private static final int MAX_RADIUS = 200;
|
private static final int MAX_RADIUS = 50;
|
||||||
private static final int MAX_HEIGHT = 235;
|
private static final int MAX_HEIGHT = 235;
|
||||||
private boolean notChecking;
|
private boolean notChecking;
|
||||||
private BukkitTask task;
|
private BukkitTask task;
|
||||||
|
Loading…
Reference in New Issue
Block a user