Inactive [CHAT] nChat 0.8 - Barebones chat [1.2.4-R1.0]

Discussion in 'Inactive/Unsupported Plugins' started by niccholaspage, Feb 25, 2011.

  1. Offline

    niccholaspage

    Do you not see the second line?
    Code:
    java.lang.UnsupportedOperationException: Unsupported operation
    PermissionsBukkit DOES NOT support the info keys like Permissions 2 & 3 do. I'm going to add native PB support later on, though.
     
  2. Sorry if i did sound rude...
    I already guessed that, just wanted to be sure i didn't miss anything i wasn't aware of. So thanks for the clarification :)

    I hope you can add support soon as your chat seems to be the only one full of features i do not even need! For the time beeing, i'll live with what i have atm.
     
  3. Offline

    chelben9

    do you now how long till you will make it for permissionsbukkit because i dont really want to switch to permissions because i am already used to the permisisonsbukkit commands
     
  4. Offline

    keysix

    can some1 leave me an example of how to do a coloured message becuz i dont really understand this right now

    can some1 give me a message example of how to use a coloured message?

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

    bigggan

    Is it possible to use prefix/suffix in the login/out message? like colored names?
     
  6. Offline

    Niaghaman

    I have got a problem with nChat and prefixes onto chat. I used iChat and it worked fine. Now, if I wanna use prefixes in nChat my tags before nicks are doubled for example:
    [Admin] [Admin] Niaghaman

    I wanna have: [Admin] Niaghaman

    This is my nChat config:
    Code:
    nChat:
        messageformat: '+prefix+suffix+name&f: +message'
        joinmessage: '&7+rname dolaczyl do gry.'
        leavemessage: '&8+rname opuscil gre.'
        timestampformat: hh:mm:ss
        colorcharacter: '~'
    
    and part of permissions with perfix and suffix:

    Code:
    groups:
        Owner:
            default: false
            info:
                prefix: '&4[Admin] '
                suffix: '&f'
                build: true
            inheritance:
            permissions:
            - '*'
    What should I do to fix it?
     
  7. Offline

    serenewaffles

    Would it be possible to get different message format options for different groups? For example if I wanted the group name to display for most groups, but not for a special group.
     
  8. Offline

    Maxis010

    Set the prefix to the group name for all but that special group then use prefix instead of group
     
  9. Offline

    serenewaffles

    Beautiful work around. Thanks.
     
  10. Offline

    Asphodan

    @niccholaspage

    nChat does not play nice with plugins that surpress the login/out message. Only certain groups are meant to have their logins hidden, so just blanking out the Join message isn't sufficient.
     
  11. Offline

    MotionArts

    does this work with GM? Also if it doesnt, can i use permissions for this feature only and have GM manage the groups and permissons?
     
  12. Offline

    Starrk

    Is there any way to customize the prefix/name color in-game?
     
  13. Offline

    MrDice

    can i have the download link for nchat 0.3
     
  14. Offline

    GammahGotz

    How can we set the prefix \ suffix with this plugin?
    I ask because I am not seeing this feature here, and I have read elsewhere on this site that you can...
     
  15. Offline

    Ozfer

    So no PEX support?
     
  16. Offline

    gofoufi

    ichat doesn't work and nchat doesn't work... i guess i gotta go back to prefixer :l
     
  17. Offline

    brnr72

    I'm rooting for a solution to make this work with PermissionsBukkit.
     
  18. Offline

    Zaydene

  19. Offline

    brnr72

    OK, which "NEW PERMISSIONS" plugin "DOES" work with this plugin?
     
  20. Offline

    DerekZil

    Add +displayname please! :(
     
  21. Offline

    brnr72

    Im testing it now, seems to be working OK. I had to change up some of the color code locations in the config file but I think its working ok. Anyone else find anything weird happening with PEX and nCHAT?
     
  22. Offline

    niccholaspage

    Just use +name instead of +rname.
    That should be +name
    I haven't tested using PEX, I might later on.

    I was working on one, once I finish up the nSpleef recode :D

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

    DerekZil

    Thanks man!
     
  24. Offline

    Zaydene

    Code:
    nChat:
        messageformat: '+prefix+name+suffix&f: +message'
        joinmessage: '&e+rname has joined the game'
        leavemessage: '&e+rname has left the game'
        timestampformat: hh:mm:ss
        colorcharacter: '~'
    
    For instance, my prefix colour is &6, when I talk while disguised, let's say as Notch for example, it makes me type in Notch: instead of Notch:

    I was asking (for clarification) if there's anyway to reset your prefix value when md is enabled as a person.
     
  25. Offline

    niccholaspage

    Ahh. I see. No, there isn't.
     
  26. Offline

    Krazy

    man u plugin is nice :) join/leave custom message, can u make a simple PERMISSION 3 Change group in-game?
     
  27. Offline

    niccholaspage

    /me formatting has been added into the latest dev build. I've tested it and it seems fine, if you would like to try it out, download this:
    http://ci.craftfire.com/view/Guests/job/nChat/24/

    @Zaydene There may be a fix actually. Do you use display names in any other way other then mob disguising?

    @derlaft Pushed an untested API :D
    https://github.com/niccholaspage/nChat/commit/3767a9308cac86e51fbbe7578de7949eade348af


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

    DerekZil

    Do you think you can add +health as well?
    Like maybe 100,90,80,etc. or using bars: [||||||||||] (When you are hurt they will be a different color.) [|||||] [||]
     
  29. Offline

    Zaydene

    Just colouring of names.
     
  30. Offline

    niccholaspage

    Maybe.
    Then in that case, I could make an option in the config for nChat to get the prefix, suffix, and everything else from the display name you have.
     
    DerekZil likes this.

Share This Page