Plugin Help WorldGuard permissions problem...

Discussion in 'Plugin Help/Development/Requests' started by JAhtiainen, Apr 24, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    JAhtiainen

    What permissions do I need to give so that players can define regions of their own?

    I tried giving them worldguard.region.* but then they can break blocks inside other people's regions...

    Then I gave them these:
    Code:
      - worldguard.region.wand.*
      - worldguard.region.load.*
      - worldguard.region.save.*
      - worldguard.region.migratedb.*
      - worldguard.region.migrateuuid.*
      - worldguard.region.define.*
      - worldguard.region.claim.*
      - worldguard.region.list.own.*
     
      - worldguard.region.redefine.own.*
      - worldguard.region.remove.*
      - worldguard.region.remove.own.*
      - worldguard.region.setpriority.own*
      - worldguard.region.setparent.own*
      - worldguard.region.select.own.*
      - worldguard.region.info.*
      - worldguard.region.teleport.own*
      - worldguard.region.addmember.own*
      - worldguard.region.addowner.own.*
      - worldguard.region.removemember.own*
      - worldguard.region.removeowner.own*
      - worldguard.region.flag.regions.own.*
      - worldguard.region.setpriority.own.*
    
    But they get "You don't have permission."

    What am I missing?

    I have WorldGuard 6.1 on Craftbukkit 1.9.2 server
     
    Last edited: Apr 25, 2016
  2. Offline

    ApexMinecraft

    What other plugins are installed? is it just WorldGuard?
     
  3. Offline

    KingRaptor345

    This is a guess, but try doing
    • worldguard.region.define
    Without the "*" after define
     
  4. Offline

    JAhtiainen

    Thanks KingRaptor345 that did the trick! Thank you both for taking the time! [cookedmeat]
     
Thread Status:
Not open for further replies.

Share This Page