Programming Bukkit Plugins for Beginners

Discussion in 'Resources' started by Wundark, Mar 4, 2012.

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

    Mr_H4mm3r

    It would :).. Do you know how I can make a config.properties then?
     
  2. Offline

    Wundark

    You need to make a plugin.yml file.

    PHP:
    nameTestPlugin
    main
    com.github.icedave.testplugin.TestPlugin
    author
    icedave
    version
    0.1
     
    commands
    :
        
    rules:
            
    description'Shows the rules command'
            
    usage'Usage: /<command>'
     
    DaveK likes this.
  3. Offline

    ThrowTheNubCat

    i followed your first tutorial but the whole thing does not work :( like i get no errors but when i destroy a block nothing happens and it says it loads the plugin in the cmd :s
     
  4. Offline

    Oplosthee

    No idea yet, im probably the same like you at the moment. Startin with making Bukkit plugins.
     
  5. Offline

    DaveK

    O my god.. how s... from me.. normaly I should now that of my own...of course without the commands in the config it can't work... thanks.
     
  6. Offline

    Flints

    Thank for tutorial, i thank you!
     
  7. Offline

    troxellophilus

    Hey I just stumbled across your tutorial and wanted to thank you for how awesome this is! This was exactly what I needed to get started in Bukkit plug-ins, thank you so much.
     
  8. Offline

    hawkfalcon

    0.0 finally something good!
     
  9. Offline

    DaveK

    Yes, thats true. I like this thread and watch it all the times for new videos.. they are well done.[diamond]
     
  10. Offline

    Rtzon

    How would I access API?

    Just add an import at the top of the .class file?
     
  11. Offline

    Cjbolt

    Great videos.
     
  12. Offline

    Ras20906

    Nice work .. clear voice... good explained.. keep up the great work.
    I have lots of ideas in mind, but never got to do it, because I didn't have the knowledge of how to do it.
    I learned much from your videos, Thanks.
     
  13. Offline

    dariwuz

    hi how do i get java eclipse though it doesnt say?
     
  14. Offline

    stickeric

  15. Offline

    SourcePlaysMC

    Umm.. This playlist is private? I cannot watch the videos :(
     
  16. Offline

    AoH_Ruthless

    SourcePlaysMC
    Well I mean things change in almost 2 years .. (you are bumping a very old post).
     
    iiHeroo likes this.
Thread Status:
Not open for further replies.

Share This Page