Having trouble enabling plugin :(

Discussion in 'Plugin Development' started by KyuubiSage9, Sep 18, 2013.

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

    L33m4n123


    that is wrong. the pugin.yml needs to be OUTSIDE of the src folder

    http://wiki.bukkit.org/Plugin_Tutorial#Creating_plugin.yml

     
  2. Offline

    KyuubiSage9

    Here guys I will make a quick video showing you guys what all of it looks like.
     
  3. Offline

    PatoTheBest

    List all the libraries used
     
  4. Offline

    KyuubiSage9

    Ok, I recorded it, but how do I post it?
     
  5. Offline

    PatoTheBest

    here, where you post comments, upload a file
     
  6. Offline

    KyuubiSage9


    Tried. It says I need to put a URL. I guess I will upload it on my old channel and post the link.

    Ok here at

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 4, 2016
  7. Offline

    PatoTheBest

    fisrt, delete bukkit and keep craftbukkit. second be sure to import items and blocks from bukkit not from minecraft.

    Oh and add this:

    private (main class) plugin;
    public (class) ((main class) plugin){
    this.plugin = plugin;
    }

    or

    public (class) ((main class) plugin){

    }

    on both of your classess (listener and command executor)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 4, 2016
  8. Offline

    KyuubiSage9


    The person whos tutorial I followed told me to keep the bukkit. He was really sure and there was a reason for it.
     
  9. Offline

    PatoTheBest

    ok then, Why don't you have a Java lib?
     
  10. Offline

    KyuubiSage9


    What is that?
     
  11. Offline

    PatoTheBest


    every plugin should have a Java6 or Java7 build path
     
  12. Offline

    Janmm14

    KyuubiSage9
    Having bukkit and CraftBukkit is ok, but where are your java system libraries?
    Create a new Java Project and copy paste all files.
     
  13. Offline

    KyuubiSage9


    It does I remember putting that in somewhere... Also, where do I put that thing you posted? On what line?


    Ok what next?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 4, 2016
  14. Offline

    Janmm14

    KyuubiSage9
    Add bukkit and after ghat craftbukkit to your build path and export it, because it should give no errors when unlike your basic eclipse settings doesn't put in the java system libraries.
     
  15. Offline

    PatoTheBest

    Janmm14 I have never had that problem of Java libraries. Have you?
     
  16. Offline

    KyuubiSage9


    After that?
     
  17. Offline

    Janmm14

  18. Offline

    KyuubiSage9


    1 Last question about your post. So I select bukkit then export it to my server folder, then do the same for the craftbukkit? Because I already have a server, will it delete everything I built?
     
  19. Offline

    Janmm14

  20. Offline

    KyuubiSage9


    This didn't really help... I did everything he told me. I exported it with no warnings, but I still have the same error. I have another question. With my server, I have Essentials. With Essentials comes the /kit command. If I ever get this working, it might counteract the plugin. Is there a way I can completely erase the /kit command form Essentials?
     
  21. Offline

    KyuubiSage9

    Janmm14

    Did you leave this thread or something?
     
Thread Status:
Not open for further replies.

Share This Page