problem permissionsEx 1.19.4

Discussion in 'Bukkit Help' started by Attarhsase2, Dec 31, 2012.

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

    Attarhsase2

    hello ..
    i just got a problem in my server
    i can't chat and i can't add commands permissions like /help ,/kit etc :'(
    and the prefix doesn't show :(
    I'm using permissionsEx 1.19.4 and my server 1.4.5
    sorry if my English is bad , i'm Saudi :)
    Code:
    groups:
      Player:
        default: true
        permissions:
        - essentials.balance
        - essentials.pay
        - essentials.helpop
        - essentials.ignore
        - essentials.list
        - essentials.mail
        - essentials.mail.send
        - essentials.suicide
        - essentials.spawn
        - essentials.delhome
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - modifyworld.*
        prefix: '[&ePlayer&f]'
      Admin:
        prefix: '[&cAdmin&f]'
        permissions:
        - '*'
        - modifyworld.*
    users:
      attarhsase:
        group:
        - Admin
    
     
  2. Offline

    kaspar87

    You didn't configure the options right! Also there is no permission like '*', its just *.
    I repaired this for you:
    Code:
        groups:
          Player:
            default: true
            options:
              rank: '1000'
            prefix: '[&ePlayer&f]'
            permissions:
            - essentials.balance
            - essentials.pay
            - essentials.helpop
            - essentials.ignore
            - essentials.list
            - essentials.mail
            - essentials.mail.send
            - essentials.suicide
            - essentials.spawn
            - essentials.delhome
            - essentials.home
            - essentials.sethome
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpahere
            - essentials.tpdeny
            - modifyworld.*
          Admin:
            options:
              rank: '300'
            prefix: '[&cAdmin&f]'
            permissions:
            - *
            - modifyworld.*
        users:
          attarhsase:
            group:
            - Admin
    
     
  3. Offline

    Attarhsase2

    but i can't chat but if i enter that command /op
    to give me or the player op !
     
Thread Status:
Not open for further replies.

Share This Page