Help i dont know whats wrong?

Discussion in 'Plugin Development' started by CriticalCoding, Jul 28, 2013.

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

    CriticalCoding

  2. Offline

    CRAZYxMUNK3Y

    That is the error, more information on Stack Traces and troubleshooting them can be found here.

    The error simply states that it cannot find the class because your plugin.yml is incorrect. The main should be <package>.<mainClass>, for example, "main: me.pandaspwnz.reclaim.reclaim".

    Also, Java class names should always start with a capital, so change your class name to Reclaim, and the main should look like "main: me.pandaspwnz.reclaim.Reclaim"

    Just for future reference, all coding questions should be placed in the Plugin Development section.
     
  3. Offline

    np98765

    Moved to Plugin Development.
     
Thread Status:
Not open for further replies.

Share This Page