Worldedit script

Discussion in 'Archived: Plugin Requests' started by Benas7445, Jun 8, 2012.

  1. Offline

    Benas7445

    Hello,
    I don't know have i reachead the right forum, so if not, don't be angry. Also sorry for my bad english.
    I have a plugin request. The plugins is about world editing. I have created a lot of areas for people, You can look at dynmap at mc.vipgame.lt:8123, but i have a problem the the end of the areas are mixed of resources like sand or stone like in the picture orange area:
    [​IMG]
    But i need a plugin or a Worldedit script that would do like this, replace stone, sand, coalore, ironore, sandstone to grass like in the picture bellow
    [​IMG]
    But now you ask me: Why i cannot jus select two points and write //replace ... with worldguard, and my answer is that theres a lot of ares like this that needs to be replaced.

    My idea is jus create a script that would replace these blocks to the water.
    My skype is Benas7445, so waiting for your answers :)
     
  2. Offline

    Elon_Than

    Maybe try to use /set ?
     
  3. Offline

    Benas7445

    As i said if i use //set i have to check a lot of point and write //set... a lot of times
    check mc.vipgame.lt:8123 how there's these areas where i have to type it :(
     
  4. Offline

    Ne0nx3r0

    Just make a cube selection and do:

    Code:
    //replace stone grass
    //replace sand grass
    ..etc
    
    Note you can also do things like:
    Code:
    //replace sand 50%dirt,25%stone,25%glass
    
     
  5. Offline

    Benas7445

    I know how to replace, but i have to make a thousands cuboids selections, so i need a easier way :)
     
  6. Offline

    MeesterWaffles

    //replacenear () sandstone grass
    //replacenear () sand grass
    Or if you have essentials just go around and do.
    /i stick 1
    /pt /replacenear () () grass
     

Share This Page