BukkitPermissions for world & world_nether

Discussion in 'Bukkit Help' started by Bertieboy7, Aug 8, 2011.

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

    Bertieboy7

    Now i was just toying around with the config.yaml to get used to the permissions system.

    I decided to give myself an excersise and i tried to give the group 'users' building rights in the world "world" and not in the world "world_nether".

    Here is my code:

    Code:
    user:
            permissions:
            worlds:
                world_nether:
                    permissions.build: false
                world:
                    permissions.build: true
    But this doesn't seem to work as i got building rights in world and world_nether.
    Anyone who can clarify this to me pls?
     
  2. Offline

    Munchies

    Are you an OP.... If you are this is why
     
  3. Offline

    Bertieboy7

    No i'm not, i deleted myself from the OP list and in the permissions file i made myself 'user'
     
  4. Offline

    timmyderselts

    you forgot to put ur name under users: so the system is defaulting to op access, or sence ur server owner, it might just be letting u build regardless
     
  5. Offline

    Bertieboy7

    No i left that piece out. i'm not an op and in the config.yml i put myself as an user
     
  6. Offline

    Connor Mahaffey

    See the tutorial: http://wiki.bukkit.org/Setting_Up_Bukkit_Permissions

    It doesn't seem like you have it set up right. It should look like this:

    users:
    YourNameHere:​
    permissions:​
    groups:​
    - user​

    groups:
    users:​
    permissions:​
    worlds:​
    world:​
    permissions.build: true​
    world_nether:​
    permissions.build: false​
     
  7. Offline

    Bertieboy7

    I did set it up right. I posted in the permissions thread as well and it seems to be fixed with the latest dev build.
     
Thread Status:
Not open for further replies.

Share This Page