Plugin Help EssentialsChat formatting

Discussion in 'Plugin Help/Development/Requests' started by XDhunterXD, Jan 17, 2017.

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

    XDhunterXD

    im running my factions server and when ever someone types something in chat it looks like this
    <XDhunterXD>Hi
    but I want to have it like this
    XDhunterXD:Hi
    I want to remove the <> thingys
    I have essentials and all the other essentials plugins and I googled it and they said to remove it at the essentials chat but when I change it nothing happens if someone could help me or make a plugin of some sort that would be great. this is how my config looks like:

    Code:
    ############################################################
    # +------------------------------------------------------+ #
    # |  EssentialsChat  | #
    # +------------------------------------------------------+ #
    ############################################################
    
    # This section requires the EssentialsChat.jar to work.
    
    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.
      # For more information of chat formatting, check out the wiki: [URL]http://wiki.ess3.net/wiki/Chat_Formatting[/URL]
    
      format: '{DISPLAYNAME}: {MESSAGE}'
      #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
    
      group-formats:
      #  Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
      #  Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
    
      # If you are using group formats make sure to remove the '#' to allow the setting to be read.
     
    Last edited by a moderator: Jan 17, 2017
  2. Offline

    timtower Administrator Administrator Moderator

  3. Offline

    XDhunterXD

    amm logs?? like server logs?
     
  4. Offline

    timtower Administrator Administrator Moderator

    @XDhunterXD "full server log"
    Yes, your latest.log
     
  5. Offline

    XDhunterXD

  6. Offline

    OTF Catastrophe

    From the startup log you seem to be having some plugins that don't load up. Firstly, HideAndCustomPlugins and HackDetective both need ProtocolLib to be able to work, so download that and those will be fine. Secondly AdvertiseBlocker has an invalid plugin.yml, I would suggest downloading it again the from page it is on and see if it loads up, if not please tell the developer that there is an issue with that. Thirdly your server icon MUST be 64x64 Pixels no smaller, no bigger for it to show up.

    As for your formatting issue, these is a error that appears multiple times within the log. This error tells you to update all Essentials plugins to the same version. I'm not positive as to whether or not this will fix your issue, but you should probably do it. If your Essentials config actually does look like that, then it should be working fine. Can you provide a list of your plugins or possibly a picture of them in game so we can see if you might have something overriding EssentialsChat?
     
  7. Offline

    FrostDevStudios

    I know that the factions plugin formats the chat to have <>, check factions config files

    Sent from my SM-G935P using Tapatalk
     
Thread Status:
Not open for further replies.

Share This Page