PermissionsBukkit and Essentials Bug?

Discussion in 'Plugin Development' started by xTwisteDx, Apr 23, 2013.

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

    xTwisteDx

    Basically what is happening is that I have my groups w/permissions setup in PermissionsBukkit and I have defined the "Group" names. Then over in EssentialsChat I am trying to allow for a customized prefix. What is happening is that I am ending up with an empty permissionsBukkit config.yml that says
    Code:
    users:
      xtw1stedx:
        groups:
        - Admin
    
    when it should show what is in the table below. This happens after a "Reload" of the server. After that I try and type to check in the server what's going on and I get a "[Guest] &4xTwisteDx - blah." My current plugins installed are Essentials and permissionsBukkit. If anyone can get this issue fixed I'd be eternally grateful.











    Here is the PermissionsBukkit Config Here is the EssentialsChat Config
    users:
    xTw1steDx:
    permissions:
    permissions.example: true
    groups:
    - Admin
    groups:
    default:
    permissions:
    permissions.build: false
    essentials.warp: true
    essentials.help: true
    Admin:
    permissions:
    permissions.*: true
    essentials.*: true
    inheritance:
    - Survivor
    Moderator:
    permissions:
    permissions.build: true
    essentials.nick.*: true
    essentials.fly: true
    essentials.god: true
    essentials.afk*: true
    essentials.afk.others: false
    essentials.repair*: true
    worlds:
    creative:
    inheritance:
    - Survivor
    Architecht:
    permissions:
    permissions.build: true
    essentials.nick.color: true
    essentials.fly: true
    worlds:
    creative:
    inheritance:
    - Survivor
    Builder:
    permissions:
    permissions.build: true
    essentials.nick: true
    worlds:
    creative:
    inheritance:
    - Survivor
    Survivor:
    permissions:
    permissions.build: true
    essentials.tpa: true
    essentials.tpaccept: true
    essentials.tpdeny: true
    essentials.tpahere: true
    essentials.sethome: true
    essentials.warp: true
    essentials.spawn: true
    essentials.help: true
    essentials.list: true
    essentials.mail: true
    essentials.mail.send: true
    essentials.balance: true
    essentials.time: true
    essentials.kit: true
    essentials.worth: true
    worlds:
    creative:
    inheritance:
    -

    # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
    # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
    # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
    # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
    # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
    radius: 0

    # Chat formatting can be done in two ways, you can either define a standard format for all chat
    # Or you can give a group specific chat format, to give some extra variation.
    # If set to the default chat format which "should" be compatible with ichat.
    # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting

    #format: '{DISPLAYNAME} {MESSAGE}'
    #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'

    group-formats:
    default: '[Guest] {DISPLAYNAME}: {MESSAGE}'
    Admin: '[&4{GROUP}&f] {DISPLAYNAME}:&6 {MESSAGE}'

    Moderator: '[&1{GROUP}&f] {DISPLAYNAME}: {MESSAGE}'

    Architecht: '[&6{GROUP}&f] {DISPLAYNAME}: {MESSAGE}'

    Builder: '[&a{GROUP}&f] {DISPLAYNAME}: {MESSAGE}'

    Survivor: '[&d{GROUP}&f] {DISPLAYNAME}: {MESSAGE}'

    # If you are using group formats make sure to remove the '#' to allow the setting to be read.
     
Thread Status:
Not open for further replies.

Share This Page