WorldGuard

WorldGuard

8M Downloads

region setparent issue

dompie opened this issue ยท 1 comments

commented

Hello,

I downloaded https://github.com/downloads/sk89q/worldguard/worldguard-5.0-alpha6.zip for testing and found that "/region setparent childregion parentregion" always prints "Too many arguments.". "childregion" has been created before "parentregion" in my case (if this matters).

Regards
dompie

commented

I found the error:

File: /src/com/sk89q/worldguard/bukkit/commands/RegionCommands.java

Line 614: flags = "", min = 2, max = 1
should be: flags = "", min = 1, max = 2