1
vote
0answers
65 views

What is a good technique to light up vast areas quickly? [duplicate]

I have a Bukkit server, and in part of that server I loaded on the Star Ship Enterprise. One of the things I still get annoyed by is mobs spawning where they shouldn't. I think the best ...
1
vote
2answers
508 views

Can I rotate a WorldEdit selection horizontally?

I have a selection in WorldEdit (Bukkit Plugin) that I would like to rotate horizontally (i.e. not around in circles). I can use //rotate x to specify the angle to rotate, and using //rotate 180 would ...