Probleme UltraItems !

Gugu42

HUEHUAHUEHUAHUEHUAHUEHUA
29 Juin 2011
1 202
164
182
26
Collé a l'écran de mon PC
youtube.com
Salut , j'ai un probleme avec le plugin UltraItems !

http://dev.bukkit.org/server-mods/ultraitems

Donc , j'utilise La derniere version recomandée Bukkit , Spout 510 et SpoutCraft 703 ( Version DEV )

Mon probleme :

Je fait /ui reload

Config Reloaded !

Ok ... Je fait /ui list
An internal error as occured ...

Je me dit que ça vien de la config que j'ai modifié , je la vire et reboot

La meme config que avant ( Comme je l'avait modif ) est revenue !

Soit , pouvez vous me passer votre config ( Si elle n'as pas étée touchée !) ? Merci !
 
Code:
UltraItems: # main container
    flashwand: # item name (used when obtaining item via command)
        title: Lightning wand # title shown when cursor moved on item in inventory
        url: http://ogion.cz/files/items/flash.png # url of image to set to inventory item (it is currently only in inventory and in-hand)
        lclick: # left click section
            action: /zap # command sent when left clicking with item in-hand
            permissionbypass: flashplugin.zap # temporarily adds specified permission (removed after performing of action), not recommended to use (if you leave item in chest everybody can use it).
        rclick: # right click section
            action: /zap multi# command sent when right clicking with item in-hand
    cracker:
        title: Notch crackers
        url: http://ogion.cz/files/items/notch.png
        rclick:
            health: 20 # 2 = 1 hearth, you can use negative values too
            hunger: 20 # 2 = 1 hunger unit (chicken leg), you can use negative values too
            consume: true # whether or not is item consumed after clicking
            sound: http://ogion.cz/files/items/crunch.ogg
        maxstacksize: 6 # maximal size of stack
        recipes:
        - type: shaped
          amount: 2 # amount of items gained by crafting
          ingredients: |
            0 266
            266 357 266
            0 266
    osword:
        title: Obsidian sword
        url: http://dl.dropbox.com/u/1189439/osword.png
        instantbreak: true # instantly breaks the block being destroyed
        damage:
            entity: 80 # damage caused to entity (2 = 1 hearth)
        recipes:
        - type: furnace # you can use furnace, shaped or shapeless
          ingredients: "49" # ingredient id:data
        - type: shaped
          ingredients: |
            0 49
            0 49
            0 cracker
          # note you can use item names in recipes (item has to be specified
 
Toujours rien :x

Vla mon erreur :

01.11 18:02:03 [Server] INFO... 13 more
01.11 18:02:03 [Server] INFOat org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
01.11 18:02:03 [Server] INFOat cz.ogion.ultraitems.UltraItems.onCommand(UltraItems.java:168)
01.11 18:02:03 [Server] INFO Caused by: java.lang.NullPointerException
01.11 18:02:03 [Server] INFOat net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
01.11 18:02:03 [Server] INFOat net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
01.11 18:02:03 [Server] INFOat net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
01.11 18:02:03 [Server] INFOat net.minecraft.server.NetworkListenThread.a(SourceFile:108)
01.11 18:02:03 [Server] INFOat org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:501)
01.11 18:02:03 [Server] INFOat net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
01.11 18:02:03 [Server] INFOat net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
01.11 18:02:03 [Server] INFOat net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
01.11 18:02:03 [Server] INFOat net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
01.11 18:02:03 [Server] INFOat net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
01.11 18:02:03 [Server] INFOat net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
01.11 18:02:03 [Server] INFOat org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:355)
01.11 18:02:03 [Server] INFOat org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
01.11 18:02:03 [Server] INFOat org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
01.11 18:02:03 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'ui' in plugin UltraItems v0.9