Question ESSENTIALS CHAT NOT WORKING PLEASE HELP LAUNCHING SOON!!

Discussion in 'Bukkit Help' started by max6964, Jan 1, 2015.

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

    max6964

    Hi there Ive got an error with essentials chat can anyone help me?
    http://pastebin.com/NReHi9Sn
    there is my essentials chat part please help and comment!

    Code:
    ############################################################
    # +------------------------------------------------------+ #
    # |                   EssentialsChat                     | #
    # +------------------------------------------------------+ #
    ############################################################
    
    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: '{DISPLAYNAME}&7:&r {MESSAGE}'
      #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
    
      group-formats:
        member: '&7[&5Member&7]&7 {DISPLAYNAME}&7:&1 {MESSAGE}'
        member+: '&7[&5Member&6+&7]&2 {DISPLAYNAME}&7:&3 {MESSAGE}'
        citizen: '&3[&6citizen&3]&6 {DISPLAYNAME}&7:&2 {MESSAGE}'
        citizen+: '&3[&6citizen&2+&3]&6 {DISPLAYNAME}&7:&a {MESSAGE}'
        veteran: '&7[&1v&3e&2t&ae&er&6a&cn&7]&9&l {DISPLAYNAME}&7:&e {MESSAGE}'
        helper: '&7[&3Helper&7]&6 {DISPLAYNAME}&8:&c {MESSAGE}'
        builder: '&7[&eBuilder&7]&c {DISPLAYNAME}&8:&c {MESSAGE}'
        trialmod: '&7[&0Trial&7-&dMod&7]&d {DISPLAYNAME}&8:&d {MESSAGE}'
        mod: '&7[&dMod&7]&d {DISPLAYNAME}&8:&d {MESSAGE}'
        trialadmin: '&7[&0Trial&7-&9Admin&7]&6 {DISPLAYNAME}&8:&9 {MESSAGE}'
        admin: '&7[&9Admin&7]&6 {DISPLAYNAME}&8:&9 {MESSAGE}'
        headadmin: '&7[&4Head&7-&9Admin&7]&6 {DISPLAYNAME}&8:&9 {MESSAGE}'
        dev: '&7[&1DEV&7]&6 {DISPLAYNAME}&8:&c {MESSAGE}'
        owner: '&8[&cOwner&8]&3 {DISPLAYNAME}&4:&6 {MESSAGE}'
       
        # If you are using group formats make sure to remove the '#' to allow the setting to be read.
     
  2. Offline

    PolarCraft

    @max6964 You have got to be more descriptive about your issue (Logs, What is wrong, etc etc). So what is your issue?
     
  3. Offline

    max6964

    @PolarCraft There is my Essentials Chat bar in the essentials config and it wont when ive got this on my server (That config it wont show up like that it just shows up white no group. can you help because i dont know whats wrong with it
     
  4. Offline

    Larry Newman

    @max6964 could you possibly explain that a bit better?
     
  5. Offline

    PolarCraft

    @max6964 Here is a quick check-list:
    1. Do you have essentials installed (all of it)
    2. Do you have permissions plugin (Groupmanager, PermissionsEx, etc etc..)
    3. Do you have prefixes with the permissions (That show in the .yml file of the permissions)
    4. Do you have any errors in console ( use pastebin.com to paste us your latest.log located inside /logs folder)
     
Thread Status:
Not open for further replies.

Share This Page