mirror of
https://github.com/TotalFreedomMC/OpenInv.git
synced 2024-12-22 16:05:03 +00:00
thank you video, very cool!
This commit is contained in:
parent
00113cc4d4
commit
41693b5db0
1 changed files with 5 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue