Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/seeseemelk/plugingenerator
- Owner: seeseemelk
- License: mit
- Created: 2018-02-03T13:24:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T18:34:04.000Z (over 4 years ago)
- Last Synced: 2024-11-15T14:53:45.820Z (about 2 months ago)
- Topics: bukkit, generator, spigot, utility
- Language: Java
- Homepage:
- Size: 114 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/`