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

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

  1. Offline

    soloman981

    I got this error in console i have cb443 and no idea whats that crap
     
  2. Offline

    TheYeti

    Means that you don't have a Permissions config file most likely.
     
  3. Offline

    MLBKing

    so it tells me all the time that it "cannot pass the command (to change the color) to ICHAT. I dont know why! CB 193
     
  4. Offline

    Vaupell

    CB ? build 493 is latest recomended either use 440 or 493 which both works with this version
    and colors are the same for all chat mods regardless its handled by the client, use &1, &2 and so on..
     
  5. Offline

    Bacu

    I sort-of want to use this, but I resent using anything with an "i" prefix. Decisions...
     
  6. Offline

    MLBKing

    I know this, but my name remains white. I have next to prefix '&4'
    Nothing shows up when I join my game.
     
  7. Offline

    Vaupell

    Strange mine works fine..

    [​IMG]

    ichat config line 1
    Code:
    message-format: '[+healthbar+prefix+suffix&f] +name: +message'
    
    permissions config
    Code:
        Admins:
            default: false
            info:
                prefix: '&9[&eAdmin&9]&f'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    
    users:
        Eqvaliser:
            group: Admins
            info:
                prefix: '&9[&6Fun&9]&f'
                suffix: ''
            permissions:
    
    using latest of all plugins ofcourse
     
  8. Offline

    MLBKing

    Code:
    groups:
    
        Vip:
            default: false
            info:
                prefix: '&a'
                suffix:
                build: true
            inheritance:
            permissions:
                - 'oddgive.*'
                - 'odditem.*'
                - 'mywarp.*'
                - 'HomeLite.*'
                - 'WorldEdit.up'
                - 'WorldEdit.jumpto'
                - 'BetterShop.user.*'
                - 'iConomy.*'
                - 'auction.allow'
                - 'essentials.*'
        Mod:
            default: false
            info:
                prefix: '&9'
                suffix:
                build: true
            inheritance:
                - Vip
            permissions:
                - 'oddgive.*'
                - 'odditem.*'
                - 'mywarp.*'
                - 'HomeLite.*'
                - 'WorldEdit.jumpto'
                - 'WorldEdit.ascend'
                - 'WorldEdit.up'
                - 'BetterShop.user.*'
                - 'iConomy.*'
                - 'auction.allow'
                - 'essentials.*'
        Prestige:
            default: false
            info:
                prefix: '&e'
                suffix:
                build: true
            inheritance:
                - Moderator
            permissions:
                - 'oddgive.*'
                - 'odditem.*'
                - 'mywarp.*'
                - 'HomeLite.*'
                - 'WorldEdit.*'
                - 'BetterShop.user.*'
                - 'iConomy.*'
                - 'auction.allow'
                - 'HiddenDoor.*'
                - 'ClrInventory.*'
                - 'SpawnMob.*'
                - 'Flashlight.normal'
                - 'essentials.*'
        Admins:
            default: false
            info:
                prefix: '&4'
                suffix:
                build: true
            inheritance:
                - Moderator
            permissions:
                - '*'
     
    ##
    # DarkGrave has control over all commands.
    # sk89q can use /spawn & /time
    ##
    users:
        MLBKing:
            group: Admins
            permissions:
              - 'backup.*'
              - 'worldedit.god'
        Ghost321:
            group: Prestige
            permissions:
              - 'WorldEdit.up'
              - 'WorldEdit.jumpto'
        bekkem:
            group: Prestige
            permissions:
        regretcubed:
            group: Prestige
            permissions:
        gamerguy123789:
            group: Prestige
            permissions:
        Kam_J:
            group: Mod
            permissions:
        Lamp_monster32:
            group: Prestige
            permissions:
        blokker753:
            group: Mod
            permissions:
        tinklesnarf:
            group: Prestige
            permissions:
        mandofett25:
            group: Mod
            permissions:
        seekerjf:
            group: Prestige
            permissions:
        bewright:
            group: Prestige
            permissions:
        dannycoop123:
            group: Mod
            permissions:
        SmurfStompa:
            group: Mod
            permissions:
        nauruto2565:
            group: Vip
            permissions:
        Coverfire444:
            group: Mod
            permissions:
        UNCbasketbal:
            group: Vip
            permissions:
        M4TTH3R0CK3R:
            group: Vip
            permissions:
    This is what mine looks like and it doesnt work.
     
  9. Offline

    Vaupell


    Maybe you have a conflicting chat plugin..
    essentials chat ?
    herochat ?

    any file named chat other that ichat in the plugin folder..
     
  10. Offline

    MLBKing

    I have HeroChat, and I dont have Essentials chat. So all I must do is delete HeroChat?
     
  11. Offline

    TheYeti

    HeroChat and iChat are conflicting plugins. HeroChat is more for large scale servers that really need to seperate and monitor their chat into multiple channels. iChat is for smaller scale servers that just need a single channel but want it to look pretty.

    Also, your Admin group is wrong. Remove the inheritance. You already have all the commands because of the * permissions, so why would you need to inherit those same commands from Moderator? Especially since you don't even have a Moderator group but instead Mod
     
  12. Offline

    pixelbat

    @TheYeti, have you thought about taking over Niji's WarpGate plugin? :D
    Such an awesome plugin, but it's broken now with 493 :(

    http://forums.bukkit.org/threads/warpgate-v1-5-linked-portals-gates.288/
     
  13. Offline

    xXBlacksmithXx

    Code:
    15:26:31 [WARNING] Missing a prefix or suffix for null
    
    15:26:36 [SEVERE] Could not pass event PLAYER_CHAT to iChat
    
    java.lang.NullPointerException
    
            at com.nijiko.permissions.Control.getGroupPrefix(Control.java:591)
    
            at net.theyeticave.theyeti.iChat.Listener.onPlayerChat(Listener.java:51)
    
            at org.bukkit.plugin.java.JavaPluginLoader$6.execute(JavaPluginLoader.java:150)
    
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
    
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:588)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:576)
    
            at net.minecraft.server.Packet3Chat.a(SourceFile:24)
    
            at net.minecraft.server.NetworkManager.a(SourceFile:230)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    
            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)
    
    15:26:36 [WARNING] Missing a prefix or suffix for null
    
    how do you fix i dont know if this is an update problem or a promissions problem or a ichat problem :(
    i have build 493 permissions v2.5.2 and ichat 1.6

    Wait nevermind i dint know i had to remname that file but now it works
    but still since i went to the new build and this new permissions my color and admin prefixes arnt working :( and no1 has promissions even tho they should cus i put it in new promissions config :(

    Edit: i fixed it working now :D
     
  14. Offline

    MLBKing

    Thanks. Sometimes it takes another pair of eyes to spot a mistake.
     
  15. Offline

    Madmonkey

    wat does this error mean?
    21:37:50 [SEVERE] Could not pass event PLAYER_CHAT to iChat
    java.lang.NullPointerException
    at org.anjocaido.groupmanager.permissions.NijikoPermissionsProxy.getGrou
    p(NijikoPermissionsProxy.java:235)
    at net.theyeticave.theyeti.iChat.Listener.onPlayerChat(Listener.java:50)

    at org.bukkit.plugin.java.JavaPluginLoader$6.execute(JavaPluginLoader.ja
    va:150)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:225)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:588)

    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:576)
    at net.minecraft.server.Packet3Chat.a(SourceFile:24)
    at net.minecraft.server.NetworkManager.a(SourceFile:230)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    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)
     
  16. Offline

    TheYeti

    Most likely that your Permissions config file is wrong.
     
  17. Great plugin @TheYeti i only have 1 small request and i really hope you can add it.

    MultiVerse can add its own prefix to the chat, which uses the alias for the worlds, this is great since some worlds doesn't really have good names for the chat. The problem is that MultiVerse doesn't let you format it to the extent that iChat does.
    So, could you please add support for using MultiVerse world aliases, if any are present, would be awesome
     
  18. Offline

    Jeppe

    When i type anything on my minecraft server i get this error.


    Code:
    16:49:37 [SEVERE] Could not pass event PLAYER_CHAT to iChat
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.getGroupPrefix(Control.java:593)
            at net.theyeticave.theyeti.iChat.Listener.onPlayerChat(Listener.java:51)
    
            at org.bukkit.plugin.java.JavaPluginLoader$6.execute(JavaPluginLoader.ja
    va:150)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:225)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:588)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:576)
            at net.minecraft.server.Packet3Chat.a(SourceFile:24)
            at net.minecraft.server.NetworkManager.a(SourceFile:230)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            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)
    16:49:37 [INFO] <Helic> d
    16:50:01 [INFO] Helic issued server command: say hey
    16:50:01 [INFO] [Helic] hey
     
  19. Offline

    dwatring

    The plugin does not seem to be working for me. I bought a server so I cannot show you my exact error from the remote console, but I can give you my permissions config.

    Code:
    plugin:
        permissions:
            system: default
    groups:
        Default:
            default: true
            info:
                prefix:
                suffix:
                build: true
            inheritance:
            permissions:
                - 'mcmmo.commands.party'
                - 'mcmmo.commands.setmyspawn'
                - 'mcmmo.motd'
                - 'preciousstones.benefit.*'
                - 'myhome.home.basic.*'
                - 'preciousstones.whitelist.*'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'mcmmo.skills.*'
                - 'essentials.help'
                - 'iConomy.deposit'
                - 'iConomy.rank'
                - 'iConomy.list'
                - 'iConomy.withdraw'
                - 'iConomy.deposit'
                - 'essentials.msg'
                - 'essentials.spawn'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'iConomy.payment'
                - 'herosneak.auto'
                - 'essentials.list'
                - 'essentials.warp'
        Dom:
            default: true
            info:
                prefix: '[&3Ze Doctor&f]'
                suffix: '&f'
                build: true
            inheritance:
            permissions:
                - 'mcmmo.commands.party'
                - 'mcmmo.commands.setmyspawn'
                - 'myhome.home.*'
                - 'mcmmo.motd'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'herosneak.auto'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.help'
                - 'iConomy.deposit'
                - 'iConomy.rank'
                - 'mcmmo.skills.*'
                - 'iConomy.list'
                - 'iConomy.withdraw'
                - 'iConomy.deposit'
                - 'essentials.msg'
                - 'essentials.spawn'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'iConomy.payment'
                - 'essentials.list'
                - 'essentials.warp'
        Platinum:
            default: false
            info:
                prefix: '[&3Platinum&f]'
                suffix: '&f'
                build: true
            inheritance:
                - Default
            permissions:
                - 'mcmmo.commands.ptp'
                - 'mywarp.*'
                - 'myhome.home.soc.*'
                - 'tplus.*'
                - 'essentials.me'
                - 'essentials.tpahere'
                - 'essentials.tpa'
                - 'herosneak.auto'
                - 'mcmmo.skills.*'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.warp'
                - 'essentials.setwarp'
                - 'essentials.nick'
        bolonia01:
            default: false
            info:
                prefix: '[&dMs. Neff&f]'
                suffix: '&f'
                build: true
            inheritance:
                - Default
            permissions:
                - 'mcmmo.commands.ptp'
                - 'mywarp.*'
                - 'myhome.home.soc.*'
                - 'tplus.*'
                - 'essentials.me'
                - 'essentials.tpahere'
                - 'essentials.tpa'
                - 'herosneak.auto'
                - 'mcmmo.skills.*'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.warp'
                - 'essentials.setwarp'
                - 'essentials.nick'
        lop:
            default: false
            info:
                prefix: '[&dMr. Pimp&f]&4'
                suffix: '&f'
                build: true
            inheritance:
                - Default
            permissions:
                - '*'
        winman954:
            default: false
            info:
                prefix: '[&1Mr. Neff&f]'
                suffix: '&f'
                build: true
            inheritance:
                - Default
            permissions:
                - 'mcmmo.commands.ptp'
                - 'mywarp.*'
                - 'myhome.home.soc.*'
                - 'tplus.*'
                - 'essentials.me'
                - 'essentials.tpahere'
                - 'essentials.tpa'
                - 'herosneak.auto'
                - 'mcmmo.skills.*'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.warp'
                - 'essentials.setwarp'
                - 'essentials.nick'
        ov:
            default: false
            info:
                prefix: '[&aMtn. King&f]&f'
                suffix: '&f'
                build: true
            inheritance:
                - Default
            permissions:
                - 'mcmmo.commands.ptp'
                - 'mywarp.*'
                - 'myhome.home.soc.*'
                - 'tplus.*'
                - 'essentials.me'
                - 'essentials.tpahere'
                - 'mcmmo.skills.*'
                - 'essentials.tpa'
                - 'essentials.tpaccept'
                - 'herosneak.auto'
                - 'essentials.tpdeny'
                - 'essentials.warp'
                - 'essentials.setwarp'
                - 'essentials.nick'
        bbq:
            default: false
            info:
                prefix: '[&bMr. Bacon!&f]&f'
                suffix: '&f'
                build: true
            inheritance:
                - Default
            permissions:
                - 'mcmmo.commands.ptp'
                - 'mywarp.*'
                - 'myhome.home.soc.*'
                - 'tplus.*'
                - 'herosneak.auto'
                - 'essentials.me'
                - 'mcmmo.skills.*'
                - 'essentials.tpahere'
                - 'essentials.tpa'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.warp'
                - 'essentials.setwarp'
                - 'essentials.nick'
        pick:
            default: false
            info:
                prefix: '[&5Ninja&f]&f'
                suffix: '&f'
                build: true
            inheritance:
                - Default
            permissions:
                - 'mcmmo.commands.ptp'
                - 'mywarp.*'
                - 'myhome.home.soc.*'
                - 'tplus.*'
                - 'herosneak.auto'
                - 'essentials.me'
                - 'mcmmo.skills.*'
                - 'essentials.tpahere'
                - 'essentials.tpa'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.warp'
                - 'essentials.setwarp'
                - 'essentials.nick'
        fluf:
            default: false
            info:
                prefix: '[&6Touch It&f]&f'
                suffix: '&f'
                build: true
            inheritance:
                - Default
            permissions:
                - 'mcmmo.commands.ptp'
                - 'mywarp.*'
                - 'myhome.home.soc.*'
                - 'tplus.*'
                - 'essentials.me'
                - 'herosneak.auto'
                - 'essentials.tpahere'
                - 'essentials.tpa'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.warp'
                - 'essentials.setwarp'
                - 'essentials.nick'
        Zach:
            default: false
            info:
                prefix: '[&aDirector&f]&f'
                suffix: '&f'
                build: true
            inheritance:
                - Default
            permissions:
                - 'mcmmo.commands.ptp'
                - 'mywarp.*'
                - 'myhome.home.soc.*'
                - 'tplus.*'
                - 'mcmmo.skills.*'
                - 'essentials.me'
                - 'essentials.tpahere'
                - 'essentials.tpa'
                - 'herosneak.auto'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.warp'
                - 'essentials.setwarp'
                - 'essentials.nick'
        Drolla:
            default: false
            info:
                prefix: '[&4LvB on yo head&f]&f'
                suffix: '&f'
                build: true
            inheritance:
                - Default
            permissions:
                - 'mcmmo.commands.ptp'
                - 'mywarp.*'
                - 'myhome.home.soc.*'
                - 'tplus.*'
                - 'essentials.me'
                - 'essentials.tpahere'
                - 'herosneak.auto'
                - 'mcmmo.skills.*'
                - 'essentials.tpa'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.warp'
                - 'essentials.setwarp'
                - 'essentials.nick'
        zy:
            default: false
            info:
                prefix: '[&4Kool Kid&f]&f'
                suffix: '&f'
                build: true
            inheritance:
                - Default
            permissions:
                - 'mcmmo.commands.ptp'
                - 'mywarp.*'
                - 'myhome.home.soc.*'
                - 'tplus.*'
                - 'essentials.me'
                - 'essentials.tpahere'
                - 'essentials.tpa'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'mcmmo.skills.*'
                - 'herosneak.auto'
                - 'essentials.warp'
                - 'essentials.setwarp'
                - 'essentials.nick'
        Admins:
            default: false
            info:
                prefix: '[&cAdmin&f]&4'
                suffix: '&f'
                build: true
            inheritance:
            permissions:
                - '*'
        Goodgamer100:
            default: false
            info:
                prefix: '[&cMr. Awesome Man]&4'
                suffix: '&f'
                build: true
            inheritance:
            permissions:
                - '*'
        Derek:
            default: false
            info:
                prefix: '[&3Mr. Owner!&f]&4'
                suffix: '&f'
                build: true
            inheritance:
            permissions:
                - '*'
        ron:
            default: false
            info:
                prefix: '[&3Indian&f]&4'
                suffix: '&f'
                build: true
            inheritance:
            permissions:
                - '*'
        Eddie:
            default: false
            info:
                prefix: '[&3Co-Owner&f]&4'
                suffix: '&f'
                build: true
            inheritance:
            permissions:
                - '*'
        samxkim:
            default: false
            info:
                prefix: '[&3Head Admin&f]&4'
                suffix: '&f'
                build: true
            inheritance:
            permissions:
                - '*'
        holyone801:
            default: false
            info:
                prefix: '[&3Viking&f]&f'
                suffix: '&f'
                build: true
            inheritance:
                - Default
            permissions:
                - 'mcmmo.commands.ptp'
                - 'mywarp.*'
                - 'myhome.home.soc.*'
                - 'tplus.*'
                - 'essentials.me'
                - 'essentials.tpahere'
                - 'herosneak.auto'
                - 'mcmmo.skills.*'
                - 'essentials.tpa'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.warp'
                - 'essentials.setwarp'
                - 'essentials.nick'
        sock:
            default: false
            info:
                prefix: '[&3Super Saiyan&f]&f'
                suffix: '&f'
                build: true
            inheritance:
                - Default
            permissions:
                - 'mywarp.*'
                - 'myhome.home.soc.*'
                - 'tplus.*'
                - 'essentials.me'
                - 'essentials.tpahere'
                - 'mcmmo.skills.*'
                - 'essentials.tpa'
                - 'herosneak.auto'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.warp'
                - 'essentials.setwarp'
                - 'essentials.nick'
        teraz:
            default: false
            info:
                prefix: '[&3OverLord&f]&f'
                suffix: '&f'
                build: true
            inheritance:
                - Default
            permissions:
                - 'mcmmo.commands.ptp'
                - 'mywarp.*'
                - 'myhome.home.soc.*'
                - 'tplus.*'
                - 'essentials.me'
                - 'mcmmo.skills.*'
                - 'essentials.tpahere'
                - 'essentials.tpa'
                - 'herosneak.auto'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.warp'
                - 'essentials.setwarp'
                - 'essentials.nick'
    users:
        Goodgamer100:
            group: Goodgamer100
            permissions:
        dwatring:
            group: Derek
            permissions:
        ZackMNDZ:
            group: Admins
            permissions:
        kingzarlock:
            group: Admins
            permissions:
        lopgan121:
            group: lop
            permissions:
        x3ndless:
            group: Zach
            permissions:
        drolla:
            group: Drolla
            permissions:
        soldier135:
            group: Dom
            permissions:
        pickoremine:
            group: pick
            permissions:
        eddygzz9:
            group: Eddie
            permissions:
        fluffymetroid:
            group: fluf
            permissions:
        hansssa:
            group: admins
            permissions:
        ovhan:
            group: ov
            permissions:
        thebbqteam:
            group: bbq
            permissions:
        zyxzo:
            group: zy
            permissions:
        winman954:
            group: winman954
            permissions:
        bolonia01:
            group: bolonia01
            permissions:
        ronaksheth97:
            group: ron
            permissions:
        sockhead125:
            group: sock
            permissions:
        Teraz:
            group: teraz
            permissions:
        samxkim:
            group: samxkim
            permissions:
        AC2:
            group: admins
            permissions:
     
  20. Offline

    Techcuron

    My ichat worked last night, but today I installed LocalShops and Iconomy.
    Removed them to see if that slved the problem...
    But I still have the error.
    And I don't have HeroChat or any Chat plug in.

    I Fixed it, Nvm. I was just to ignorant to notice that my permissions file was named "wolrd", not "world"

    Code:
    12:31:30 [SEVERE] Could not pass event PLAYER_CHAT to iChat
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.getGroupPrefix(Control.java:593)
            at net.theyeticave.theyeti.iChat.Listener.onPlayerChat(Listener.java:51)
    
            at org.bukkit.plugin.java.JavaPluginLoader$6.execute(JavaPluginLoader.ja
    va:150)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:225)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:588)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:576)
            at net.minecraft.server.Packet3Chat.a(SourceFile:24)
            at net.minecraft.server.NetworkManager.a(SourceFile:230)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            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)
    12:31:30 [INFO] <TechcuronE360> sat
    12:31:32 [INFO] TechcuronE360 lost connection: disconnect.quitting
    >stop
     
  21. Offline

    captainawesome7

    i get this when the server starts, I'm using CB build 493:
    Code:
    >Andrews-MacBook-Pro:simpleserver andrewbulkeley$ java -Xms1500M -Xmx1500M -jar raftbukkit493.jar
    18:24:48 [INFO] Starting minecraft server version Beta 1.3
    18:24:48 [INFO] Loading properties
    18:24:48 [INFO] Starting Minecraft server on 10.0.1.30:25565
    18:24:48 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-493-g8b5496e-b493jnks (MC: 1.3)
    18:24:48 [INFO] Preparing level "World2"
    18:24:48 [INFO] Preparing start region
    18:24:50 [INFO] Preparing spawn area: 85%
    18:24:50 [INFO] LWC    [v1.58]    Loading shared objects
    18:24:50 [INFO] Config    [v1.58]    Loaded 13 config entries
    18:24:50 [INFO] LWC    [v1.58]    Native library: plugins/LWC/lib/native/Mac/x86_64/libsqlitejdbc.jnilib
    18:24:50 [INFO] [Permissions] version [2.5.3] (Phoenix) was Initialized.
    18:24:51 [INFO] WorldGuard loaded.
    18:24:51 [INFO] ?eLoaded Essentials build 2.0.272 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, and snowleo
    18:24:51 [INFO] Loaded EssentialsBan build 2.0.272 by Zenexer, ementalo, Eris, and EggRoll
    18:24:51 [INFO] EssentialsServerlist version 2.0.272 by Vimae Development enabled.
    18:24:51 [INFO] Loaded EssentialsSpawn build 2.0.272 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, and snowleo
    18:24:51 [INFO] Loaded EssentialsTele build 2.0.272 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, and snowleo
    18:24:51 [SEVERE] null loading iChat v1.6 (Is it up to date?)
    java.lang.NullPointerException
        at org.bukkit.util.config.ConfigurationNode.getProperty(ConfigurationNode.java:33)
        at org.bukkit.util.config.ConfigurationNode.getString(ConfigurationNode.java:110)
        at org.bukkit.util.config.ConfigurationNode.getString(ConfigurationNode.java:127)
        at net.theyeticave.iChat.configuration.ConfigurationHandler.load(ConfigurationHandler.java:19)
        at net.theyeticave.theyeti.iChat.iChat.onEnable(iChat.java:92)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:414)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:187)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:83)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    18:24:51 [INFO] [iConomy] Logging is currently disabled.
    18:24:51 [INFO] [iConomy] v4.2 (Beatrix) loaded.
    18:24:51 [INFO] [iConomy] Developed by: [Nijikokun, Coelho]
    18:24:51 [INFO] [IOBookcase] version 1.1 by lonelydime is enabled!
    18:24:51 [INFO] Config    [v1.58]    Loaded 13 config entries
    18:24:51 [INFO] LWC    [v1.58]    Loaded command: /lwc -admin
    18:24:51 [INFO] LWC    [v1.58]    Loaded command: /lwc -create
    18:24:51 [INFO] LWC    [v1.58]    Loaded command: /lwc -free
    18:24:51 [INFO] LWC    [v1.58]    Loaded command: /lwc -info
    18:24:51 [INFO] LWC    [v1.58]    Loaded command: /lwc -p
    18:24:51 [INFO] LWC    [v1.58]    Loaded command: /lwc -modify
    18:24:51 [INFO] LWC    [v1.58]    Loaded command: /lwc -unlock
    18:24:51 [INFO] LWC    [v1.58]    Loaded command: /lwc -owners
    18:24:51 [INFO] LWC    [v1.58]    -> PLAYER_QUIT
    18:24:51 [INFO] LWC    [v1.58]    -> ENTITY_EXPLODE
    18:24:51 [INFO] LWC    [v1.58]    -> BLOCK_INTERACT
    18:24:51 [INFO] LWC    [v1.58]    -> BLOCK_DAMAGED
    18:24:51 [INFO] LWC    [v1.58]    -> BLOCK_BREAK
    18:24:51 [INFO] LWC    [v1.58]    -> BLOCK_PLACED
    18:24:51 [INFO] LWC    [v1.58]    -> REDSTONE_CHANGE
    18:24:51 [INFO] LWC    [v1.58]    Using Nijikokun's permissions plugin for permissions
    18:24:51 [INFO] [Permissions] version [2.5.3] (Phoenix)  loaded
    18:24:51 [INFO] [iConomy] Successfully linked with Permissions.
    18:24:51 [INFO] LWC    [v1.58]    Loading SQLite
    18:24:51 [INFO] PhysDB    [v1.58]    Creating physical tables if needed
    18:24:51 [INFO] MemDB    [v1.58]    Creating memory tables
    18:24:51 [INFO] SQLite    [v1.58]    Using: Native
    18:24:51 [INFO] [MultiVerse] Permissions Found
    18:24:51 [INFO] [MultiVerse] - Version 1.5 (Permissions 2.1+) Enabled
    18:24:51 [INFO] [MultiVerse] Found iConomy, enabling payments.
    18:24:51 [INFO] [MultiVerse] Loading World & Settings - 'hellworld' - NETHER
    18:24:52 [INFO] [MultiVerse] Loading World & Settings - 'World2' - NORMAL
    18:24:52 [INFO] [MultiVerse] Loading World & Settings - 'derpes' - NORMAL
    18:24:52 [INFO] [MultiVerse] 3 - World(s) loaded.
    18:24:52 [INFO] [MultiVerse] Loading Portals
    18:24:52 [INFO] [MultiVerse] 0 - Portal(s) loaded.
    18:24:52 [INFO] Warpz0r version 1.07 is enabled
    18:24:52 [INFO] [Warpz0r] Using Permissions 2.5 (2.5.3) for permissions
    18:24:52 [INFO] [Warpz0r] Using iConomy. Warp Cost: 1 Home Cost: 0
    18:24:52 [INFO] WorldEdit 4.0-beta8 enabled.
    18:24:52 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    18:24:52 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    18:24:52 [INFO] WorldGuard: Blacklist loaded.
    18:24:52 [INFO] WorldGuard: Single session is enforced.
    18:24:52 [INFO] WorldGuard: TNT ignition is PERMITTED.
    18:24:52 [INFO] WorldGuard: Lighters are PERMITTED.
    18:24:52 [INFO] WorldGuard: Lava fire is blocked.
    18:24:52 [INFO] WorldGuard: All fire spread is disabled.
    18:24:52 [INFO] WorldGuard 4.0-alpha1 enabled.
    18:24:52 [INFO] Done (0.387s)! For help, type "help" or "?"
    >
    
    Any Idea what this means? I don't have HeroChat or Essentials Chat what happened?
    --- merged: Mar 7, 2011 11:33 PM ---
    Nevermind, it means that I have an empty config.yml, although I have no idea why it was empty...
     
  22. Offline

    sabboy

    what is the ichat config to get a message like this [Owner Sabboy] Text please help i know how to do it in thevuser.yml and groups.yml but in the ichat config i have no idea with the +prefix and etc.
     
  23. Offline

    tee jay

    I am getting the same "Could not pass event PLAYER_CHAT to iChat" error a few people have been getting.

    1) I do use Essentials, but not EssentialsChat or w/e. I do not have that component, or any other chat for that matter.
    2) My Permissions config
    Code:
    plugin:
        permissions:
            system: default
    
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'general.spawn'
        VIPs:
            default: false
            info:
                prefix: '[VIP]'
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'general.time'
                - 'general.teleport'
                - 'general.teleport.here'
                - 'general.player-info'
        Admins:
            default: false
            info:
                prefix: '&9[&eAdmin&9]&f'
                suffix: ''
                build: true
            inheritance:
                - Moderator
            permissions:
                - '*'
    
    users:
        tj007razor:
            group: Admins
            permissions:
    
    3) My iChat config is the same as it was when I downloaded it, I even tried recreating it.

    Any help?
     
  24. Offline

    Incendia

    There a way to stop people from using color codes in the chat? I only want my groups to have certain colored text.
     
  25. Offline

    Etsijä

    Hi, I'm wondering is the iChat plugin at all developed actively by anyone anymore? In the forums, I found two iChat threads, this and another one, and the OP of both is waaaay outdated, as my iChat saus it's v2.07, but these threads give a lot older version info.

    So, is there any active development ongoing for iChat, or should I turn to other solutions? 'cause iChat has always been working flawlessly for us, but we'd like a new feature "chat radius". But if there are no devs updating the plugin, then, well...
     
  26. Offline

    Phaedrus

    IChat is a bit confusing, as there are at least 3 plugins with the same name (and generally the same code base)

    the original was abandoned and picked up by 2 separate developers. the 2.07 version works, and this one does too. They may have slightly different tags available to use.
     
  27. Offline

    Incendia

    I'll use whichever one can fix the dang chat colors being used.
     
  28. Offline

    RaaF

    21:54:33 [SEVERE] Could not pass event PLAYER_CHAT to iChat java.lang.NullPointerException at com.nijiko.permissions.Control.getGroupPrefix(Control.java:593) at net.theyeticave.theyeti.iChat.Listener.onPlayerChat(Listener.java:51) at org.bukkit.plugin.java.JavaPluginLoader$6.execute(JavaPluginLoader.ja va:150) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav a:59) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j ava:226) at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:588) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:576) at net.minecraft.server.Packet3Chat.a(SourceFile:24) at net.minecraft.server.NetworkManager.a(SourceFile:230) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75) 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) 21:54:33 [WARNING] Missing a prefix or suffix for null
    help!!!!
    Here is my CONFIG:
    http://pastebin.com/Lm5QQSzB
     
  29. Offline

    TheYeti

    Yes, this one is still being actively developed by me. I am working on adding in some functionality that somehow got dropped at the moment.
    [MERGETIME="1299616643"][/MERGETIME]
    @RaaF Did you rename your config file for Permissions from config.yml to <world>.yml like the Permissions setup instructs?
    [MERGETIME="1299616854"][/MERGETIME]
    Are you using Permissions? Did you make sure your not using the EssentialsGroupManager.jar or whatever the heck the name of that thing is. Did you rename your Permissions config file from config.yml to the name of your world? (ie. world.yml)
     
  30. Offline

    SeeD419

    It appears that iChat is cutting off (or continuing to the next line) a little too early.

    I've removed iChat and the chat no longer has this behavior. I can post a picture for comparison if you cannot see what I'm talking about.

    [​IMG]
     

Share This Page