bPermissions Help

Discussion in 'Bukkit Help' started by Jackthekat9, Jan 26, 2012.

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

    Jackthekat9

    Well hello, I've had the hardest time trying to get my permissions on my server to work. I can't see to ever get any permissions plugins to work for me yet.

    OS: CentOS 6 x86
    Java: OpenJDK Runtime Environment (IcedTea6 1.10.4) (rhel-1.42.1.10.4.el6_2-x86_64)
    CB Build: 1792

    I've tried everything it seems but I just can't get any permissions to work at all. It's either be an OP and have all commands or be somebody that can't use a single command. :confused:

    Groups.yml:
    Code:
    default: default
    groups:
     
     admin:
      
    permissions:
        - ^group.moderator
        - bPermissions.admin
        - bukkit.broadcast.admin
        - bukkit.broadcast
        - bukkit.command.kill
        - bukkit.command.list
        - bukkit.command.whitelist
        - bukkit.command.whitelist.reload
        - bukkit.command.whitelist.remove
        - bukkit.command.xp
        - tracks.*
        - bukkit.command.ban.ip
        - bukkit.command.ban.player
        - bukkit.command.ban
        - essentials.*
        - hawkeye.*
        - worldedit.*
        - mobdisguise.*
        groups:
        - moderator
        meta:
          priority: '100'
          prefix: '&5admin'
     
    default:
        permissions:
        - bukkit.broadcast.user
        - group.default
        - essentials.tpdeny
        - essentials.tpaccept
        - essentials.tpa
        - essentials.sethome
        - essentials.home
        - essentials.back.ondeath
        - essentials.spawn
        - essentials.rules
        - essentials.msg.*
        - essentials.motd
        - essentials.me
        - essentials.mail.*
        - essentials.helpop
        - essentials.help
        - essentials.afk
        groups: []
        meta:
          prefix: '&9user'
     
      moderator:
        permissions:
        - ^group.default
        - bukkit.command.kick
        - group.moderator
        groups:
        - default
        meta:
          priority: '50'
          prefix: '&7moderator'
     
  2. Offline

    zingo1zang

    Try that, I aint no techie but i cant understand what you are saying besides that it doesnt work, my groups dont have that random space like urs does. if you have teamviewer (i finally got all my problems fixed) i can TRY to help you (more easily.)
     
  3. Offline

    Jackthekat9

    Ok. My users.yml and groups.yml seem to keep getting reset to nothing on server start. Everything is chmod'd right... I'm trying to diagnose why/what is happening...

    To the above man^: We cannot try to fix this over TeamViewer....
     
  4. Offline

    zingo1zang

    Ok. well. also. i am a girl. so. But as to the reason you are getting reset to [], stop your server THEN apply your commands, save, and start server.
     
  5. Offline

    Vadar

    Fixed It
    Code:
    default: default
    groups:
      admin:
        permissions:
        - ^group.moderator
        - bPermissions.admin
        - bukkit.broadcast.admin
        - bukkit.broadcast
        - bukkit.command.kill
        - bukkit.command.list
        - bukkit.command.whitelist
        - bukkit.command.whitelist.reload
        - bukkit.command.whitelist.remove
        - bukkit.command.xp
        - tracks.*
        - bukkit.command.ban.ip
        - bukkit.command.ban.player
        - bukkit.command.ban
        - essentials.*
        - hawkeye.*
        - worldedit.*
        - mobdisguise.*
        groups:
        - moderator
        meta:
          priority: '100'
          prefix: '&5admin'
      default:
        permissions:
        - bukkit.broadcast.user
        - group.default
        - essentials.tpdeny
        - essentials.tpaccept
        - essentials.tpa
        - essentials.sethome
        - essentials.home
        - essentials.back.ondeath
        - essentials.spawn
        - essentials.rules
        - essentials.msg.*
        - essentials.motd
        - essentials.me
        - essentials.mail.*
        - essentials.helpop
        - essentials.help
        - essentials.afk
        groups: []
        meta:
          prefix: '&9user'
          suffix: ' Newbie'
      moderator:
        permissions:
        - ^group.default
        - bukkit.command.kick
        - group.moderator
        groups:
        - default
        meta:
          priority: '50'
          prefix: '&7moderator'
     
    codename_B likes this.
  6. Offline

    zingo1zang

    Vadar, it fixes itself.
     
  7. Offline

    codename_B

    The new 2.8.1 won't wipe your files if there's a yaml error and instead will yell at you.
     
  8. Offline

    Jackthekat9

    Ill check server logs when I get home today. I had a feeling that it was a syntax error. ._.

    Edit: Just upgraded, it yelled at me. Fix it and now it's working great. Thanks man. Great work on the plugin too. :]
     
Thread Status:
Not open for further replies.

Share This Page