Default global chat and optional local chat?

Discussion in 'Archived: Plugin Requests' started by XRPCraft, Sep 10, 2013.

  1. Offline

    XRPCraft

    Hi,

    I wasn't sure where to post this topic as I'm sure there MUST be a plugin somewhere with this very simple feature but I can't find it and I've been looking since I started my server 2 years ago.

    Basically, I just want a really simple plugin which allows you to speak in local chat optionally. Global chat will be default, and no commands will be needed to talk in it. However, I would like it so you can type '!Text' for local chat. It would also be good if I could specify the radius.
    In addition, the ability for certain groups to listen to local chat (admins in particular).

    Thanks,
    Amy
     
  2. Offline

    aybarsxx

    ._________. its essentials. in config in the essentials chat part you will see a part with radius. If you read the descriptions there I am pretty sure you will understand
     
  3. Offline

    XRPCraft

    I'm pretty sure it's not, I've looked several times, so I checked again:

    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 (!)
      # Or 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
    As you can see this is just the option to make local chat default. If I change the radius it will default local chat and make global chat optional by shouting. I want it the other way around.
     
  4. Offline

    StevenMG

    BDchat does this, but uses commands instead of !message.

    I am planning on adding the ability to use !message or any configurable prefix, but that is not added yet.
     
  5. Offline

    XRPCraft

    I'll give it a shot, cheers!

    Seem to be having some problems.. I've set it up correctly, set up permissions, etc.

    However, me and another OP have tried using it but we keep getting the same problem.

    If we type /cc ____ (tried with all channels), it just returns the message '[INFO] /cc (channel)'
    If we type /bdchat ____ , it just returns the message [INFO] /BDchat

    Any idea what's up with it?
     
  6. Offline

    StevenMG

    I was not aware of any bugs doing that. I will look into it once I have the time.

    The documentation for the plugin is outdated. If you changed the config I could take a look at it and let you know if anything is wrong with it.
     

Share This Page