{"id":70147,"date":"2026-06-04T02:48:08","date_gmt":"2026-06-03T23:48:08","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/findertools\/"},"modified":"2026-06-04T02:48:08","modified_gmt":"2026-06-03T23:48:08","slug":"findertools","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/findertools\/","title":{"rendered":"FinderTools"},"content":{"rendered":"<p># FinderTools &#8211; High-Performance Async World Scanning Tool<\/p>\n<p>FinderTools is a high-performance asynchronous world scanning plugin designed specifically for Minecraft 1.20.1 Paper servers, supporting precise block and entity detection.<br \/>\n> **Note**: This plugin is developed with AI assistance<\/p>\n<p>## Features<\/p>\n<p>&#8211; \ud83d\udd0d **Async Multi-threaded Scanning** &#8211; Efficient block and entity scanning without server performance impact<br \/>\n&#8211; \ud83c\udf0d **Flexible Scan Range** &#8211; Support for entire world, specific region files, loaded\/unloaded chunks<br \/>\n&#8211; \ud83d\udcca **Smart Memory Management** &#8211; Automatic memory monitoring, garbage collection and optimization<br \/>\n&#8211; \ud83d\udcc8 **Real-time Progress Monitoring** &#8211; Progress output every 10%, supports console and player messages<br \/>\n&#8211; \ud83d\udcc4 **Detailed Report Generation** &#8211; Automatic YAML format scan reports with complete statistics<br \/>\n&#8211; \u2699\ufe0f **Highly Configurable** &#8211; Configurable thread count, scan intervals, memory thresholds and more<br \/>\n&#8211; \ud83d\udd12 **Permission Management** &#8211; Complete permission node control for secure usage<br \/>\n&#8211; \u23ef\ufe0f **Task Control** &#8211; Support for stopping, pausing, and resuming scan tasks with flexible process management<\/p>\n<p>## Requirements<\/p>\n<p>&#8211; Minecraft 1.20.1<br \/>\n&#8211; Paper Server<br \/>\n&#8211; Java 8 or higher<\/p>\n<p>## Installation<\/p>\n<p>1. Download the `FinderTools-1.0-SNAPSHOT.jar` file<br \/>\n2. Place the file in your server&#8217;s `plugins` folder<br \/>\n3. Restart the server or use the `\/reload` command<br \/>\n4. The plugin will automatically create configuration files and report directories<\/p>\n<p>## Commands<\/p>\n<p>### Basic Command Format<br \/>\n&#8220;`<br \/>\n\/findertools find <block|entity> <id> <world> [options]<br \/>\n&#8220;`<\/p>\n<p>### Command Examples<\/p>\n<p>#### Block Scanning<br \/>\n&#8220;`bash<br \/>\n# Scan for diamond ore in the entire world<br \/>\n\/findertools find block diamond_ore world<\/p>\n<p># Scan for stone in loaded chunks only<br \/>\n\/findertools find block stone world{type=&#8217;enabled&#8217;}<\/p>\n<p># Scan for gold ore in a specific region<br \/>\n\/findertools find block gold_ore world{region=&#8217;0,0&#8242;}<br \/>\n&#8220;`<\/p>\n<p>#### Entity Scanning<br \/>\n&#8220;`bash<br \/>\n# Scan for villagers in the entire world<br \/>\n\/findertools find entity villager world<\/p>\n<p># Scan for zombies in loaded chunks<br \/>\n\/findertools find entity zombie world{type=&#8217;enabled&#8217;}<\/p>\n<p># Scan for cows in a specific region<br \/>\n\/findertools find entity cow world{region=&#8217;-1,2&#8242;}<br \/>\n&#8220;`<\/p>\n<p>#### Task Control Commands<br \/>\n&#8220;`bash<br \/>\n# Stop current scan task<br \/>\n\/findertools stop<\/p>\n<p># Pause current scan task<br \/>\n\/findertools pause<\/p>\n<p># Resume paused scan task<br \/>\n\/findertools start<br \/>\n\/findertools resume<\/p>\n<p># Check current scan status<br \/>\n\/findertools status<br \/>\n&#8220;`<\/p>\n<p>#### Other Commands<br \/>\n&#8220;`bash<br \/>\n# Reload configuration file<br \/>\n\/findertools reload<\/p>\n<p># Show help information<br \/>\n\/findertools help<br \/>\n&#8220;`<\/p>\n<p>## Permissions<\/p>\n<p>| Permission Node | Description | Default |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;|<br \/>\n| `findertools.command` | Basic command usage permission | op |<br \/>\n| `findertools.command.find` | Find command usage permission | op |<br \/>\n| `findertools.command.reload` | Configuration reload permission | op |<br \/>\n| `findertools.command.state` | Scan task control permission | op |<\/p>\n<p>## Configuration<\/p>\n<p>Configuration file location: `plugins\/FinderTools\/config.yml`<\/p>\n<p>### Scan Configuration<br \/>\n&#8220;`yaml<br \/>\nscan:<br \/>\n  chunk-interval: 1        # Chunk scanning interval (ticks)<br \/>\n  write-interval: 10       # Chunk count interval for report writing<br \/>\n  debug: false            # Enable debug output<br \/>\n&#8220;`<\/p>\n<p>### Thread Configuration<br \/>\n&#8220;`yaml<br \/>\nthreading:<br \/>\n  max-threads: 4          # Maximum thread count<br \/>\n  max-thread-usage: 0.8   # Maximum usage per thread<br \/>\n  check-interval: 100     # Thread check interval (milliseconds)<br \/>\n&#8220;`<\/p>\n<p>### Memory Management<br \/>\n&#8220;`yaml<br \/>\nmemory:<br \/>\n  max-memory-mb: 512      # Memory usage threshold (MB)<br \/>\n  gc-threshold: 0.9       # Forced garbage collection threshold<br \/>\n&#8220;`<\/p>\n<p>### Report Configuration<br \/>\n&#8220;`yaml<br \/>\nreport:<br \/>\n  output-directory: &#8220;plugins\/FinderTools\/reports&#8221;  # Report save directory<br \/>\n  format: &#8220;yml&#8221;           # Report file format<br \/>\n  detailed: true          # Include detailed information<br \/>\n&#8220;`<\/p>\n<p>### Progress Output<br \/>\n&#8220;`yaml<br \/>\nprogress:<br \/>\n  output-interval: 10     # Progress output interval (percentage)<br \/>\n  console-output: true    # Output progress to console<br \/>\n  player-output: true     # Send progress messages to executor<br \/>\n&#8220;`<\/p>\n<p>## Report Format<\/p>\n<p>After scanning completion, the plugin generates report files in the format `report_YYYYMMDD_8-digit-random-ID.yml`.<\/p>\n<p>### Report Example<br \/>\n&#8220;`yaml<br \/>\nreport:<br \/>\n  info:<br \/>\n    generated_at: &#8220;2024-01-01 12:00:00&#8221;<br \/>\n    plugin_version: &#8220;1.0-SNAPSHOT&#8221;<br \/>\n    request_id: &#8220;12345678-1234-1234-1234-123456789abc&#8221;<\/p>\n<p>  parameters:<br \/>\n    scan_type: &#8220;block&#8221;<br \/>\n    target_id: &#8220;diamond_ore&#8221;<br \/>\n    world: &#8220;world&#8221;<br \/>\n    loaded_only: false<\/p>\n<p>  statistics:<br \/>\n    total_results: 156<br \/>\n    total_chunks_processed: 1000<br \/>\n    chunks_with_results: 45<br \/>\n    scan_duration_ms: 30000<br \/>\n    scan_duration_readable: &#8220;30 seconds&#8221;<br \/>\n    completed_at: &#8220;2024-01-01 12:00:30&#8221;<\/p>\n<p>  results:<br \/>\n    &#8211; world: &#8220;world&#8221;<br \/>\n      location: &#8220;123,45,678&#8221;<br \/>\n      chunk: &#8220;7,42&#8221;<br \/>\n      type: &#8220;block&#8221;<br \/>\n      target: &#8220;diamond_ore&#8221;<br \/>\n&#8220;`<\/p>\n<p>## Performance Optimization<\/p>\n<p>### Memory Optimization<br \/>\n&#8211; Automatic memory monitoring and garbage collection<br \/>\n&#8211; Periodic report writing to release memory<br \/>\n&#8211; Smart adjustment of write intervals<\/p>\n<p>### Thread Optimization<br \/>\n&#8211; Configurable thread pool size<br \/>\n&#8211; Thread usage monitoring<br \/>\n&#8211; Priority adjustment to avoid server performance impact<\/p>\n<p>### Scan Optimization<br \/>\n&#8211; Asynchronous chunk loading and unloading<br \/>\n&#8211; Smart chunk state detection<br \/>\n&#8211; Configurable scan intervals<\/p>\n<p>## Troubleshooting<\/p>\n<p>### Common Issues<\/p>\n<p>**Q: Scanning is very slow?**<br \/>\nA: Increase the `threading.max-threads` value or decrease the `scan.chunk-interval` value.<\/p>\n<p>**Q: Server experiencing lag?**<br \/>\nA: Reduce thread count, increase scan intervals, or lower the `threading.max-thread-usage` value.<\/p>\n<p>**Q: High memory usage?**<br \/>\nA: Decrease the `scan.write-interval` value to make the plugin write reports more frequently and release memory.<\/p>\n<p>**Q: Cannot find report files?**<br \/>\nA: Check the `report.output-directory` configuration and ensure the directory exists with write permissions.<\/p>\n<p>## Development Information<\/p>\n<p>&#8211; **Author**: NSrank &#038; Augment<br \/>\n&#8211; **Version**: 1.1-SNAPSHOT<br \/>\n&#8211; **License**: MIT<br \/>\n&#8211; **Source Code**: Please contact the author for source code<\/p>\n<p>## Support<\/p>\n<p>If you encounter issues or have feature suggestions during usage, please contact the plugin author.<\/p>\n<p>## License<\/p>\n<p>This project is licensed under the MIT License &#8211; see the [LICENSE](LICENSE) file for details<\/p>\n<p>&#8212;<\/p>\n<p>**FinderTools** &#8211; Making world scanning simple and efficient!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A high-performance asynchronous world scanning plugin designed specifically for Minecraft 1.20.1 Paper servers, supporting precise block and entity detection.<\/p>\n","protected":false},"featured_media":70148,"template":"","meta":{"_minecraft_slug":"findertools","_minecraft_project_id":"6QeMh40X","_minecraft_author":"NSrank","_minecraft_license":"MIT","_minecraft_downloads":136,"_minecraft_follows":2,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"findertools.zip","_minecraft_size_bytes":279685,"_minecraft_version_count":4,"_minecraft_updated_at":"2026-05-15T18:51:39.718265Z","_minecraft_date_created":"2025-10-12T07:09:16.688389Z","_minecraft_date_modified":"2025-10-14T09:22:06.954759Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/findertools","_minecraft_icon_attachment_id":70148,"_minecraft_imported_at":"2026-06-03T23:48:09+00:00","_minecraft_import_hash":"b8faf0f6933a2f532e53bc8cd2aa306f","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[126,90,127,128,129,92],"mod_loader":[132,133,134],"minecraft_version":[59,36,60,93,94,101,102],"class_list":["post-70147","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-management","mod_category-optimization","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>FinderTools - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/findertools\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"FinderTools - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A high-performance asynchronous world scanning plugin designed specifically for Minecraft 1.20.1 Paper servers, supporting precise block and entity detection.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/findertools\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/findertools\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/findertools\\\/\",\"name\":\"FinderTools - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/findertools\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/findertools\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/findertools-icon-382accd914c8f326a18c030aa97dddc0ce65d3a4_96.webp\",\"datePublished\":\"2026-06-03T23:48:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/findertools\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/findertools\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/findertools\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/findertools-icon-382accd914c8f326a18c030aa97dddc0ce65d3a4_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/findertools-icon-382accd914c8f326a18c030aa97dddc0ce65d3a4_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/findertools\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"FinderTools\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"FinderTools - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/findertools\/","og_locale":"en_US","og_type":"article","og_title":"FinderTools - Minecraft","og_description":"A high-performance asynchronous world scanning plugin designed specifically for Minecraft 1.20.1 Paper servers, supporting precise block and entity detection.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/findertools\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/findertools\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/findertools\/","name":"FinderTools - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/findertools\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/findertools\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/findertools-icon-382accd914c8f326a18c030aa97dddc0ce65d3a4_96.webp","datePublished":"2026-06-03T23:48:08+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/findertools\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/findertools\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/findertools\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/findertools-icon-382accd914c8f326a18c030aa97dddc0ce65d3a4_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/findertools-icon-382accd914c8f326a18c030aa97dddc0ce65d3a4_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/findertools\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"FinderTools"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/70147","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/70148"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=70147"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=70147"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=70147"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=70147"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}