PEX Chat Manager Help Needed

Discussion in 'Bukkit Help' started by MarinaGamePug, Jun 1, 2013.

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

    MarinaGamePug

    Hello :)
    So a very nice person told me that Chat Manager was needed to get the "<" out of the prefixes. So I re downloaded my PEX files and got Chat Manager plugin.
    My question is, in the config how do I get the "<" out of the Prefixes with ChatManager? Like I want it to be [Member]MarinaGamePug>, but it appears as <[Member]MarinaGamePug>.

    If anyone has a pre-made chat manager without the "<" I'd like it please. Here is my chat manager config atm:

    enable: true
    message-format: <%prefix%player%suffix> %message
    global-message-format: <%prefix%player%suffix> &e%message
    ranged-mode: false
    chat-range: 100.0
    Thank You,
    Marina
     
  2. Offline

    Halogoop

    I know what you are trying to do, but since it is a yml (YAML) file the symbols [] and {} have a purpose so using the [] will mess your config file up. If you want to do <Member><MarinaGamePug> it's doable by adding the code:

    Code:
    enable: true
    message-format: <%prefix%suffix&f> <%player> %message
    global-message-format: <%prefix%player%suffix> &e%message
    ranged-mode: false
    chat-range: 100.0

    You can make some changes if you wish, hope this helps.
     
  3. Offline

    themadman300

    She wants to remove, so just remove the <> around it.
     
  4. Offline

    MarinaGamePug

    I removed them, but the problem is whenever I do that ChatManager gets reset and automatically goes to enabled mode false

    Its strange because i've seen many servers using PEX and having the [] but thanks for ur help :)
     
  5. Offline

    Halogoop

    To use the [] you need to manually add the [] to their prefix otherwise if your using the chatmanager to add the [] it will not work.
     
  6. Offline

    MajorMagpie

    you need to do this: "%prefix %player%suffix %message" or ChatManager won't allow it and auto-correct itself and turn to false. if you remove the < and > you HAVE to have the syntax in " you'll have to adapt it to suit the format you want this is the default for having no < or >. hope my message isn't pointlessly late (which it probs is)
     
  7. Offline

    Yazan

    No don't use "" use ''.
    for example: '%prefix%player%suffix: %message'
     
Thread Status:
Not open for further replies.

Share This Page