BlockFinder

Discussion in 'Plugin Requests' started by aterruit, Dec 21, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    aterruit

    Plugin category: Admin Tool

    Suggested name: BlockFinder

    What I want: A easy to use plugin that searches for a block ID in a map, and then prints it's cords in a .txt file.

    Ideas for commands: /bf (id) This command would tell the plugin to find a certain block. Following finding all the blocks in the map, it would tell the player how many blocks were found, while at the same time adding a blocks.txt file in the plugin folder.

    Ideas for permissions: blockfinder.admin

    When I'd like it by: Yesterday.

    (Yes I know this mean each chunk must be loaded)
    (Yes I know this could be very slow)
    (Yes I need it that badly.)
     
  2. Offline

    _Filip

    @aterruit This will take (6.0x10^7)^2 * 255 (we know as a fact that the bottom layer is bedrock) checks.
    I think you should reconsider what you're asking for.
     
  3. Offline

    bmckalip

    maybe describe what your using it for, and we might be able to make something with that functionality, but not do that process, as it's largely infeasible.
     
  4. I honestly find this hard to believe. Tell us what exactly you need this super super x-ray for and maybe we can help.
     
    timtower likes this.
  5. Offline

    aterruit

    I need it to find every chest in a very large adventure map.
     
  6. Offline

    _Filip

    @aterruit You'll have better luck restarting the map and using a plugin that listens to block place and destroy events for chests, then logging this.
     
  7. Offline

    caderape

    aterruit likes this.
  8. Online

    timtower Administrator Administrator Moderator

    @aterruit I can make a version that will allow an unlimited range but will also be slower, can make it so it keeps working between restarts though.
     
  9. Offline

    nverdier

    You would probably want to make a parser for the world folder. Not sure how hard this would be to do, but it seems like the most reasonable thing to do as you can't have all the chunks loaded...
     
  10. Offline

    aterruit

    Thank you so much. This would be ideal. I'm not worried about how long it takes.
     
  11. Online

    timtower Administrator Administrator Moderator

Thread Status:
Not open for further replies.

Share This Page