Only OPs have permissions (bPerms)

Discussion in 'Bukkit Help' started by hybridvirus, Jul 6, 2013.

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

    hybridvirus

    PROBLEM:
    I'm running the latest bukkit server build for 1.6.
    I'm trying to get regular default players to be able to use CompassEx commands (or any commands really).
    Nothing seems to be working.

    I parsed the YAML file.
    I disabled global permissions (tried it with global permissions ON as well).
    I've spent two days troubleshooting various things and trying different permissions plugins with the same results.
    But, I just can't take it any longer. I didn't want to bug people, but I have to now.
    Someone rescue me!

    Heres my group.yml inside of my bPermissions>worldname folder.
    Code:
    default: players
    groups:
      players:
        groups: []
        permissions:
        - compassex.help
        - compassex.direction
        - group.default
      default:
        permissions:
        - compassex.direction
        groups: []

    Heres my users.yml inside of my bPermissions>worldname folder.
    Code:
    users:
      hybridvirus:
        groups:
        - players
        meta:
          prefix: '&4[ThaneOfDragonport]&7'
        permissions: []
      waffel2236:
        permissions: []
        groups:
        - players
      veilx:
        permissions: []
        groups:
        - players
        meta:
          prefix: '&6[Derp]&7'
      mizikee:
        permissions: []
        groups:
        - players
        meta:
          prefix: '&5[JarlOfDragonport]&7'
      hardmode2236:
        permissions: []
        groups:
        - players
    config.yml
    Code:
    auto-save: true
    track-type: multi
    debug-mode: false
    allow-offline-mode: false
    use-global-files: false
    track-limit: false
    auto-sort: false
    My bPermissions' main folder also has these exact two files in it from when I was testing.
    The group.default node was something I was desperately trying when looking on an example file.

    Thanks for taking a look at it. I'll be monitoring this thread like a hawk.
    Any help will definitely not go unappreciated.
     
  2. Offline

    khoi

  3. Offline

    Jade

    We don't support 1.6 dev builds. If you go and re-read the OP from EvilSeph, it says 1.6 dev builds are completely unsupported.
     
  4. Offline

    hybridvirus

    Bah. Thanks. I'm not well-versed on forums and threads and the like. Thanks for the patience and the info.
     
Thread Status:
Not open for further replies.

Share This Page