BukkitProjectGen - Generate maven projects for Bukkit plugins

Discussion in 'Resources' started by Quick_Wango, Jan 3, 2012.

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

    Quick_Wango

    Description:
    This little tool quickly creates a basic Bukkit plugin as a Maven project.

    Files created:
    • the plugin class which provides some properties and logging methods
    • a configuration class to easily work with the new configuration API
    • the plugin.yml with all needed information
    • a config.yml default config only containing the debug entry
    • a readme file formated in markdown
    • a changelog also formated in markdown
    • the maven project file (pom.xml) ready to use with bukkit (repo and dependency already configured)
    Usage:
    Simply doubleclick the jar file, enter the important plugin/maven information
    and click the Generate!-button

    Download
    Source

    Version 1.0.2
    • fixed a placeholder in the mainclass
    • renamed the configclass and mainclass templates
    • minor code cleanup
    Changes:
    Old changes (open)


    Version 1.0.1
    • fixed class filenames
    • fixed bukkit repo url
    • removed scm section from pom.xml
    Version 1.0.0
    • Initial release
     
    Don Redhorse and THExSYSTEM like this.
  2. Offline

    iffa

    I see this is useful.
     
  3. Offline

    Quick_Wango

    New version released!

    Version 1.0.1
    • fixed class filenames
    • fixed bukkit repo url
    • removed scm section from pom.xml
     
  4. Offline

    THExSYSTEM

    Very cool. I like it :)
     
  5. Offline

    Don Redhorse

    could you also create the archetype for this?

    Also would it be possible to add some custom java classes to it?

    hmm and where does it create the files?

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

    Quick_Wango

    files are created in its working directory.

    I may rework this tool to be more flexible, but that won't be in the near future
     
  7. Offline

    Quick_Wango

    I just updated, because I misspelled a placeholder
     
  8. Offline

    Don Redhorse

    ah... need to remember where I did run it..
     
Thread Status:
Not open for further replies.

Share This Page