WorldEdit

WorldEdit

43M Downloads

//grid command to make a grid

LadyCailinBot opened this issue ยท 3 comments

commented

WORLDEDIT-2899 - Reported by Gerdon.Abbink

Hello,
I have been thinking and I saw skygrid on the Bukkit Forums..
so I thought.. Can't sk89q make a command like: //grid <block(s)>

When filling in more blocks like: "1,2,3" it will randomize the blocks on the location..
The (int)XWide + (int)ZWide meaning how much Space between the blocks
And ofcourse the (int)YWide on the end so if you want to make a sort of "SkyGrid"

Regards,

Greaperc4

commented

Comment by Gerdon.Abbink

.. I'm not that advanced with the generate command.. so write me a line so I can make a "SkyGrid" like area or write me a craftscript because I can't ..

commented

Comment by mmis1000

//g 25%1,25%2,25%3,25%4 -r x%5==0&&y%5==0&&z%5==0
select a area, and run this command
25%1,25%2,25%3,25%4 is a list of materials
x%"5" means x different between each block, and so y,z
Note : Due to the max character limit in chat system
, if you want to enter very much types of material
, craftscript is the only way you can do.

commented

Comment by mmis1000

you can use "//g" to do that,
The random block pattern is already build-in,and can be used by this way : 50%0,50%1
combine this with //g will allowed you to do what you want.
If you want to make it more complex, you can write a craftscript to do that.