Looking for a local chat plugin

Discussion in 'Bukkit Help' started by HockeyMike24, Jul 6, 2013.

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

    HockeyMike24

    I'm looking for a local chat plugin where players will only see that chat if there near each other. Is there a good stable plugin that can do this? I have tried searching on Bukkit dev, but couldn't find anything updated.

    Thanks. :)
     
  2. Offline

    Mayor_Mike

    If you are not already using it, try Essentials. It will give you a lot of additional essentials for a server as well. Here is a sample of the Essentials config.yml to show you.
    Show Spoiler
    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
     
Thread Status:
Not open for further replies.

Share This Page