Just.... Doesn't.... work........

Discussion in 'Plugin Development' started by xToast_, Feb 25, 2017.

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

    xToast_

    Now, i have been coding this plugin and NO ERRORS or WARNINGS and guess what IT DOESN'T WORK
    It just isn't loading the plugin.
    I would really like some help!
     
  2. Online

    timtower Administrator Administrator Moderator

  3. Offline

    mehboss

    I would really like to help too! It is impossible for me to help without any code! heh
     
  4. Offline

    xToast_

    Last edited: Feb 25, 2017
  5. Online

    timtower Administrator Administrator Moderator

    @xToast_ And how doesn't it work? Can you provide a server log?
     
  6. Offline

    xToast_

    so i put in plugin.yml the main class in main: ( i do plugin.yml correctly) then when i load it up it says Cannot find [MAINCLASS in this case Healb]
     
  7. Online

    timtower Administrator Administrator Moderator

    @xToast_ Then it is throwing errors when the server is starting. Unlike you said in your first post.
    And it is packagename+classname. Not just 1 of them.
     
  8. Offline

    mine-care

    @xToast_ Could it be because you havent included the package name as @timtower mentioned or because your class is named "healb" not "Healb"? Also pleaw follow Java's Naming Conventions for class names ;)
     
Thread Status:
Not open for further replies.

Share This Page