Not working with PermissionsBukkit #65


  • Other
  • Replied
Open
Assigned to _ForgeUser3470846
  • _ForgeUser6984340 created this issue Feb 3, 2012

    What is the issue? Not working with permissionsBukkit. I put in the node for a certain group of players and when players try the command /md sheep or /md chicken It says they do not have permission.

    Please provide any additional information below.
    Md sheep and md chicken are the only commands I want my certain group of users to have

  • _ForgeUser6984340 added the tags New Other Feb 3, 2012
  • Devil_Boy512 posted a comment Feb 3, 2012

    Make sure you reloaded. Show us your permissions file.

  • Devil_Boy512 removed a tag New Feb 3, 2012
  • Devil_Boy512 added a tag Waiting Feb 3, 2012
  • _ForgeUser6984340 posted a comment Feb 6, 2012

    users:
        MagikarpLOL123:
            permissions:
                permissions.example true
            groups:
            - BOTS
        kittyrage12345:
            groups:
            - user
        benjibegroovy:
            groups:
            - user
        mlance55:
            groups:
            - user
        turnipcon:
            groups:
            - user
        trentgon:
            groups:
            - user
        tristogo12:
            groups:
            - user
    groups:
        default:
            permissions:
                permissions.build false
        admin:
            permissions:
                permissions.*: true
            inheritance:
            - lockette.admin.*:true
            - lockette.user.*:true
            - permissions.*:true
            - mobbdisguise.*:true
        user:
            permissions:
                permissions.build true
            worlds:
                creative:
                    coolplugin.item true
            inheritance:
            - default
        BOTS:
            permissions:
                permissions.*: true
            inheritance:
            - mobdisguise.sheep:true
            - mobdisguise.chicken:true
        BOTC:
            permissions:
                permissions.*: true
            inheritance:
            - mobdisguise.cow:true
            - mobdisguise.pig:true
    messages:
        build: '&cYou cant build here, fool.'
    debug: false


    Edited Feb 6, 2012
  • _ForgeUser6984340 removed a tag Waiting Feb 6, 2012
  • _ForgeUser6984340 added a tag Replied Feb 6, 2012
  • _ForgeUser6984340 posted a comment Feb 8, 2012

    <<reply 525064>>

    Still isnt working after reloading

  • Devil_Boy512 posted a comment Feb 8, 2012

    @MagikarpLOL123: Go

    Try this preview version: https://github.com/PG-Dev-Team/MobDisguise/blob/master/MobDisguise.jar?raw=true

    Permissions are: mobdisguise.mob.<type>

  • _ForgeUser6984340 posted a comment Feb 13, 2012

    <<reply 532611>>

    Still does not work.


To post a comment, please login or register a new account.