Bug Fix
New Features
Thanks @RussDev7
So I have been getting a ton of requests for an Find Block feature / plugin such as the one TerraMap has... Similar to the function of FindChest plugin is basically close to what would be needed. In my previous push there where some issues as pointed out.
Bellow is an image of the plugin within the plugins tab of the GUI.
The next image if the window that will popup after clicking the plugin. This is where you can see similarities from the FindChest plugin GUI. As stated in the last revision, we needed a control way to limit the amount of blocks or walls being searched. I have added a numericupdown control for this. The code for this control was barrowed from this link.
Not only can you search for Blocks and Walls simultaneously, but the plugin will also display the block / wall for the same XY. It also now has complete with a "Max Overflow" feature to display preset limits using an NumericUpDown. Refer to image two for this. Once the limit is reached it displays the XY's and returns out of the loop. Saving massive performance.
This last image showcases the double click feature similar to the FindChest plugin, where double clicking an XY entrée will teleport the screen to the area of the block / wall.