@dusky sigil generate random x and y within the range you want around the location (so x=-5 to x=5 for example), then add them to that location. Then use this to get the highest block https://hub.spigotmc.org/javadocs/spigot/org/bukkit/World.html#getHighestBlockAt(int,int)
declaration: package: org.bukkit, interface: World
