Chat Manager-help

Discussion in 'Bukkit Help' started by ninjaturtlez12341234, Sep 3, 2011.

Thread Status:
Not open for further replies.
  1. Whenever i assign a prefix fro a certain group (using permissionsex) it place <> around the whole name.
    eg.
    prefix with chat manager - <[Builder] name>
    what i want it to be - [Builder] name:

    not sure how to fix it im open to any ideas though (except changing from permissionsex)
     
  2. Offline

    5pyPig

    I got this sample from https://github.com/t3hk0d3/PermissionsEx/wiki/Chat-Manager#wiki-placeholders

    *notice the ' used to open and close format '
    Code:
    message-format: '<%prefix%player%suffix> %message'
    global-message-format: '<%prefix%player%suffix> &e%message'
    So I added the ' to beginning and end of both format lines and erased the < and >. It worked wonderfully!
    An example for non global format would be:
    Code:
    '%prefix%player%suffix: &f%message'

    in the config.yml and
    Code:
    prefix: '&b[&fBuilder&b] '

    would be in the permissions.yml in your PermissionsEx file.
    If you need more clarification, please send a private message.
    The key is adding ' to your format at both ends.
     
  3. Offline

    GameOverRules

    @
    yesh your suggestion did not work for me either.
     
  4. Offline

    scungilli

    Does anyone know how to change the playername color?
     
  5. Offline

    StormEagleed

    Add the desired color to the end of the "Prefix".



    Example:
    (For a RED name)
    Code:
            prefix: '[Owner]&4'
     
  6. Offline

    scungilli

    oh thats pretty simple :) thanks for the help
     
  7. Offline

    gigsta12

    I downloaded the latest permissionsEx for 1.2.3 and im running bukkit 1.2.4 and permissionsEx works fine i place the ChatManager Jar file in the bukkit plugins folder and start the server wait wait till it says DONE and i stop the server and go into the plugs folder and there is no ChatManger folder can anyone HELP!! please
     
Thread Status:
Not open for further replies.

Share This Page