WorldEdit - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Releases (https://forum.cuberite.org/forum-2.html) +--- Thread: WorldEdit (/thread-870.html) |
RE: WorldEdit - NiLSPACE - 09-29-2014 It looks like 1.8 broke the left click compass tool RE: WorldEdit - Mathias - 10-05-2014 Thanks for this great plugin! Is there any way to implement a block blacklist and block limit into the plugin? RE: WorldEdit - xoft - 10-05-2014 What exactly should a block blacklist do? Limit the blocks that can be used for the replace, fill etc.? RE: WorldEdit - Mathias - 10-05-2014 (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. RE: WorldEdit - StropyBrush - 11-01-2014 Hi, just wondering, how in the world do you download this plugin. I need this plugin for my server. Can someone help? RE: WorldEdit - xoft - 11-01-2014 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. RE: WorldEdit - NiLSPACE - 11-01-2014 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. RE: WorldEdit - NiLSPACE - 04-06-2015 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 RE: WorldEdit - DiamondToaster - 04-06-2015 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? RE: WorldEdit - NiLSPACE - 04-07-2015 I asked on their forum if they know what I'm doing wrong. http://forum.enginehub.org/threads/need-help-with-my-lua-worldedit-port.16105/ |