Inactive [CHAT] iChat 1.6 [CB 602-612+]

Discussion in 'Inactive/Unsupported Plugins' started by Nijikokun, Jan 23, 2011.

  1. Offline

    Nijikokun

    iChat v1.6
    irc://irc.esper.net/#iconomy - Donate ?

    Download 1.6 (602 - 612+)

    Styles the chat in a simple and intuitive manner. Allowing you to take full control over how it looks and feels using tags prefixed with + symbol.

    Permissions & GroupManager Configuration
    Setup your prefix / suffix with colors like so, in your Permissions / GroupManager Configuration:
    Code:
                prefix: '&c'
    Users can specific prefix/suffixes:
    Code:
    DarkGrave
        group: Admin
        info:
            prefix: '&4'
    	suffix:
        permissions:
    For this to work, the users name must be exact casing. IE: It's case-sensitive. Google it.

    Message Format:
    To change how your message is displayed, open iChat/config.yml located under plugins/ and add this line:
    Code:
    message-format: '[+prefix+group+suffix&f] +name: +message'
    You can use colors and the +tags are the variables shown in chat. They are not required so you can add / remove them as you see fit. Move them around, configure it however you wish.

    Complete Tag List (open)

    +world World Name
    +group Group Name
    +name Player Name
    +suffix Suffix (Comes after Group Name)
    +prefix Prefix (Comes Before Group Name)
    +message Message
    +healthbar Health Bar ([|||||||])

    iChat Censoring:
    In config.yml there is now a censor-list that holds bad words to be filtered, you can customize the look and feel of the censored word as well by changing the symbol used, as well as coloring it.

    Changelog
    • 1.6
      • Fixed & symbol issues.
      • Added multiple world support.
      • Brought back to life.
    • 1.5.1
      • Fixed censoring, added some new features. Check config.yml
    • 1.5
      • Censor list.
    • 1.4
      • Health Bar, User specific Prefix / Suffix & More.
     
  2. Offline

    Nijikokun

    No way to do italics, can do time, and the suggestions for the filter censor I can add color & character ie:
    censor-color: '&f'
    censor-character: '*'
     
  3. Offline

    MemoryThief

    Thats awesome, If I leave censor-character: blank or not listed, will the word just be the censor-color?
    So then I can list special words and have it work like a lottery, those who find the special words get a prize, or whenever anyone says my name or the server name it's a neat color. :D

    Thanks for the updates, your the dude. [​IMG]
     
  4. Offline

    Jobsti

    @Niji
    I had to laugh, as I read your censorlist :D
    Learned many new Words ^_^
     
  5. Offline

    Etsijä

    The censor list doesn't seem to be working for me in 1.5. Here's my iChat config:

    Code:
    message-format: '[+prefix+name&f] +suffix+message'
    censor-list: [fuck, shit, ass]
    but iChat isn't censoring those words in any way.

    Also could you look at the issue in my post #111?
     
  6. Offline

    skawke

    the +healthbar doesn't work for me =/ where am i suppose to put it?

    It looks like

     
  7. Offline

    chill1977

    message-format: '+prefix +name: +suffix +health +message​
     
  8. Offline

    the_cRu

    The Censorship doesn`t work at my server. Using latest 218 Bukkit Build.
     
  9. Offline

    DThielke

    As others have reported, censoring doesn't seem to work at the moment. Furthermore (and quite likely related), the iChat.censored() method returns whatever string I give it unchanged, despite including words that are on the censor list. Is this related to the first issue, or am I misinterpreting the role of this method?

    Thanks
     
  10. Offline

    Etsijä

    Sounds exactly like one symptom of the same problem to me.
     
  11. Offline

    Penorzilla

    Yea censorship not working, but when it does here is my config.yml it includes every single profanity word out there (at least on the official website)
     
  12. Offline

    Nijikokun

    Redownload 1.5

    Fixed censoring added Memory thief's ideas.
     
  13. Offline

    davedavy

  14. Offline

    Nideco

    I noticed some 'bugs', if you could call it that.
    - It doesn't censor a word if it is the last word of the sentence and the sentence is closed with a ?, ! or .
    - If the censored word is the only word of the chat [i.e. input= s h i t *enter*] coloring doesn't work.
    - Also, coloring just randomly stopped for me after a while, no idea why. Like it censored the censor-char twice (&4 in my case), but then it's just plain white (&f) after that. Console doesn't do (&f) btw, it just doesn't color the censored word. Oh wait, even after restarting the server or changing the config.yml, the coloring doesn't return.
     
  15. Offline

    Jobsti

    Request:
    Group specific healthbar.
    The healtbar is very nice, but I need it only for my members, not for mods, admins, guests etc.

    Any chance to add this?
    I don't think, I can add +healthbar to the prefix in permissions cfg ;-)

    Edit: Try and Error -> It works. I'm happy!
     
  16. Offline

    chill1977

    Didnt the coloring go to user specific or is it both groups and users now? I havent had time to test it, may play withit later.
     
  17. Offline

    Caziban


    I'm having this EXACT problem as well. If needed, I'll upload my simple config and permissions to Pastebin if requested.
     
  18. Offline

    Beatkidz

    when i but "prefix: &cAdmin" the prefix does not show in the chat bar.. seems all color code in permissions does not show up in ichat

    craftbukkit build 186
    fully updates all others
     
  19. Offline

    Jobsti

    Update to my post #134:
    all I want is working:
    [​IMG]
    Also added to the linked page in my signature.
     
  20. Offline

    Cosmic Break

    Code:
    SEVERE: Could not pass event PLAYER_CHAT to iChat
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.getGroup(Control.java:371)
            at com.nijikokun.bukkit.iChat.Listener.onPlayerChat(Listener.java:38)
            at org.bukkit.plugin.java.JavaPluginLoader$4.execute(JavaPluginLoader.ja
    va:138)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:60)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:213)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:568)
            at net.minecraft.server.Packet3Chat.a(SourceFile:24)
            at net.minecraft.server.NetworkManager.a(SourceFile:232)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:71)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:104)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:283)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:209)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
     
  21. Offline

    tahha

    with per-user settings i get it to work like i want it to.
    but with per-group settings it shows the default group name instead of admin as the prefix.

    with:
    http://img573.imageshack.us/f/with.png/
    without:
    http://img832.imageshack.us/f/without.png/

    sorry for small text in the images i have the three windows set up to see them all and i have the text on my pc set to be tiny.

    but if any1 has any idea as to a solution please help.
     
  22. Offline

    Nijikokun

    Need your permission configuration to fix it.

    @ tahna: You would have to change your message-format
     
  23. Offline

    skawke

    Doesn't work =/ shows something like +health Playername says:
     
  24. Offline

    tahha

    what should i change it to?
     
  25. Offline

    Caziban

    Hey, I'm having the same error.
    http://pastebin.com/XiHcFKBi
     
  26. Offline

    Cosmic Break

    http://tinypaste.com/b1e72
     
  27. Offline

    chill1977

    Do you have a ' at the end of the line?

    message-format: '+prefix+suffix +name +message +healthbar'
    --- merged: Feb 3, 2011 4:16 AM ---
    That website suks for me it just keeps updating views and pastes numbers but never shows the code
    Correct format shows Admin chill1977 hello (healthbar shows correctly) in Green text with above ichat code.
    Code:
    users:
        chill1977:
            group: Admin
            info:
                prefix: '&aAdmin'
                suffix: '&a'
            permissions:
     
  28. Offline

    Nijikokun

  29. Offline

    tahha

  30. Offline

    Cosmic Break

    thanks so very much, it was so simple, probably why i overlooked it.
     
  31. Offline

    chill1977

Share This Page