Prefix/Chat Problem

Discussion in 'Bukkit Help' started by monsta4438, Nov 27, 2013.

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

    monsta4438

    I am having a problem with chat where it always shows the world name before what I have set to show in chat, and I am trying to get rid of it. If anybody can help please do.

    Picture Example:
    [​IMG]
     
  2. Offline

    12AwsomeMan34

    Well this would depend on what chat plugin you are using.
    Chances are you have something like this - {WorldName} in the config. Remove it.
     
  3. Offline

    monsta4438

    This is how I have it configured and it still shows it
    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: '&1> &a{DISPLAYNAME}&1: &7{MESSAGE}'
      #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
     
      group-formats:
        Default: '&1> &a{DISPLAYNAME}&1: &7{MESSAGE}'
        Admins: '&1> &a{DISPLAYNAME}&1: &7{MESSAGE}'
     
      # If you are using group formats make sure to remove the '#' to allow the setting to be read.
    
     
  4. Offline

    Necrodoom

    monsta4438 List all plugins. If you use multiverse, disable prefix-chat in its config.
     
  5. Offline

    Niknea

    It is multiverse not essentials, in the multiverse config there will be an option to disable the world prefix
     
Thread Status:
Not open for further replies.

Share This Page