Avicus Archive

Help ASAP by BoldAndBrash July 9, 2014 at 8:07 PM UTC

how do i do percentage thing with world edit?

i want to make the iron blocks 80%ironblock and 20%diamondblock

what i do is //replacenear 500 ironblock 80%ironblock 20%diamondblock but it doesnt work. help would be appreciated

Netuxx July 9, 2014 at 8:07 PM UTC

you do: //replacenear 500 ironblock 80%ironblock 20%diamondblock
it is: 
//replacenear 500 ironblock 80%ironblock,20%diamondblock
Bukkit have a system that detects arguments using spaces and stuff.
WorldEdit dodge it using commas instead of spaces.

BoldAndBrash July 9, 2014 at 8:07 PM UTC

ohhhh omg thank you so much!