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

    Luksor

    I would like to have a feature that would replace list of swearwords with another word assigned for that particullar swearworld, for example f**k would be replaced with hug.

    Or, at least, when somebody say a word from list it will replace whole sentence with a configurable replacement, for example: I love Justin Bieber :*.
     
  3. Offline

    SeeD419

    Okay....this doesn't answer my question at all.

    Let me rephrase.

    Is there a way to change a specific users color in game?

    IE /mod user group '&c' or something.

    If not, I'd like to suggest this feature.
     
  4. Offline

    Nachocuban

    just set the prefix/suffix to the color you want the name to appear. And then adjust the message format to display the colors.

    I have
    message-format: '[+prefix+group&f] +suffix+name&f: +message '

    that outputs like [Admin] nachocuban: blah blah.

    In the permissions config file, each group has a color set in the prefix. and if a user wants a custom color for their name (otherwise it defaults to white) then I had a suffix to the specific users info.
    Code:
        Admin:
            default: false
            info:
                prefix: '&4'
                suffix:
                build: true
            inheritance:
                - Moderator
            permissions:
                - '*'
    
        nachocuban:
            group: Admin
            info:
                prefix:
                suffix: '&3'
            permissions:

     
  5. Offline

    solidsnake916

    No he wants to be able to do it ingame, not via config files, right now no way.
     
  6. scratch that, I should actually read what i write in my damn files.... -.-
     
  7. Offline

    Mattdk

    Running iChat v1.4 with CB#322. Everything works seemingly perfect, however whenever someone puts a % in a chatline it breaks that one line for them (their tag(prefix) also dosen't show up in the line they used the %). Here is a sample of the error in action:

     
  8. Offline

    Andrew Walden

    Whenever I try to load my server with iChat installed as a plugin, I get this error:
     
  9. Offline

    SeeD419

    Wow, someone actually finally gave me an answer instead of a tutorial on how to use the plugin.

    Thanks.
     
  10. Offline

    NickBrahz

    Ok so ingame if i go to talk, or any other admin it goes:
    [Admin]NickBrahz: Blah Blah
    How do i make it so it will go
    [Admin]NickBrahz: Blah Blah (White instead of black writing though)

    This is my IChat config file:
    Code:
    message-format: '+prefix+name: +suffix+message'


    And my Permissions config is:
    Code:
    Admins:
            default: false
            info:
                prefix: '&4[&4Admin&4]&1'
                suffix:
                build: true
    When somebody from the "Respected" rank talks, it shows:
    [Respected]<name>: Blah blah
    i would like it so only the [Respected] part is green.

    This is the Permissions config for them:
    Code:
        Respected:
            default: false
            info:
                prefix: '&2[&2Respected&2]'
                suffix:
                build: true



     
  11. Offline

    Jobsti

  12. Recently, my players found a way to use this plugin in game by typing for example, &5 Text here. To make their text purple and etc.
    I don't know as if this is causing my server to crash aswell, I don't believe it does, but some of my players have said it has crashed few times when someone has used this color command in game.

    I would like to know, as if it is possible to make players unable to use this command in game?
     
  13. Offline

    StreetJesus

    found a flaw , I don't know if anyone else has found this or if its just mine. When a player with a colored name dies, then respawns the name is white when they talk in chat, but if the reconnect its back to the color..
     
  14. Offline

    ngc0202

    Idk, I'm running 323 and i get:
    Code:
    SEVERE: Could not pass event PLAYER_CHAT to iChat
    In the console, and it doesn't work at all.
     
  15. Offline

    Latros

  16. Offline

    ngc0202

    What he said.
     
  17. Offline

    xPaw

    There is small problem: Any players can use color tags to colorize the chat message. And with this they can type wrong color tag that doesn't exist, and this makes all the clients to crash!

    Also, the badwords filter doesn't colorize the stars with color (it does, but very rarely..)
     
  18. Offline

    tremor

    I've fixed the client crash on my server by adding

    Code:
    &f.
    to the end of every line.. using the config.yml - yes it puts a white period at the end of every line and everyone will says wtf is up with this white period... but it keeps the clients from crashing and people exploiting that bug.
     
    xPaw likes this.
  19. Offline

    ngc0202

    Also it doesn't work
     
  20. Offline

    yoyo15600

    What am I doing wrong!?


    Admins: yoyo15600
    default: false
    info:
    prefix: '&1[&3Admin&1]&2'
    suffix: '&4'
    build: true
    inheritance:
    - Moderator
    permissions:
    - '*'
     
  21. Offline

    Phinary

    Help me please. Whenever someone types '%' I get this.

    Feb 15, 2011 10:23:52 AM org.bukkit.plugin.SimplePluginManager callEvent
    SEVERE: Could not pass event PLAYER_CHAT to iChat
    java.util.UnknownFormatConversionException: Conversion = 'y'
    at org.bukkit.event.player.PlayerChatEvent.setFormat(PlayerChatEvent.j
    a:88)
    at com.nijikokun.bukkit.iChat.Listener.onPlayerChat(Listener.java:66)
    at org.bukkit.plugin.java.JavaPluginLoader$6.execute(JavaPluginLoader.
    va:149)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.j
    a:60)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager
    ava:214)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:594)
    at net.minecraft.server.Packet3Chat.a(SourceFile:24)
    at net.minecraft.server.NetworkManager.a(SourceFile:232)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:104)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:317)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:232)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
     
  22. Offline

    solidsnake916

    I heard HeroChat is a good plugin, if you don't want to wait for a fix, check that out, but i will stay loyal as long as my server keeps patience to iChat.
     
  23. Offline

    Windwaker

    ^ This ^
     
  24. Offline

    Jobsti

    No problems with % in chat, no Client-crash anymore. #326
    Only it doesn't show the prefix and colors, but ingame chatcolors work with & ;)

    [​IMG]
     
  25. Offline

    SeeD419

    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$6.execute(JavaPluginLoader.java:149)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:60)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:214)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:594)
    at net.minecraft.server.Packet3Chat.a(SourceFile:24)
    at net.minecraft.server.NetworkManager.a(SourceFile:232)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:104)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:317)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:232)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
     
  26. Offline

    Jobsti

  27. Offline

    Kaikz

    I got this too, then Permissions just won't load.
     
  28. Offline

    SeeD419

  29. Offline

    Tylui

    Sorry if this has been asked but will you support world names for the multiverse?
     
  30. Offline

    Jobsti

    @SeeD419
    Your cb build?
    Other Plugins?
    When you get this error, ingame, on a command, on serverstart?

    Do you deactivate ALL other plugins exept Permissions and his addons?

    I've got no Problems, using #328 and I use 40 Plugins!
     
  31. Offline

    Andrexx

    I need a little help, generally I just want colored names and no group prefixes (Basically how Hey0 looked) but no matter how many times I mess around with iChat config and permissions config I seem to always mess something up like this:[​IMG]

    Can someone please someone help me get the settings where there's no group prefix and I can simply do user colors.
    Thank you.
     

Share This Page