GroovyLoader

Groovy Loader

Load plugins written in groovy. Version: 0.1

Features

  • download groovy library from maven repository
  • check latest version of groovy
  • use local maven repository (but not necessary)

Config

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
  • repositories: list of maven repositories
  • artifacts: list of artifacts to download or load.
    artifact format: groupId:artifactId:version:build:extension
    if version is empty, GroovyLoader will try to load the latest version of artifact
  • local-repository: path to your local maven repository. If maven is not installed just leave as it is

Development

Now you can use Groovy in your bukkit plugins!
just add to your plugin.yml:

depend: [GroovyLoader]

plugin example


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files