Plugins aren't noticing permissions file!

Discussion in 'Bukkit Help' started by rogvid700, Sep 12, 2011.

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

    rogvid700

    I have set up my permissions through the default 'permissions' file and yet my plugins dont use it, and instead say "No known permissions plugin detected. Using configuration file for permissions." How am I able to fix this? Thanks!

    IF YOU NEED ANY MORE INFORMATION I WOULD BE GLAD TO POST IT, JUST LET ME KNOW.

    BTW, I do have a permissions plugin... I use PermissionsBukkit
    Here is my config file:
    Code:
    users:
        rogvid700:
            groups:
            - Admin
            - admin
        25cstovall:
            groups:
            - default
            - Member
    groups:
        Guest:
            permissions:
                permissions.build: true
        Admin:
            permissions:
                '*': true
            inheritance:
            - Semi-Admin
        Semi-Admin:
            permissions:
                permissions.build: true
            inheritance:
            - Architect
        Architect:
            permissions:
                permissions.build: true
            inheritance:
            - Mayor
        Mayor:
            permissions:
                permissions.build: true
            inheritance:
            - Member
        Member:
            permissions:
                permissions.build: true
            inheritance:
            - Guest
    messages:
        build: '&cYou do not have permission to build here.'
    
     
  2. Offline

    matt4471

  3. Offline

    Rwembee

    DON'T use perms 3 like matt says, it is no longer supported as stated by the devs.
    You may need the superpermsbridge.
    Maybe look up PEX or bpermissions.
     
  4. Offline

    5pyPig

    There is a permsbridge of some sort made by the same author as BukkitPermissions, look in the thread. It is required for any plugins that still use the old outdated permissions plugin. It's basically an adapter until plugins start using the new standard that bukkit has made.
     
  5. Offline

    codename_B

    What what what?

    You're recommend he use an inactive and unsupported plugin: NO!

    If you're having issues try bPermissions or PEX (bPermissions is the simplest, PEX is closest to P3 in its config)
     
Thread Status:
Not open for further replies.

Share This Page