My Plugin Wont Work

Discussion in 'Plugin Development' started by imacman85, May 28, 2014.

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

    imacman85

    I have just created a plugin for my server but it isn't working.
    There are no errors in the code or ANYTHING and i get this
    here is what it said:

    bandicam 2014-05-28 13-15-02-575.jpg
    Can Someone PLEASE tell me what to do
     
  2. Offline

    CoderMusgrove

    Errors/StackTraces will generally tell you at the top of the error or somewhere in the middle where the error is. Here, it's line 2:
    Code:
    Cannot find main class me.imacman85.kitPvp
    This is your "main" variable inside of your plugin.yml. It was trying to find your main class, and I'm guessing that me.imacman85.kitPvp is a package. You just need to fix this path.
     
Thread Status:
Not open for further replies.

Share This Page