First, simple command plugin not working (log error)

Discussion in 'Plugin Development' started by Lanuk, Jan 18, 2012.

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

    Lanuk

    FIXED
     
  2. Offline

    javoris767

    Change
    Code:
                return true;
            }
            return false;
        }
     
    }
    To
    Code:
            }
            return true;
        }
    }
    Try and see if this works
     
  3. Offline

    Lanuk

    Oh, dumb me, I just tried commenting out the onCommand method and I still get the same error. This means that the error is most likely not due to my code, but instead something else in my project folder...

    Oh, super dumb me. Apparently there was a problem with my snapshot so I had to resort to my 1.0.0 one, but it works now.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 23, 2016
Thread Status:
Not open for further replies.

Share This Page