Problem/Bug I can't get rid of <> in essentials chat.

Discussion in 'Bukkit Help' started by nick4name, Oct 23, 2018.

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

    nick4name

    I have those < > removed but still doesnt work

    Code:
    chat:
      # 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: '&8[{GROUP}]&2 {DISPLAYNAME} &8>> {MESSAGE}'
      #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
    
      group-formats:
      VIP: '&8[&6{GROUP}&8] {TAG} &5{DISPLAYNAME} &8>> &8{MESSAGE}'
      Admin: '&8[&c{GROUP}&8] {TAG} &c{DISPLAYNAME} &8>> &c{MESSAGE}'
      SVIP: '&8[&bS&6VIP&8] {TAG} &6{DISPLAYNAME} &8>> &b{MESSAGE}'
      Wlasciciel: '&8[&4&o&l{GROUP}&8] {TAG} &4&o&l{DISPLAYNAME} &8>> &4&o&l{MESSAGE}'
      Helper: '&8[&bHelper&8] {TAG} &b{DISPLAYNAME} &8>> &2{MESSAGE}'
      Mod: '&8[&2M&ao&2d&8] {TAG} &2{DISPLAYNAME} &8>> &a{MESSAGE}'
      YT: '&8[&4Y&rT&8] {TAG} &r{DISPLAYNAME} &8>> &r{MESSAGE}'
      YT+: '&8[&4Y&rT&6+&8] {TAG} &6{DISPLAYNAME} &8>> &r{MESSAGE}'
      Sponsor: '&8[&9&o&l{GROUP}&8] {TAG} &b&o&l{DISPLAYNAME} &8>> &9&l{MESSAGE}'
     
    Last edited by a moderator: Oct 24, 2018
  2. Offline

    scrollbar

    Are you sure essentials chat is managing your chat? Another plugin like Factions or Multiverse could be interfering.
     
  3. Offline

    nick4name

    No but i dont need help anymore ;)
     
Thread Status:
Not open for further replies.

Share This Page