Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seeseemelk/plugingenerator

Easily generate bukkit plugins with gradle support.
https://github.com/seeseemelk/plugingenerator

bukkit generator spigot utility

Last synced: 9 days ago
JSON representation

Easily generate bukkit plugins with gradle support.

Awesome Lists containing this project

README

        

# PluginGenerator
PluginGenerator is a small application that will ask you
three basic questions and will then generate a basic Bukkit plugin.

The three questions it asks are:
* What is the name of the plugin?
* What is the package name of the plugin?
* Do you want MockBukkit support?

It will then create a folder with the name of the plugin in your working directory
and put all the files inside of it.

There is also an extra target, `deploy`.
This will create the plugin jar and copy it to the folder server/plugins.
This makes testing much easier as you just have to symlink your server root to `server/`