Plugin Help PermissionsEx trouble?

Discussion in 'Plugin Help/Development/Requests' started by NovaProdigy, Oct 14, 2014.

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

    NovaProdigy

  2. Offline

    JaguarJo

    NovaProdigy On lines 4 and 5, it looks like you forgot the space after each colon:
    Code:
    groups:
      I:
        options:
          default:true
          prefix:''
    should be:
    Code:
    groups:
      I:
        options:
          default: true
          prefix: ''
    Also, your Head-Admin group probably shouldn't be hyphenated. Try changing it to HeadAdmin or Head_Admin instead. Oh, and big typo in Head-Admin's inheritance:
    Code:
        inheritance:
        - defualt: null
    Default is spelled wrong and the null part doesn't belong in there.
     
  3. Offline

    NovaProdigy

    Thanks for telling me I fixed it and it worked
     
    JaguarJo likes this.
Thread Status:
Not open for further replies.

Share This Page