[INACTIVE][CHAT] iChat 1.6 (Rebirth) - Continuing the legacy [440+]

Discussion in 'Inactive/Unsupported Plugins' started by TheYeti, Feb 27, 2011.

  1. Offline

    Incendia

    Can you prevent players from using color codes in chat please?
     
  2. Offline

    xxxfakaxxx

    hey guys, i have a problem
    i have "B" after grops' names
    [​IMG]

    i'm using default iChat and Permissions configs
    but one moment: my permission config doesn't work when i'm using "§" instead of "&" for colors. i encode my Perm. config to UTF-8, and § now work, but i still have this noisy "B". i dont use any chat plugins
    p.s. sry for my bad eng :D
     
  3. Offline

    TheYeti

    @xxxfakaxxx Check your configs for iChat and Permissions. Make sure something doesn't have a B or weird UTF character in it somewhere
     
  4. Offline

    Phaedrus

    @TheYeti
    Getting this in recent builds of bukkit 493+

    Code:
    18:44:03 [SEVERE] Could not pass event PLAYER_CHAT to iChat
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.getGroupPrefix(Control.java:589)
            at net.theyeticave.theyeti.iChat.Listener.onPlayerChat(Listener.java:51)
            at org.bukkit.plugin.java.JavaPluginLoader$6.execute(JavaPluginLoader.java:187)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:614)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:602)
            at net.minecraft.server.Packet3Chat.a(SourceFile:24)
            at net.minecraft.server.NetworkManager.a(SourceFile:230)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:76)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
     
  5. Offline

    SeeD419

    So I'm assuming because you skipped my bug report you either aren't understanding the issue or don't know how to fix it, amirite?
     
  6. Offline

    Phaedrus

    Or maybe he's incredibly busy and you shouldn't get your panties in a bunch. amirite?
     
  7. Offline

    SeeD419

    Well, he wasn't to busy to reply to someone else. I'm just making sure that the issue is acknowledged.

    The error you posted looks like an issue with permissions not loading.. Is permissions starting on server startup? Is your config file named the same as your world file? If so - check for yaml errors.
     
  8. Offline

    Fyridor

    @TheYeti
    Just a quick stupid question, but I have to make sure; does the [440+] mean that it is supported for every build that will come after? Meaning that I would never have to update? Or could it be possible that you'll have to re-release it when Notch releases 1.4 Beta? Again, sorry for wasting your time with a question like this.
     
  9. Offline

    M1nurThr3t

    same error as above i think its a 493 thing :(
     
  10. Offline

    Wolfy9247

    440+ would mean that this version currently works with 440+ but there's no guarantees that there won't be an update that could come out that would require an update. So if it stops working at some point, you know it's broken and another has to be released. But, as long as you aren't constantly updating your build you should be fine.
     
  11. Offline

    Fyridor

    Sweet. I find it pretty annoying to keep updating my plugins everytime there is a new CB version out there, which is basically every day. Good thing there's such a thing as CraftBukkitUpToDate. :)
     
  12. Offline

    TheYeti


    Means that for now it works with 440 and up through the recommended builds. Basically just means if your using anything past 440 that this will work and not require you to update your CB. Obviously when I do updates and new features this might change.
    [MERGETIME="1299956630"][/MERGETIME]
    @SeeD419 I am looking into it, however, Permissions has been taking up a lot of my time recently. That and trying to balance all the stuff I am working on with running my own server and having a life. I will address the issue, it is just on a lower priority level than something like Permissions.
     
  13. Offline

    SmolderingEgo

    OK my issue, I have a free build world and an RPG. In RPG people have diff rank names that i have show up in chat. but they don't change depending on the world, the main world rank stays. Hero chat allows for the switch but it is too bulky for my small server. Is this a setting that can be changed in iChat?
     
  14. Offline

    SeeD419

    It's cool man, I was just wanting to make sure it was acknowledged. With some of these plugins (no names of course) the authors just don't care and they just die. That being said, it can be hard to find good plugins with dedicated authors to fix bugs and whatnot.

    Anyway, great plugin besides that. It has the exact same functionality as the previous one, with the only problem I've noticed being what I already mentioned.
     
  15. Offline

    Sparx

    I haven't looked through the topic to see if this has been mentioned yet, but typing "%" in a message results in the chat formatting going back to default.

    ie) [Admin] Sparx: whats the chance of snow tomorrow
    <Player> 50%
    [Admin] Player: wtf?

    I noticed this bug on a mod for a different game before. Although on that server wrapper, it crashed the server haha.
     
  16. Offline

    xGhOsTkiLLeRx

    Suggestion: Time!
    Maybe with etxra []
    Would be great ;)
     
  17. Offline

    solentice

    Hey TheYeti, why is this thread now showing as "inactive"...are you discontinuing development of this iChat plugin?
     
  18. Offline

    TheYeti

    There is no point in there being two iChat plugins. Drakia's works fine so may as well just let him continue it so I can focus on other things.
     
  19. Offline

    solentice

    Ah ok...makes sense.
     
  20. Offline

    Drakia

    @TheYeti If that's the stance you're taking you may want to take the iChat link out of your profile, just so users aren't confused :)
     
  21. Offline

    kahlilnc

    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
        Admins:
            default: false
            info:
                prefix: '&c'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    users:
        kahlilnc:
            group: Admins
            permissions:
                'permissions.reload'
    Every time some one joins there prefix is [kahlilncdefault] and mine is [kahlilncAdmins] (Admins is red). How do I fix this to where it gets rid of the kahlilnc part.
     
  22. Offline

    solentice

    Hey kahlilnc, you do know that the developer stopped updating this plugin, hence the INACTIVE status for the thread...There were two developers creating the same plugin so The Yeti decided to focus on the other bigger plugins he had already brought upto date...You will need to start using the current active iChat 2.2.0 by Drakia (thanks Drakia) if you want further assistance, and functionality.
    And your issue seems to lie in the iChat config file, not in Permissions...
     
  23. Offline

    Techcuron

    Anyway to fix the % error?
    Code:
    17:18:34 [SEVERE] Could not pass event PLAYER_CHAT to iChat
    java.util.UnknownFormatConversionException: Conversion = '%'
            at org.bukkit.event.player.PlayerChatEvent.setFormat(PlayerChatEvent.jav
    a:97)
            at net.theyeticave.theyeti.iChat.Listener.onPlayerChat(Listener.java:80)
    
            at org.bukkit.plugin.java.JavaPluginLoader$6.execute(JavaPluginLoader.ja
    va:234)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:255)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:565)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:553)
            at net.minecraft.server.Packet3Chat.a(SourceFile:24)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    17:18:34 [INFO] <TechcuronE360> TEST %%%%%%%%%%%%%
     
  24. Can you post the source for this plugin, I don't really like the other iChat plugin.
     
  25. Offline

    Insers

    Drakia has been banned.
    please update plugin to craftbukkit of 1.2.3
     
  26. Offline

    TheYeti

  27. Offline

    Insers

    -.-
    iChat was the best chat formatting plugin.. and you will let it die now?
     
  28. Offline

    ZachBora

    Insers I'm sure if you google you can find him.
     
  29. Offline

    ZNickq

    :O
    We're not allowed to talk about this, how dare you! It's as bad as talking about that heavily optimized bukkit version, or Spout, or anything that displeases the mighty EvilSeph! I am dissapointed...
     
  30. Offline

    ZachBora

    I didn't say anything, it was insers that said something. My answer would be the same if you talked about Jesus.
     

Share This Page