And what version of Minecraft are you on? If it’s 1.8.9, then I can’t think of anything, but if it’s 1.9(.4) there are definitely new versions with fixes available for wand reach.
It’s 1.8.9 unfortunately
I don’t know any bugs that would give you results like that, are you using any other mods or plugins besides Sponge + WorldEdit?
Yes a bunch, it could be SpongeForge, since i’m on 61 and 71 is already out
I am getting these bugs aswell when I //undo something. I am running latest sponge, and it only came about once I updated.
What are the permission nodes for all of the commands for worldedit? I’ve tried essentials.* but it doesn’t work.
I believe it’s worldedit.command
or worldedit.command.*
.
EDIT: Just checked the actual code. It’s mixed with the vanilla commands. Unfortunately, you’ll need to do minecraft.command.we
, minecraft.command./clone
, and so on, for every WorldEdit command.
I found the solution, but thanks for responding
SpongeForge build 1500 fixes this issue.
I can confirm this, I tested it on my own server 5-10 times and no issues. Thanks blood.
I believe the way pex works now, minecraft.command
includes all its subpermissions. I am not entirely sure, however
Yes, that’s right.
As stated at the top of the OP, there is now an API-based version. Get it here.