Minecraft GroovyLoader mod 2026 download
logo
minecraft mod GroovyLoader

GroovyLoader

Game Version: 1.7.4
Total Downloads: 448
Updated: Aug 14, 2014
Created: Aug 14, 2014
Download GroovyLoaderDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
GroovyLoader v0.1 release 9.75 KB Aug 14, 2014 1.7.4 448 download GroovyLoader GroovyLoader v0.1 releaseDownload

Screenshots

Description

Share this:

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

Add a comment