How to Use Replace Command in WorldEdit
HTML-код
- Опубликовано: 21 ноя 2024
- How to use replace command in worldedit and making some patterns
For replacing block with another type
-- //replace stone green_wool (this is an example)
For replacing a block with multiple type
-- //replace stone,#cobblestone,#air,#gold (this is an example)
remember not to leaves spaces when using the complex method of replacing... # indicates number of percentage
Watch the video again to have a proper idea!!!
Thanks for watching see you in the next one!
it would be helpful for me in big projects thank you
You're welcome 😊
Hope i could use this in future
Definitely you will ❤️!
finaly one helpfule video
I am glad you found this video helpful 💜😁
OMG THANK YOU🎉
//replace gold_block,30%diamond_block,40%
this is my command (//replace red_wool,30%cobblestone,60%,stone,10%mossy_cobblestone) why isnt it working?