1. Don't forget, you can also get help in IRC: #sk89q (NO CommandHelper help there) and #commandhelper (ONLY CH help there).

PermissionsBukkit and WorldGuard

Discussion in 'WorldGuard' started by Riolu, Apr 27, 2012.

  1. Riolu Member

    Gender:
    Male
    Hello! I got some problem.
    My "user" group can't select region with wand item.
    I have this node
    Code:
    worldedit.wand: true
    in PermissionsBukkit plugin for that group, but it is don't work. Everything else work correctly, as in WorldEdit and also as WorldGuard. Only select region is don't.
    Help me and thank you!
  2. PseudoKnight Well-Known Member

    Gender:
    Male
    You might as well give them all selection permissions. http://wiki.sk89q.com/wiki/WorldEdit/Permissions

    worldedit.selection.size
    worldedit.selection.shift
    worldedit.selection.chunk
    worldedit.selection.expand
    worldedit.selection.contract
    worldedit.selection.pos
    worldedit.selection.hpos
    worldedit.wand
    worldedit.wand.toggle
    worldedit.selection.outset
    worldedit.selection.inset

    Or this may work too:

    worldedit.selection.*
    Riolu likes this.
  3. Riolu Member

    Gender:
    Male
    Oh, damn! I'm idiot. my mistake
    I mean this node is not working
    Code:
      worldguard.region.select.*: true
    Not wand item. Wand worked pretty well :)
    But okay, I will try worldedit.selection.*
  4. PseudoKnight Well-Known Member

    Gender:
    Male
    worldguard.region.select.* is for when you use the command /rg select <regionname>.

Share This Page