PEX need help

Discussion in 'Bukkit Help' started by Aurorion, Dec 9, 2013.

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

    Aurorion

    so my problem is that my default group only has the permission herochat.speak.global
    but if i set myself to that group non-opped i still can modify the world

    here is my yml files: http://pastebin.com/7t63xvAi

    it probably will be a stupid mistake but i can't seem to fix it

    thnx already
     
  2. Offline

    JaguarJo

    Aurorion Try adding build: false to the options section for your default group and see if that changes anything.
    Code:
      Default
        default: true
        permissions:
        - herochat.speak.global
        options:
          rank: '500'
          build: false
     
  3. Offline

    Aurorion


    i did that and it only work around the spawn with like a radius of 10/15, but i want my default class not to build anywhere
     
  4. Offline

    JaguarJo

    Honestly it sounds to me like it might not be a permissions problem but one of your other plugins doing something. Do you have any other plugins that affect building rights, either directly or indirectly?
     
  5. Offline

    ONI Ricky

    Have you tested it with other non-op people? It could be just you have a specific permission set to yourself such as "*". So try another random person with no OP and see if it works.
     
  6. Offline

    Aurorion


    i installed antibuild wich works fine now. thnx for the replys
     
Thread Status:
Not open for further replies.

Share This Page