Groovy Loader
Load plugins written in groovy. Version: 0.1
Default config in file plugins/GroovyLoader/config.yml
You can create file manually before first run
repositories: - http://repo1.maven.org/maven2/ - http://repository.codehaus.org/ artifacts: - org.codehaus.groovy:groovy-all::indy local-repository: .m2
Now you can use Groovy in your bukkit plugins!
just add to your plugin.yml:
depend: [GroovyLoader]