GroupManager Prefix's not working Tag Not Showing

Discussion in 'Bukkit Help' started by AznSkittles, Dec 18, 2012.

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

    AznSkittles

    When I do "/manuadd aznskittles owner", it says "You have been moved to the Group Owner."
    This is a Pic of what it looks like: And here is my group yml. http://pastebin.com/DqAEMDtJIf your going to recommend me use PEX please don't comment on this post
     
  2. Offline

    xDeeKay

    Try using & instead of § in the prefix.
     
  3. Offline

    AznSkittles

    Lol I tried that Yesterday, it still didn't work =C
     
  4. Offline

    xDeeKay

    Keep the prefix with &. Can you please provide your essentials config.yml
     
  5. Offline

    AznSkittles

  6. Offline

    AyshineMatt

    In the Essentials config file, find the "EssentialsChat" configuration section. Now, one of the formats in commented, which is the one to add the prefix to the chat. Go ahead and uncomment that format and comment the other.

    To "comment" something, add a "#" to it. To uncomment, remove the "#".
     
  7. Offline

    AznSkittles

    Yeah...... Still didn't work. Umm, Can you guys edit my pastebin please? I've been trying to make this work but it still hasnt
     
  8. Offline

    AyshineMatt

    Instead of:

    Code:
     Owner:
        default: false
        permissions:
        - '*'
        - -vanish.*
        inheritance:
        - admin
        info:
          prefix: '&1[&1Owner&5]&0'
          build: true
          suffix: ''
    Try this:

    Code:
     Owner:
        default: false
        permissions:
        - '*'
        - -vanish.*
        inheritance:
        - admin
        info:
          prefix: '&1'
          build: true
          suffix: ''
    Also, your Essentials config file, change this:

    Code:
      # 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}'
    to...

    Code:
      # 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}'
    The difference: uncommented a format. The default format is the first one. Also, make sure EssentialsChat is your only chat managing plugin.
     
  9. Offline

    AznSkittles

    All commands are locked due to an error. Check the Log and then try a '/manload'
    Types /manload :An internal error occurred while attempting to perform this command

    Yeah, my friend fixed it. Turns out PEX was blocking it -.-

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 30, 2016
    MajorLOLGaming likes this.
  10. Offline

    Necrodoom

    why were you using 2 permission plugins at the same time?
     
Thread Status:
Not open for further replies.

Share This Page