so in my permissions I want to so my default groups can only use certain flags. I found this There are TWO sets of permissions that you must give. The first is the permission to use the command. worldguard.region.flag.regions.own.* (lets owners set the flags for their own regions) worldguard.region.flag.regions.own.<region> (lets owners set the flags for their own regions for the given region ID) worldguard.region.flag.regions.member.* (lets members set the flags for their own regions) worldguard.region.flag.regions.member.<region> (lets members set the flags for their own regions for the given region ID) worldguard.region.flag.regions.* worldguard.region.flag.regions.<region> (for a given region) Then you must give permission to use the flags. worldguard.region.flag.flags.<flag>.* for the given flag worldguard.region.flag.flags.* for all flags Example: The permission for the chest-access flag worldguard.region.flag.flags.chest-access.* would give a user only the ability to set that flag. For region flag names please see this page. /region setpriority ---------------------------- So how ex actually do I format it if I want them to only be able to use the build flag, and leaf-decay flag in one permission would it be like worldguard.region.flag.flags.build.*leaf-decay.* Is that exactly how u would do it?
I think you cant merge 2 flags in 1. I suggest worldguard.region.flag.flags.build then worldguard.region.flag.flags.leaf-decay