It looks like 1.8 broke the left click compass tool

Thanks for this great plugin! Is there any way to implement a block blacklist and block limit into the plugin?
What exactly should a block blacklist do? Limit the blocks that can be used for the replace, fill etc.?
(10-05-2014, 06:54 PM)xoft Wrote: [ -> ]What exactly should a block blacklist do? Limit the blocks that can be used for the replace, fill etc.?
Yes, it should block some blocks from being placed with WorldEdit.
Hi, just wondering, how in the world do you download this plugin. I need this plugin for my server. Can someone help?
There's a Source link at the bottom of the first post:
https://github.com/mc-server/WorldEdit
On that page, you can download the entire thing as a ZIP pack; then you need to unzip it into a "WorldEdit" folder inside MCServer's "Plugins" folder.
Weird!
When I use the compass tool I get an error, but still get teleported. I get this error:
Hmm. The problem is probably not in WorldEdit, but in the cLineBlockTracer class, because when I try to use it in my Executer plugin I also get an error.
sigh, I'm having a hard time implementing //generate. You're supposed to be able to create structures using math formulas, but it seems like the math is different in Java compared to Lua. I tried "log(0.5+sin(atan2(x,z)*8)*0.2)*(sqrt(x*x+z*z)/0.5)^(-2)-1.2" in Java (had to replace ^ with Math.pow) but it gave a different result when I tried it in Lua. I really wanted to try and make this, because you can make awesome structures like
this one. I found it on reddit

I wonder why it would come out with a different result though. Seems a bit odd. Maybe order of operations issue or degrees vs. radians with the trig functions?