thank you video, very cool!

This commit is contained in:
Telesphoreo 2020-09-28 09:15:07 -05:00
parent 00113cc4d4
commit 41693b5db0

View file

@ -72,6 +72,11 @@ public class SearchContainerCommand implements TabExecutor {
}
}
if (radius > 20)
{
radius = 20;
}
Player senderPlayer = (Player) sender;
World world = senderPlayer.getWorld();
Chunk centerChunk = senderPlayer.getLocation().getChunk();