Hi, I have recently came back to minecraft after taking a break and I realized a huge change in target selectors in 1.11 while using command blocks. Basically instead of typing @a[a,b,c,d] where a,b,c are the coordinates and d is the radius, now we have to type @a[x=a,y=b,z=c,r=d] to specify them. As a mapmaker myself, the change would break a lot of custom maps that used the old implicit target selectors, including one of my own. That is why I'm asking if there are any MCedit filters out there that could help convert the old string of implicit commands into full commands so I won't have to change them manually one by one. (Which will probably take me more than 6 hours to do so) Or if there are any other solutions to this, please enlighten me of so, thank you!
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Hi, I have recently came back to minecraft after taking a break and I realized a huge change in target selectors in 1.11 while using command blocks. Basically instead of typing @a[a,b,c,d] where a,b,c are the coordinates and d is the radius, now we have to type @a[x=a,y=b,z=c,r=d] to specify them. As a mapmaker myself, the change would break a lot of custom maps that used the old implicit target selectors, including one of my own. That is why I'm asking if there are any MCedit filters out there that could help convert the old string of implicit commands into full commands so I won't have to change them manually one by one. (Which will probably take me more than 6 hours to do so) Or if there are any other solutions to this, please enlighten me of so, thank you!