bukmake - automate the repetitive tasks of making a plugin!

Discussion in 'Bukkit Tools' started by Forairan, Oct 22, 2011.

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

    Forairan

    I create several different plugins to do several different things, and taking the time to set up a main class and associated listeners is just repetitive work. To automate that, I've created bukmake (the name was completely random...). bukmake is a web utility that takes several input parameters, and supplies output as a zip file with all options requested inside.

    http://forairan.com/bukmake/

    I'm open to suggestions, and still working on this ;)
     
    Team Zeale, tips48 and Walker Crouse like this.
  2. Really nice! You forgot commands though :)
    EDIT:
    You could create a seperate sections for commands and listeners, for example letting you create a commandexecutor with x name, and a listener with x events registered
     
  3. Offline

    Windwaker

    Nice!
    Suggestions:
    • Commands (in plugin yml + set up command method)
    • Permissions (in plugin.yml)
    • Pretty much any other value in the plugin.yml
     
  4. Oh yea! Permissions for sure....
    Maybe for commands include if sender needs to be player, and if sender needs to have permission
     
  5. Offline

    Windwaker

    This also belongs in Bukkit Tools so it can get more attention. @Cogito
     
  6. Offline

    Cogito

    I think the OP can move the thread themselves if they want to. If not I can move it for them, but typically that is done by reporting the thread and asking for it to be moved. @Forairan feel free to do this if you want the thread moved.
     
  7. Offline

    Windwaker

    Fair enough
     
  8. Offline

    iffa

    Nice. Add Maven support?
     
  9. Offline

    Sleaker

  10. Offline

    Forairan

    That's on my todo list, <3 Maven :D
    I'll consider that.
    Permissions support is also on my todo list (for SuperPerms anyways, really don't plan on implementing Permissions 2.x/3.x support as it's old and outdated).
    Also on my todo list - I just need to implement a prettier way to organize options on the page.
     
  11. Everything here looks great!
     
  12. Offline

    resba

    Moved On Request.
     
  13. Offline

    Forairan

    Going to be working on bukmake more this weekend. Sorry for the delay - my internet has been really spotty lately and I have a lot going on today and tommorrow.
     
Thread Status:
Not open for further replies.

Share This Page