09-29-2014, 12:10 AM
It looks like 1.8 broke the left click compass tool
WorldEdit
|
09-29-2014, 12:10 AM
It looks like 1.8 broke the left click compass tool
10-05-2014, 06:52 PM
Thanks for this great plugin! Is there any way to implement a block blacklist and block limit into the plugin?
10-05-2014, 06:54 PM
What exactly should a block blacklist do? Limit the blocks that can be used for the replace, fill etc.?
10-05-2014, 07:01 PM
11-01-2014, 07:42 AM
Hi, just wondering, how in the world do you download this plugin. I need this plugin for my server. Can someone help?
11-01-2014, 07:46 AM
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.
04-06-2015, 04:43 AM
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
04-06-2015, 07:43 AM
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?
04-07-2015, 05:31 AM
I asked on their forum if they know what I'm doing wrong. http://forum.enginehub.org/threads/need-...ort.16105/
|
« Next Oldest | Next Newest »
|