I am requesting a plugin that delete some blocks that already placed on the map, compatible with 1.6

Discussion in 'Archived: Plugin Requests' started by pirita, Jul 17, 2013.

  1. Offline

    pirita

    I am requesting a plugin that delete some blocks that already placed on the map, compatible with 1.6.2
     
  2. Offline

    Den_Store

    Worldedit /replace <block you dont want> <new block>
     
  3. Offline

    pirita

    The problem doing this is that the map size is 20000 blocks, can crash de server.
     
  4. Offline

    Superboop


    I'm pretty sure that any plugin looping 20000 blocks will severely lag, if not crash, the server.
    It's just a memory intensive job.
     
  5. Offline

    pirita

    I am trying to make a plugin that scan for the block when a player is walking on the map.
     
  6. Offline

    andrewabosh

    pirita pirata what did the scouters say about his ram usage? ITS OVER 9000MB!
     
  7. Offline

    pirita

    A good made plugin can be light
     
  8. Offline

    ceoepts

    Bro i think that a normal minecraft map is atleast 1 000 000 blocks. Check again. And we have to loop 250 into air to 0
     
  9. I'm not sure how that has anything to do with this. The Minecraft map is infinite, but all of the chunks, which are only 16x16, aren't loaded.

    If anyone wants to do this, you could use ChunkLoadEvent, loop through the blocks in that chunk, then replace the ones you want to replace.
     
  10. Offline

    pirita

    I can not remove it with worldedit because my map size is 20k radius blocks
     
  11. Offline

    ceoepts

    If your world is 20k radius your hole worlds blocks is 40 000*40 000 * 250.

    400 000 000 000 Blocks.
    Impossible to loop through all
     
  12. Offline

    pirita

    I know some plugin that do what I want but is not updated.
    TekkitCustomizer
     
  13. Just use MCEdit.
     
  14. Offline

    ceoepts

    What does it do? Remove all blocks or just block them from getting placed in that case you can use ModifyWorld and pex
    Is right MCEDIT might just do the trick
     
  15. Offline

    pirita

    I want a plugin
     
  16. Offline

    Dr_Bunsen


    I only assigned 1gb of ram(test server) and I replaced 700k blocks, took 20 seconds, but all was nice
     
  17. Offline

    afistofirony

    We're talking four hundred billion blocks here. :p

    EDIT: I do believe the next version of WorldEdit performs changes in batches, but I don't think it'll really help in this case.
     
  18. Offline

    Dr_Bunsen


    If worldedit is written efficiently(I have no idea, didn't look into the source) it should be possible
     
  19. Offline

    Jade

    SafeEdit (an extension for WorldEdit) already does things in batches in order to do it more efficiently.
     
  20. Offline

    pirita

    You never will understand what I want. :(
     
  21. Offline

    Garris0n

    Maybe if you used the layout given instead of writing one ambiguous sentence...
     
    Williscool98 likes this.
  22. Offline

    Dr_Bunsen

    Then tell us! Don't whine but act!
     
  23. Offline

    Compressions

    pirita We will never understand because your subject is the EXACT same thing as your post.
     

Share This Page