[TUT] Bukkit Programming: Learn How to Make Plugins

Discussion in 'Resources' started by jbman223, Sep 9, 2012.

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

    jbman223

    Part 1: Eclips, API's and, Resources (The boring stuff...)


    Part 2: Jumping Into Java


    Part 3: Our Very First Bukkit Plugin!


    Part 4: Using the Logger!


    Part 5: Woah! A Command!
     
    unenergizer likes this.
  2. Offline

    evilmidget38

    You labelled parts 4 and 5 as "Part 4."

    EDIT: Also wrong section, should be in the "Resources" subforum of Plugin Development.
     
    jbman223 likes this.
  3. Offline

    jbman223

    Already reported the post guys sorry its in the wrong section.
     
  4. Offline

    Icyene

    Still, nice tutorial :)
     
    jbman223 likes this.
  5. Offline

    jbman223

    Thanks a lot! I tried to skip all of the confusing parts of making a plugin, that look nice but are really not necessary, such as making an extensive package name for your plugin.
     
  6. Offline

    Plague

    moved to resources section
     
  7. Offline

    jbman223

    Thanks!
     
  8. Offline

    XepherLink

    The command section really wasn't that helpful, you taught them how to just send a message, and grab a persons name. It would be helpful to teach how to use toggle on and off a listener, and show how to just display it once after typing a command which literally no java with bukkit api has shown yet.
     
  9. Offline

    -_Husky_-

    This is to start people off, not hold their hand while they make every plugin, asking for help in the plugin development section is far more benefitial then just copying someones code, where you learn nothing, apart from what it does.

    For a toggle, have a public boolean variable, then if its true, cancel the event, else, dont.

    Oh and jbman223, clean up that desktop! :p
     
    jbman223 likes this.
  10. Offline

    iceboltion1

    LOL when i press new on eclipse it says no applicapale things (cant spell) can you help me fix it?
     
  11. Offline

    lcpvp

    New? Just right click and do new project, and if not idk
     
  12. Offline

    chasechocolate

    Or File>New>Java Project
     
  13. Offline

    iceboltion1

    doesnt have that
     
  14. Offline

    DatCookiez

    This actually helped me a ton more understand the way bukkit works! Thank you!
     
  15. Offline

    Sagacious_Zed Bukkit Docs

    You probably downloaded the wrong version of eclipse.

    jbman223
    You are not minecraft. Stop writing to the minecraft logger, and use the logger for your plugin!
     
  16. Offline

    legoman519

    HELP ME! when i tipe /hello it nothing happens

    help me when i do /hello it just is like you hit t to tipe then enter a black bock apered

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 28, 2016
  17. Offline

    crafto22

    hum...i dont know why this might be happening! It could be that you incorrectly typed code or incorrectly indented for the plugin.yml I think you might need to show me the code you used for this command along with the plugin.yml code! Otherwise I can't really help, sorry!
     
  18. Offline

    legoman519

    Ok. How Could I show you it?
     
  19. Offline

    legoman519

    jbman223 where did you find this! I Would have never found this!
     
  20. Offline

    crafto22

    easy! you want to go into eclipse and copy the entire page you've written! then you should paste it into a "code area"! To put it into a code area, do this: when you write your reply, you will notice two brackets and a # beside the brackets up in the options bar! click this and then paste your eclipse coding! thanks
     
  21. Offline

    Niknea

    Is this only for mac or does this work on windows too?
     
  22. Offline

    jbman223

    @NikneaWorks for windows also! I just use a mac, should be the same.
     
  23. Offline

    Spectre97

    Is it just me or is the OP just the titles of the five parts?
     
Thread Status:
Not open for further replies.

Share This Page