How to set up Factions with ChatManager?

Discussion in 'Bukkit Help' started by Ozzypig, Mar 27, 2013.

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

    Ozzypig

    So, I'm starting up a new server soon and we need to be able to get chat colors working. I've got factions running and all of the permissions set up to my liking. I installed ChatManager and set it all up. It wasn't working. So, I figured out that disabling Factions fixed this problem. Does anyone know how to get Factions working with ChatManager. I really CANNOT set up all of the permissions again.

    I use the default PEX config and Factions config.
    With Factions installed it shows <Name (in white>: <message in white>
    But without it installed it shows: <Prefix in color> <Name in color>: <message in color>

    I can post any other info you might need. c:
     
  2. Offline

    LegitMagic

    Look for the chat format in chatmanager and I think you just insert [FACTIONS] in it wherever you'd want it; which is commonly the front.

    I don't use chatmanager, but in my config (a plugin called yapp) it looks like this:

    [FACTION]%prefix%%color%<%name%> &f%message%

    Edit: I now realize I left out the s in factions.
     
  3. Offline

    Ozzypig

    This did not work. :C Thanks for the help, though!
     
    WilliamMC_ likes this.
  4. Offline

    LegitMagic

    Ozzypig Is there such a string in your chatmanager config?

    Such as:
    display-name-format: '%prefix%player%suffix'
     
  5. Offline

    Ozzypig

    This is what the config looks like:

    Code:
    enable: true
    message-format: '[FACTION] %prefix%player%suffix: %message'
    global-message-format: <%prefix%player%suffix> &e%message
    ranged-mode: false
    chat-range: 100.0
     
  6. Offline

    LegitMagic

    Ozzypig [FACTIONSSSSSS]

    My apologies, I left out the S.
     
  7. Offline

    Ozzypig

    I changed it to
    Code:
    enable: true
    message-format: [FACTIONS] %prefix%player%suffix: %message
    global-message-format: <%prefix%player%suffix> &e%message
    ranged-mode: false
    chat-range: 100.0
    and it is still broken. :C
     
  8. Offline

    LegitMagic

    Ozzypig Try deleting the space between Factions and &prefix
    and yes now I am just guessing.

    and make sure you reload chatmanager before testing

    If that fails, try deleting the S from factions and keep no spacing between factions and &prefix.

    I am looking around and see that it varies for different mangers, which seems a bit odd.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
  9. Offline

    Ozzypig

    Good guess, but it didn't work. :C

    I'm starting to think that CM is broken or something.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
  10. Offline

    Appleguy15

    Try this :)
    {FACTION} %prefix%player%suffix: %message
     
Thread Status:
Not open for further replies.

Share This Page