//grid command to make a grid
LadyCailinBot opened this issue ยท 3 comments
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
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 ..
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.