Bug in 5.9
LadyCailinBot opened this issue ยท 13 comments
WORLDGUARD-3005 - Reported by MystTheReaper
So I'm getting this error when I do /rg addmember or /rg addowner: http://pastebin.com/hgMtqCEZ
And I've come to the conclusion, that it's because the command is improperly (due to an accident when coding) setup, the first line says:
com.sk89q.minecraft.util.commands.WrappedCommandException: java.lang.NoSuchMethodError: com.sk89q.minecraft.util.commands.CommandContext.getParsedPaddedSlice(II)[Ljava/lang/String;
And if I go into the WorldGuard.jar, to get to there, I see it as: com -> sk89q -> WORLDGUARD(while above, it's define as 'minecraft') -> util
Maybe I'm wrong, I'm just trying to help you fix this in anyway I can, cause I need these commands back :)
Comment by MystTheReaper
Every other WG command works also, It's ONLY /rg addmember and addowner
Comment by MystTheReaper
And yes, WE enables fine, runs fine, every command works
Comment by MystTheReaper
Same with WG, except for /rg addmember and /rg addowner
Comment by MystTheReaper
Comment by Dark_Arc
That says that you're running WorldEdit 5.5.7 and WorldGuard 5.8.1 (dev).
Comment by MystTheReaper
Oh, for some reason the transfers failed.. Okay.. My bad
Comment by MystTheReaper
Yes, it works, Thank you! :) Sorry for wasting your time.