Can place/break blocks in my server

Discussion in 'Bukkit Help' started by Mine91805, Aug 4, 2011.

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

    Mine91805

    I can't place any block and break it also in multiplayer i tired edit permissions but it again doesn't work. Do you have any idea?
     
  2. Offline

    jasonsj10

    Post the Groups and Users Please
     
  3. Offline

    Mine91805

    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'foo.bar'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'bar.foo'
        Admins:
            default: false
            info:
                prefix: '&1'
                suffix: 'Admin'
                build: true
            inheritance:
            permissions:
                - '*'
    
    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Moderator group but also has access
    # to the herp.derp permissions
    # Derpina is a member of the admin group but does not have access
    # to the derp.derp permission node
    # Users can also have a prefix and suffix as seen with Herpina
    ##
    users:
        mine91805:
            group: Admins
            permissions:
        Herpina:
            group: Moderator
            info:
                prefix: 'Moo'
                suffix: 'Cow'
            permissions:
                - 'herp.derp'
        Derpina:
            group: Admins
            permissions:
                - '-derp.derp'
     
  4. Offline

    Pr0Failure

    /facepalm. Set up a real groups.yml with nodes and users correctly with the nodes of the plugins you have. Don't use the example setup.
     
  5. Offline

    jasonsj10

Thread Status:
Not open for further replies.

Share This Page