Solved ERROR: is it up to date? [HELP?]

Discussion in 'Plugin Development' started by mrsamcraft, Dec 19, 2013.

Thread Status:
Not open for further replies.
  1. Hello,

    So I went to test my plugin i'm currently developing and iv hit a wall... It may be obvious what that problem is, but for some reason I can't squash it...

    I'm currently using the Beta Build of 1.7.2 (CraftBukkit 1.7.2-R0.1)

    Heres a screenshot of the error/problem... (Sorry if this is a noob question..)

    [​IMG]

    Thanks for taking the time to help,
    ~ Sam


    FIX:
     
  2. Offline

    TryB4

    mrsamcraft
    can I see what's on line 29 in mscBoredAdmin?
     
    mrsamcraft likes this.
  3. Offline

    The_Doctor_123

    There's a NullPointerException in your onEnable() in mscBoredAdmin at line 29. Err.. Does that mean you have an inner class?
     
    mrsamcraft likes this.

  4. Code:java
    1. getCommand("bored").setExecutor(new cmdBored());


    I've found the problem, I had named the command differently in the plugin.yml :oops::eek:

    Me being a plank, as allways....;)

    Sorry for that post, and the waste of time but most off all thanks for taking the time to help :D
    ~ Sam
     
Thread Status:
Not open for further replies.

Share This Page