Solved Errors with a shout plugin? NullPointerException

Discussion in 'Plugin Development' started by kittenchunks, Sep 30, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    kittenchunks

    fixed, thanks
     
  2. Offline

    Deleted user


    We don't need your entire plugin.. :p

    Anyways

    Code:
    Caused by: java.lang.NullPointerException
        at me.kittenchunks.KittenShout.Shout.getPrefix(Shout.java:141)
    
    So what's on line 141?
     
  3. Offline

    kittenchunks




    Code:
     
    switch ($SWITCH_TABLE$me$kittenchunks$KittenShout$KittenShout$PreSuf()[this.plugin.ps.ordinal()]) 
     
  4. Offline

    Sagacious_Zed Bukkit Docs

    As someone who often helps people with errors, you would be surprised how much it helps when someone gives you the entire plugin, versus someone who gives you part of a method.

    EDIT: for instance this looks decompiled :p
     
Thread Status:
Not open for further replies.

Share This Page